forked from SteamWar/SteamWar
Fix some more issues
This commit is contained in:
@@ -34,6 +34,8 @@ import org.bukkit.entity.Player;
|
||||
@AllArgsConstructor
|
||||
public class Point {
|
||||
|
||||
public static final Point ZERO = new Point(0, 0, 0);
|
||||
|
||||
private final int x;
|
||||
private final int y;
|
||||
private final int z;
|
||||
|
||||
Reference in New Issue
Block a user