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 Directiondirectionprivate BlockStatefirstprivate BlockStatesecond
-
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 booleanequals(java.lang.Object p_equals_1_)inthashCode()
-
-
-
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_)
-
-