@Environment(value=CLIENT) public class ChunkOcclusionData extends Object
Modifier and Type | Field and Description |
---|---|
private static int |
DIRECTION_COUNT |
private BitSet |
visibility |
Constructor and Description |
---|
ChunkOcclusionData() |
Modifier and Type | Method and Description |
---|---|
void |
addOpenEdgeFaces(Set<Direction> faces) |
void |
fill(boolean visible) |
boolean |
isVisibleThrough(Direction from,
Direction to) |
void |
setVisibleThrough(Direction from,
Direction to,
boolean visible) |
String |
toString() |
private static final int DIRECTION_COUNT
private final BitSet visibility