Beispiel #1
0
 public static BlockFaces fromOffset(Vector3 offset) {
   return offsetHash.get(getOffsetHash(offset));
 }
Beispiel #2
0
 public Block getBlock(byte id) {
   return _blocksById.get(id);
 }