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