Class TropicalFishPatternLayer
java.lang.Object
net.minecraft.client.renderer.entity.layers.RenderLayer<TropicalFishRenderState,EntityModel<TropicalFishRenderState>>
net.minecraft.client.renderer.entity.layers.TropicalFishPatternLayer
public class TropicalFishPatternLayer
extends RenderLayer<TropicalFishRenderState,EntityModel<TropicalFishRenderState>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final ResourceLocation
private static final ResourceLocation
private static final ResourceLocation
private static final ResourceLocation
private static final ResourceLocation
private static final ResourceLocation
private static final ResourceLocation
private static final ResourceLocation
private final TropicalFishModelA
private final TropicalFishModelB
private static final ResourceLocation
private static final ResourceLocation
private static final ResourceLocation
private static final ResourceLocation
-
Constructor Summary
ConstructorsConstructorDescriptionTropicalFishPatternLayer
(RenderLayerParent<TropicalFishRenderState, EntityModel<TropicalFishRenderState>> p_174547_, EntityModelSet p_174548_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(PoseStack p_117612_, MultiBufferSource p_117613_, int p_117614_, TropicalFishRenderState p_362806_, float p_117616_, float p_117617_) Methods inherited from class net.minecraft.client.renderer.entity.layers.RenderLayer
coloredCutoutModelCopyLayerRender, getParentModel, renderColoredCutoutModel
-
Field Details
-
KOB_TEXTURE
-
SUNSTREAK_TEXTURE
-
SNOOPER_TEXTURE
-
DASHER_TEXTURE
-
BRINELY_TEXTURE
-
SPOTTY_TEXTURE
-
FLOPPER_TEXTURE
-
STRIPEY_TEXTURE
-
GLITTER_TEXTURE
-
BLOCKFISH_TEXTURE
-
BETTY_TEXTURE
-
CLAYFISH_TEXTURE
-
modelA
-
modelB
-
-
Constructor Details
-
TropicalFishPatternLayer
public TropicalFishPatternLayer(RenderLayerParent<TropicalFishRenderState, EntityModel<TropicalFishRenderState>> p_174547_, EntityModelSet p_174548_)
-
-
Method Details
-
render
public void render(PoseStack p_117612_, MultiBufferSource p_117613_, int p_117614_, TropicalFishRenderState p_362806_, float p_117616_, float p_117617_) - Specified by:
render
in classRenderLayer<TropicalFishRenderState,
EntityModel<TropicalFishRenderState>>
-