Package org.cloudburstmc.server.utils
Class Hash
java.lang.Object
org.cloudburstmc.server.utils.Hash
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longhashBlock(int x, int y, int z)static inthashBlockX(long triple)static inthashBlockY(long triple)static inthashBlockZ(long triple)
-
Constructor Details
-
Hash
public Hash()
-
-
Method Details
-
hashBlock
public static long hashBlock(int x, int y, int z) -
hashBlockX
public static final int hashBlockX(long triple) -
hashBlockY
public static final int hashBlockY(long triple) -
hashBlockZ
public static final int hashBlockZ(long triple)
-