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