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
FieldsModifier and TypeFieldDescriptionprivate static final ResourceLocation
private final DrownedModel
<T> -
Constructor Summary
ConstructorsConstructorDescriptionDrownedOuterLayer
(RenderLayerParent<T, DrownedModel<T>> pRenderer, EntityModelSet pModelSet) -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight, T pLivingEntity, float pLimbSwing, float pLimbSwingAmount, float pPartialTicks, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) 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 pPoseStack, MultiBufferSource pBuffer, int pPackedLight, T pLivingEntity, float pLimbSwing, float pLimbSwingAmount, float pPartialTicks, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) - Specified by:
render
in classRenderLayer<T extends Drowned,
DrownedModel<T extends Drowned>>
-