Class BlockElementFace
java.lang.Object
net.minecraft.client.renderer.block.model.BlockElementFace
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal Directionprivate final ForgeFaceDatastatic final int(package private) BlockElementfinal Stringfinal intfinal BlockFaceUV
- 
Constructor SummaryConstructorsConstructorDescriptionBlockElementFace(Direction p_111359_, int p_111360_, String p_111361_, BlockFaceUV p_111362_) BlockElementFace(Direction p_111359_, int p_111360_, String p_111361_, BlockFaceUV p_111362_, ForgeFaceData faceData) 
- 
Method Summary
- 
Field Details- 
NO_TINTpublic static final int NO_TINT- See Also:
 
- 
cullForDirection
- 
tintIndexpublic final int tintIndex
- 
texture
- 
uv
- 
faceData
- 
parent
 
- 
- 
Constructor Details- 
BlockElementFacepublic BlockElementFace(@Nullable Direction p_111359_, int p_111360_, String p_111361_, BlockFaceUV p_111362_) 
- 
BlockElementFacepublic BlockElementFace(@Nullable Direction p_111359_, int p_111360_, String p_111361_, BlockFaceUV p_111362_, @Nullable ForgeFaceData faceData) 
 
- 
- 
Method Details- 
getFaceData
 
-