Class DiskwingEntityModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<DiskwingEntity>
paulevs.edenring.client.entities.models.DiskwingEntityModel
@Environment(CLIENT)
public class DiskwingEntityModel
extends net.minecraft.client.model.EntityModel<DiskwingEntity>
-
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.LayerDefinitionvoidrenderToBuffer(com.mojang.blaze3d.vertex.PoseStack matrices, com.mojang.blaze3d.vertex.VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha) voidsetupAnim(DiskwingEntity entity, float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch) Methods inherited from class net.minecraft.client.model.EntityModel
copyPropertiesTo, prepareMobModelMethods inherited from class net.minecraft.client.model.Model
renderType
-
Constructor Details
-
DiskwingEntityModel
public DiskwingEntityModel(net.minecraft.client.model.geom.ModelPart root)
-
-
Method Details
-
getTexturedModelData
public static net.minecraft.client.model.geom.builders.LayerDefinition getTexturedModelData() -
setupAnim
public void setupAnim(DiskwingEntity entity, float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch) - Specified by:
setupAnimin classnet.minecraft.client.model.EntityModel<DiskwingEntity>
-
renderToBuffer
public void renderToBuffer(com.mojang.blaze3d.vertex.PoseStack matrices, com.mojang.blaze3d.vertex.VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha) - Specified by:
renderToBufferin classnet.minecraft.client.model.Model
-