Package net.minecraft.client.model
Class BookModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.BookModel
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final String
private static final String
private final ModelPart
private final ModelPart
private static final String
private final ModelPart
private final ModelPart
private static final String
private final ModelPart
private final ModelPart
private final ModelPart
Fields inherited from class net.minecraft.client.model.Model
renderType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LayerDefinition
void
render
(PoseStack p_102317_, VertexConsumer p_102318_, int p_102319_, int p_102320_, float p_102321_, float p_102322_, float p_102323_, float p_102324_) void
renderToBuffer
(PoseStack p_102298_, VertexConsumer p_102299_, int p_102300_, int p_102301_, float p_102302_, float p_102303_, float p_102304_, float p_102305_) void
setupAnim
(float p_102293_, float p_102294_, float p_102295_, float p_102296_) Methods inherited from class net.minecraft.client.model.Model
renderType
-
Field Details
-
LEFT_PAGES
- See Also:
-
RIGHT_PAGES
- See Also:
-
FLIP_PAGE_1
- See Also:
-
FLIP_PAGE_2
- See Also:
-
root
-
leftLid
-
rightLid
-
leftPages
-
rightPages
-
flipPage1
-
flipPage2
-
-
Constructor Details
-
BookModel
-
-
Method Details
-
createBodyLayer
-
renderToBuffer
public void renderToBuffer(PoseStack p_102298_, VertexConsumer p_102299_, int p_102300_, int p_102301_, float p_102302_, float p_102303_, float p_102304_, float p_102305_) - Specified by:
renderToBuffer
in classModel
-
render
public void render(PoseStack p_102317_, VertexConsumer p_102318_, int p_102319_, int p_102320_, float p_102321_, float p_102322_, float p_102323_, float p_102324_) -
setupAnim
public void setupAnim(float p_102293_, float p_102294_, float p_102295_, float p_102296_)
-