Class Model
java.lang.Object
net.minecraft.client.renderer.model.Model
- All Implemented Interfaces:
Consumer<ModelRenderer>
- Direct Known Subclasses:
BookModel
,EntityModel
,GenericHeadModel
,ShieldModel
,SignTileEntityRenderer.SignModel
,TridentModel
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ModelRenderer p_accept_1_) abstract void
renderToBuffer
(MatrixStack p_225598_1_, IVertexBuilder p_225598_2_, int p_225598_3_, int p_225598_4_, float p_225598_5_, float p_225598_6_, float p_225598_7_, float p_225598_8_) final RenderType
renderType
(ResourceLocation p_228282_1_)
-
Field Details
-
renderType
-
texWidth
public int texWidth -
texHeight
public int texHeight
-
-
Constructor Details
-
Model
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceConsumer<ModelRenderer>
-
renderType
-
renderToBuffer
public abstract void renderToBuffer(MatrixStack p_225598_1_, IVertexBuilder p_225598_2_, int p_225598_3_, int p_225598_4_, float p_225598_5_, float p_225598_6_, float p_225598_7_, float p_225598_8_)
-