public class KeyPlugFacade extends PluggableModelKey
Modifier and Type | Field and Description |
---|---|
boolean |
isHollow |
net.minecraft.block.state.IBlockState |
state |
layer, side
Constructor and Description |
---|
KeyPlugFacade(net.minecraft.util.BlockRenderLayer layer,
net.minecraft.util.EnumFacing side,
net.minecraft.block.state.IBlockState state,
boolean isHollow) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public final net.minecraft.block.state.IBlockState state
public final boolean isHollow
public KeyPlugFacade(net.minecraft.util.BlockRenderLayer layer, net.minecraft.util.EnumFacing side, net.minecraft.block.state.IBlockState state, boolean isHollow)
public int hashCode()
hashCode
in class PluggableModelKey
public boolean equals(java.lang.Object obj)
equals
in class PluggableModelKey