public abstract class SegmentedModel<E extends Entity> extends EntityModel<E>
isChild, isSitting, swingProgress
renderType, textureHeight, textureWidth
Constructor and Description |
---|
SegmentedModel() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Iterable<ModelRenderer> |
getParts() |
void |
render(MatrixStack matrixStackIn,
IVertexBuilder bufferIn,
int packedLightIn,
int packedOverlayIn,
float red,
float green,
float blue,
float alpha) |
copyModelAttributesTo, setLivingAnimations, setRotationAngles
accept, getRenderType
public void render(MatrixStack matrixStackIn, IVertexBuilder bufferIn, int packedLightIn, int packedOverlayIn, float red, float green, float blue, float alpha)
public abstract java.lang.Iterable<ModelRenderer> getParts()