Class TridentModel
- java.lang.Object
-
- net.minecraft.client.renderer.model.Model
-
- net.minecraft.client.renderer.entity.model.TridentModel
-
- All Implemented Interfaces:
java.util.function.Consumer<ModelRenderer>
public class TridentModel extends Model
-
-
Field Summary
Fields Modifier and Type Field Description private ModelRenderer
pole
static ResourceLocation
TEXTURE
-
Fields inherited from class net.minecraft.client.renderer.model.Model
renderType, texHeight, texWidth
-
-
Constructor Summary
Constructors Constructor Description TridentModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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_)
-
Methods inherited from class net.minecraft.client.renderer.model.Model
accept, renderType
-
-
-
-
Field Detail
-
TEXTURE
public static final ResourceLocation TEXTURE
-
pole
private final ModelRenderer pole
-
-
Method Detail
-
renderToBuffer
public 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_)
- Specified by:
renderToBuffer
in classModel
-
-