Package net.minecraft.block
Class Block.RenderSideCacheKey
- java.lang.Object
-
- net.minecraft.block.Block.RenderSideCacheKey
-
- Enclosing class:
- Block
public static final class Block.RenderSideCacheKey extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private Direction
direction
private BlockState
first
private BlockState
second
-
Constructor Summary
Constructors Constructor Description RenderSideCacheKey(BlockState p_i49791_1_, BlockState p_i49791_2_, Direction p_i49791_3_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object p_equals_1_)
int
hashCode()
-
-
-
Field Detail
-
first
private final BlockState first
-
second
private final BlockState second
-
direction
private final Direction direction
-
-
Constructor Detail
-
RenderSideCacheKey
public RenderSideCacheKey(BlockState p_i49791_1_, BlockState p_i49791_2_, Direction p_i49791_3_)
-
-