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 ResourceLocationprivate static final ResourceLocationprivate static final ResourceLocationprivate static final ResourceLocationprivate static final ResourceLocationprivate static final ResourceLocationprivate static final ResourceLocationprivate static final ResourceLocationprivate final TropicalFishModelAprivate final TropicalFishModelBprivate static final ResourceLocationprivate static final ResourceLocationprivate static final ResourceLocationprivate static final ResourceLocation -
Constructor Summary
ConstructorsConstructorDescriptionTropicalFishPatternLayer(RenderLayerParent<TropicalFishRenderState, EntityModel<TropicalFishRenderState>> renderer, EntityModelSet modelSet) -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(PoseStack poseStack, MultiBufferSource bufferSource, int packedLight, TropicalFishRenderState renderState, float yRot, float xRot) 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>> renderer, EntityModelSet modelSet)
-
-
Method Details
-
render
public void render(PoseStack poseStack, MultiBufferSource bufferSource, int packedLight, TropicalFishRenderState renderState, float yRot, float xRot) - Specified by:
renderin classRenderLayer<TropicalFishRenderState,EntityModel<TropicalFishRenderState>>
-