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 SummaryFieldsModifier and TypeFieldDescriptionprivate static final ResourceLocationprivate final DrownedModel<T>
- 
Constructor SummaryConstructorsConstructorDescriptionDrownedOuterLayer(RenderLayerParent<T, DrownedModel<T>> p_174490_, EntityModelSet p_174491_) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidrender(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.RenderLayercoloredCutoutModelCopyLayerRender, getParentModel, getTextureLocation, renderColoredCutoutModel
- 
Field Details- 
DROWNED_OUTER_LAYER_LOCATION
- 
model
 
- 
- 
Constructor Details- 
DrownedOuterLayer
 
- 
- 
Method Details- 
renderpublic 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:
- renderin class- RenderLayer<T extends Drowned,- DrownedModel<T extends Drowned>> 
 
 
-