Class DrownedOuterLayer<T extends Drowned>
java.lang.Object
net.minecraft.client.renderer.entity.layers.RenderLayer<T,DrownedModel<T>>
net.minecraft.client.renderer.entity.layers.DrownedOuterLayer<T>
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final ResourceLocation
private final DrownedModel<T>
-
Constructor Summary
ConstructorDescriptionDrownedOuterLayer
(RenderLayerParent<T, DrownedModel<T>> p_174490_, EntityModelSet p_174491_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(PoseStack p_116924_, MultiBufferSource p_116925_, int p_116926_, T p_116927_, float p_116928_, float p_116929_, float p_116930_, float p_116931_, float p_116932_, float p_116933_) Methods inherited from class net.minecraft.client.renderer.entity.layers.RenderLayer
coloredCutoutModelCopyLayerRender, getParentModel, getTextureLocation, renderColoredCutoutModel
-
Field Details
-
DROWNED_OUTER_LAYER_LOCATION
-
model
-
-
Constructor Details
-
DrownedOuterLayer
-
-
Method Details
-
render
public void render(PoseStack p_116924_, MultiBufferSource p_116925_, int p_116926_, T p_116927_, float p_116928_, float p_116929_, float p_116930_, float p_116931_, float p_116932_, float p_116933_) - Specified by:
render
in classRenderLayer<T extends Drowned,
DrownedModel<T extends Drowned>>
-