Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-20 15:00:11 +01:00
Code cleanup
Dieser Commit ist enthalten in:
Ursprung
b89a5c6e43
Commit
870e7cb78f
@ -25,7 +25,6 @@
|
|||||||
|
|
||||||
package org.geysermc.geyser.level;
|
package org.geysermc.geyser.level;
|
||||||
|
|
||||||
import lombok.EqualsAndHashCode;
|
|
||||||
import lombok.ToString;
|
import lombok.ToString;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -34,7 +33,6 @@ import lombok.ToString;
|
|||||||
* the client.
|
* the client.
|
||||||
*/
|
*/
|
||||||
@ToString
|
@ToString
|
||||||
@EqualsAndHashCode
|
|
||||||
public class BedrockDimension {
|
public class BedrockDimension {
|
||||||
|
|
||||||
public static final int OVERWORLD_ID = 0;
|
public static final int OVERWORLD_ID = 0;
|
||||||
|
@ -392,7 +392,6 @@ public class GeyserSession implements GeyserConnection, GeyserCommandSource {
|
|||||||
/**
|
/**
|
||||||
* The overworld dimension which Bedrock Edition uses.
|
* The overworld dimension which Bedrock Edition uses.
|
||||||
*/
|
*/
|
||||||
@Getter
|
|
||||||
private BedrockDimension bedrockOverworldDimension = BedrockDimension.OVERWORLD;
|
private BedrockDimension bedrockOverworldDimension = BedrockDimension.OVERWORLD;
|
||||||
/**
|
/**
|
||||||
* The dimension of the player.
|
* The dimension of the player.
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren