public class FoxRenderer extends MobRenderer<FoxEntity,FoxModel<FoxEntity>>
entityModel, layerRenderers
renderManager, shadowOpaque, shadowSize
コンストラクタと説明 |
---|
FoxRenderer(EntityRendererManager renderManagerIn) |
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
applyRotations(FoxEntity entityLiving,
com.mojang.blaze3d.matrix.MatrixStack matrixStackIn,
float ageInTicks,
float rotationYaw,
float partialTicks) |
ResourceLocation |
getEntityTexture(FoxEntity entity)
Returns the location of an entity's texture.
|
addVertexPair, canRenderName, render, renderSide, shouldRender
addLayer, func_230042_a_, getDeathMaxRotation, getEntityModel, getOverlayProgress, getPackedOverlay, getSwingProgress, handleRotationFloat, isVisible, preRenderCallback
getBlockLight, getFontRendererFromRenderManager, getPackedLight, getRenderManager, getRenderOffset, renderName
public FoxRenderer(EntityRendererManager renderManagerIn)
protected void applyRotations(FoxEntity entityLiving, com.mojang.blaze3d.matrix.MatrixStack matrixStackIn, float ageInTicks, float rotationYaw, float partialTicks)
applyRotations
クラス内 LivingRenderer<FoxEntity,FoxModel<FoxEntity>>
public ResourceLocation getEntityTexture(FoxEntity entity)
getEntityTexture
インタフェース内 IEntityRenderer<FoxEntity,FoxModel<FoxEntity>>
getEntityTexture
クラス内 EntityRenderer<FoxEntity>