Class Variant
java.lang.Object
net.minecraft.client.renderer.block.model.Variant
- All Implemented Interfaces:
 ModelState
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ResourceLocationprivate final Transformationprivate final booleanprivate final int - 
Constructor Summary
ConstructorsConstructorDescriptionVariant(ResourceLocation p_111879_, Transformation p_111880_, boolean p_111881_, int p_111882_)  - 
Method Summary
 
- 
Field Details
- 
modelLocation
 - 
rotation
 - 
uvLock
private final boolean uvLock - 
weight
private final int weight 
 - 
 - 
Constructor Details
- 
Variant
public Variant(ResourceLocation p_111879_, Transformation p_111880_, boolean p_111881_, int p_111882_)  
 - 
 - 
Method Details
- 
getModelLocation
 - 
getRotation
- Specified by:
 getRotationin interfaceModelState
 - 
isUvLocked
public boolean isUvLocked()- Specified by:
 isUvLockedin interfaceModelState
 - 
getWeight
public int getWeight() - 
toString
 - 
equals
 - 
hashCode
public int hashCode() 
 -