Package net.glowstone.chunk
Class GlowChunk.Key
java.lang.Object
net.glowstone.chunk.GlowChunk.Key
- Enclosing class:
- GlowChunk
A chunk key represents the X and Z coordinates of a chunk in a manner suitable for use as a
key in a hash table or set.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanintintgetX()intgetZ()inthashCode()static GlowChunk.Keyof(int x, int z) static GlowChunk.Keyof(long id) static GlowChunk.Keyto(org.bukkit.Chunk chunk) toString()