public class ChunkCoordinate extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
ChunkCoordinate(org.bukkit.Chunk c) |
ChunkCoordinate(int x,
int z,
UUID worldID) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
UUID |
getWorldID() |
int |
getX() |
int |
getZ() |
int |
hashCode() |
public static final long serialVersionUID
public ChunkCoordinate(int x, int z, UUID worldID)
public ChunkCoordinate(org.bukkit.Chunk c)
Copyright © 2020. All rights reserved.