Class SilverfishEntityModel<T extends Entity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<E>
net.minecraft.client.render.entity.model.CompositeEntityModel<T>
net.minecraft.client.render.entity.model.SilverfishEntityModel<T>
@Environment(CLIENT) public class SilverfishEntityModel<T extends Entity> extends CompositeEntityModel<T>
-
Field Summary
Fields Modifier and Type Field Description private ImmutableList<ModelPart>field_20941private ModelPart[]field_3557private static int[][]field_3558private static int[][]field_3559private ModelPart[]field_3560private float[]field_3561Fields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, ridingFields inherited from class net.minecraft.client.model.Model
layerFactory, textureHeight, textureWidth -
Constructor Summary
Constructors Constructor Description SilverfishEntityModel() -
Method Summary
Modifier and Type Method Description ImmutableList<ModelPart>getParts()voidsetAngles(T entity, float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch)Methods inherited from class net.minecraft.client.render.entity.model.EntityModel
animateModel, copyStateTo
-
Field Details
-
field_3558
private static final int[][] field_3558 -
field_3559
private static final int[][] field_3559 -
field_3560
-
field_3557
-
field_20941
-
field_3561
private final float[] field_3561
-
-
Constructor Details
-
SilverfishEntityModel
public SilverfishEntityModel()
-
-
Method Details