public static final class Block.RenderSideCacheKey
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private BlockState |
adjacentState |
private Direction |
side |
private BlockState |
state |
Constructor and Description |
---|
RenderSideCacheKey(BlockState state,
BlockState adjacentState,
Direction side) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object p_equals_1_) |
int |
hashCode() |
private final BlockState state
private final BlockState adjacentState
private final Direction side
public RenderSideCacheKey(BlockState state, BlockState adjacentState, Direction side)