Optimize TNTSimulator
Dieser Commit ist enthalten in:
Ursprung
e127144223
Commit
b5f0dde9d1
@ -42,7 +42,7 @@ public class TNTSimulator {
|
|||||||
private static final Vector NY_VECTOR = new Vector(0, -0.0625, 0);
|
private static final Vector NY_VECTOR = new Vector(0, -0.0625, 0);
|
||||||
private static final Vector Z_VECTOR = new Vector(0, 0, 0.0625);
|
private static final Vector Z_VECTOR = new Vector(0, 0, 0.0625);
|
||||||
private static final Vector NZ_VECTOR = new Vector(0, 0, -0.0625);
|
private static final Vector NZ_VECTOR = new Vector(0, 0, -0.0625);
|
||||||
private static final List<String> LORE = Arrays.asList("§7Klicken zum ändern");
|
private static final List<String> LORE = Collections.singletonList("§7Klicken zum ändern");
|
||||||
|
|
||||||
static Map<Player, TNTSimulator> tntSimulatorMap = new HashMap<>();
|
static Map<Player, TNTSimulator> tntSimulatorMap = new HashMap<>();
|
||||||
|
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren