Package vazkii.botania.client.model
Class PixieModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<PixieEntity>
vazkii.botania.client.model.PixieModel
-
Field Summary
Fields inherited from class net.minecraft.client.model.EntityModel
attackTime, riding, youngFields inherited from class net.minecraft.client.model.Model
renderType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.client.model.geom.builders.MeshDefinitionvoidrenderToBuffer(com.mojang.blaze3d.vertex.PoseStack ms, com.mojang.blaze3d.vertex.VertexConsumer buffer, int light, int overlay, int color) voidsetupAnim(PixieEntity entity, float f, float f1, float f2, float f3, float f4) Methods inherited from class net.minecraft.client.model.EntityModel
copyPropertiesTo, prepareMobModelMethods inherited from class net.minecraft.client.model.Model
renderToBuffer, renderType
-
Constructor Details
-
PixieModel
public PixieModel(net.minecraft.client.model.geom.ModelPart root)
-
-
Method Details
-
createMesh
public static net.minecraft.client.model.geom.builders.MeshDefinition createMesh() -
renderToBuffer
public void renderToBuffer(com.mojang.blaze3d.vertex.PoseStack ms, com.mojang.blaze3d.vertex.VertexConsumer buffer, int light, int overlay, int color) - Specified by:
renderToBufferin classnet.minecraft.client.model.Model
-
setupAnim
- Specified by:
setupAnimin classnet.minecraft.client.model.EntityModel<PixieEntity>
-