Class CableRenderState
java.lang.Object
org.cyclops.integrateddynamics.client.model.CableRenderState
- All Implemented Interfaces:
IRenderState
-
Constructor Summary
ConstructorsConstructorDescriptionCableRenderState(boolean realCable, org.cyclops.cyclopscore.datastructure.EnumFacingMap<Boolean> connected, org.cyclops.cyclopscore.datastructure.EnumFacingMap<PartHelpers.PartStateHolder<?, ?>> partData, net.minecraft.nbt.Tag facadeBlock) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.cyclops.cyclopscore.datastructure.EnumFacingMap<Boolean> net.minecraft.nbt.Tagorg.cyclops.cyclopscore.datastructure.EnumFacingMap<PartHelpers.PartStateHolder<?, ?>> inthashCode()booleantoString()
-
Constructor Details
-
CableRenderState
public CableRenderState(boolean realCable, org.cyclops.cyclopscore.datastructure.EnumFacingMap<Boolean> connected, org.cyclops.cyclopscore.datastructure.EnumFacingMap<PartHelpers.PartStateHolder<?, ?>> partData, net.minecraft.nbt.Tag facadeBlock)
-
-
Method Details
-
isRealCable
public boolean isRealCable() -
getConnected
-
getPartData
public org.cyclops.cyclopscore.datastructure.EnumFacingMap<PartHelpers.PartStateHolder<?,?>> getPartData() -
getFacadeBlock
public net.minecraft.nbt.Tag getFacadeBlock() -
equals
-
hashCode
public int hashCode() -
toString
-