Class Properties
- java.lang.Object
-
- net.minecraftforge.common.property.Properties
-
public class Properties extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ModelProperty<IModelTransform>
AnimationProperty
Property holding the IModelState used for animating the model in the TESR.static BooleanProperty
StaticProperty
Property indicating if the model should be rendered in the static renderer or in the TESR.
-
Constructor Summary
Constructors Constructor Description Properties()
-
-
-
Field Detail
-
StaticProperty
public static final BooleanProperty StaticProperty
Property indicating if the model should be rendered in the static renderer or in the TESR. AnimationTESR sets it to false.
-
AnimationProperty
public static final ModelProperty<IModelTransform> AnimationProperty
Property holding the IModelState used for animating the model in the TESR.
-
-