public abstract class AgeableModel<E extends Entity> extends EntityModel<E>
isChild, isSitting, swingProgress
renderType, textureHeight, textureWidth
修飾子 | コンストラクタと説明 |
---|---|
protected |
AgeableModel() |
protected |
AgeableModel(boolean p_i225943_1_,
float p_i225943_2_,
float p_i225943_3_) |
protected |
AgeableModel(boolean p_i225944_1_,
float p_i225944_2_,
float p_i225944_3_,
float p_i225944_4_,
float p_i225944_5_,
float p_i225944_6_) |
protected |
AgeableModel(java.util.function.Function<ResourceLocation,RenderType> p_i225942_1_,
boolean p_i225942_2_,
float p_i225942_3_,
float p_i225942_4_,
float p_i225942_5_,
float p_i225942_6_,
float p_i225942_7_) |
修飾子とタイプ | メソッドと説明 |
---|---|
protected abstract java.lang.Iterable<ModelRenderer> |
getBodyParts() |
protected abstract java.lang.Iterable<ModelRenderer> |
getHeadParts() |
void |
render(com.mojang.blaze3d.matrix.MatrixStack matrixStackIn,
com.mojang.blaze3d.vertex.IVertexBuilder bufferIn,
int packedLightIn,
int packedOverlayIn,
float red,
float green,
float blue,
float alpha) |
copyModelAttributesTo, setLivingAnimations, setRotationAngles
accept, getRenderType
protected AgeableModel(boolean p_i225943_1_, float p_i225943_2_, float p_i225943_3_)
protected AgeableModel(boolean p_i225944_1_, float p_i225944_2_, float p_i225944_3_, float p_i225944_4_, float p_i225944_5_, float p_i225944_6_)
protected AgeableModel(java.util.function.Function<ResourceLocation,RenderType> p_i225942_1_, boolean p_i225942_2_, float p_i225942_3_, float p_i225942_4_, float p_i225942_5_, float p_i225942_6_, float p_i225942_7_)
protected AgeableModel()
public void render(com.mojang.blaze3d.matrix.MatrixStack matrixStackIn, com.mojang.blaze3d.vertex.IVertexBuilder bufferIn, int packedLightIn, int packedOverlayIn, float red, float green, float blue, float alpha)
protected abstract java.lang.Iterable<ModelRenderer> getHeadParts()
protected abstract java.lang.Iterable<ModelRenderer> getBodyParts()