Package | Description |
---|---|
net.minecraft.client.renderer.entity | |
net.minecraft.client.renderer.entity.layers | |
net.minecraft.entity | |
net.minecraft.entity.passive.fish |
Modifier and Type | Field and Description |
---|---|
private TropicalFishAModel<TropicalFishEntity> |
TropicalFishRenderer.aModel |
private TropicalFishBModel<TropicalFishEntity> |
TropicalFishRenderer.bModel |
Modifier and Type | Method and Description |
---|---|
protected void |
TropicalFishRenderer.applyRotations(TropicalFishEntity entityLiving,
MatrixStack matrixStackIn,
float ageInTicks,
float rotationYaw,
float partialTicks) |
ResourceLocation |
TropicalFishRenderer.getEntityTexture(TropicalFishEntity entity) |
void |
TropicalFishRenderer.render(TropicalFishEntity entityIn,
float entityYaw,
float partialTicks,
MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
int packedLightIn) |
Modifier and Type | Field and Description |
---|---|
private TropicalFishAModel<TropicalFishEntity> |
TropicalFishPatternLayer.modelA |
private TropicalFishBModel<TropicalFishEntity> |
TropicalFishPatternLayer.modelB |
Modifier and Type | Method and Description |
---|---|
void |
TropicalFishPatternLayer.render(MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
int packedLightIn,
TropicalFishEntity entitylivingbaseIn,
float limbSwing,
float limbSwingAmount,
float partialTicks,
float ageInTicks,
float netHeadYaw,
float headPitch) |
Constructor and Description |
---|
TropicalFishPatternLayer(IEntityRenderer<TropicalFishEntity,EntityModel<TropicalFishEntity>> p_i50918_1_) |
TropicalFishPatternLayer(IEntityRenderer<TropicalFishEntity,EntityModel<TropicalFishEntity>> p_i50918_1_) |
Modifier and Type | Field and Description |
---|---|
static EntityType<TropicalFishEntity> |
EntityType.TROPICAL_FISH |
Constructor and Description |
---|
TropicalFishData(TropicalFishEntity p_i49859_1_,
int p_i49859_2_,
int p_i49859_3_,
int p_i49859_4_,
int p_i49859_5_) |
Constructor and Description |
---|
TropicalFishEntity(EntityType<? extends TropicalFishEntity> p_i50242_1_,
World p_i50242_2_) |