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