Package net.minecraft.client.model
Class BookModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.BookModel
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.model.Model
Model.Simple -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringprivate static final Stringprivate final ModelPartprivate final ModelPartprivate static final Stringprivate final ModelPartprivate final ModelPartprivate static final Stringprivate final ModelPartprivate final ModelPartFields inherited from class net.minecraft.client.model.Model
renderType, root -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LayerDefinitionvoidsetupAnim(float pTime, float pRightPageFlipAmount, float pLeftPageFlipAmount, float pBookOpenAmount) Methods inherited from class net.minecraft.client.model.Model
allParts, getAnimation, renderToBuffer, renderToBuffer, renderType, resetPose, root
-
Field Details
-
LEFT_PAGES
- See Also:
-
RIGHT_PAGES
- See Also:
-
FLIP_PAGE_1
- See Also:
-
FLIP_PAGE_2
- See Also:
-
leftLid
-
rightLid
-
leftPages
-
rightPages
-
flipPage1
-
flipPage2
-
-
Constructor Details
-
BookModel
-
-
Method Details
-
createBodyLayer
-
setupAnim
public void setupAnim(float pTime, float pRightPageFlipAmount, float pLeftPageFlipAmount, float pBookOpenAmount)
-