Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
89ee198968
Commit
92ed98a8a1
@ -30,7 +30,7 @@ import java.util.Map;
|
|||||||
|
|
||||||
public class Simulator19 implements Simulator {
|
public class Simulator19 implements Simulator {
|
||||||
|
|
||||||
private static final World WORLD = Bukkit.getWorlds().get(0);
|
protected static final World WORLD = Bukkit.getWorlds().get(0);
|
||||||
|
|
||||||
private static final Map<Vector, Material> BLOCK_TYPES_MAP = new HashMap<>();
|
private static final Map<Vector, Material> BLOCK_TYPES_MAP = new HashMap<>();
|
||||||
private static final Map<Vector, BlockData> BLOCK_DATA_MAP = new HashMap<>();
|
private static final Map<Vector, BlockData> BLOCK_DATA_MAP = new HashMap<>();
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren