Class ArrowLayer<T extends LivingEntity,M extends PlayerModel<T>>
java.lang.Object
net.minecraft.client.renderer.entity.layers.RenderLayer<T,M>
net.minecraft.client.renderer.entity.layers.StuckInBodyLayer<T,M>
net.minecraft.client.renderer.entity.layers.ArrowLayer<T,M>
public class ArrowLayer<T extends LivingEntity,M extends PlayerModel<T>>
extends StuckInBodyLayer<T,M>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionArrowLayer
(EntityRendererProvider.Context pContext, LivingEntityRenderer<T, M> pRenderer) -
Method Summary
Modifier and TypeMethodDescriptionprotected int
protected void
renderStuckItem
(PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight, Entity pEntity, float pX, float pY, float pZ, float pPartialTick) Methods inherited from class net.minecraft.client.renderer.entity.layers.StuckInBodyLayer
render
Methods inherited from class net.minecraft.client.renderer.entity.layers.RenderLayer
coloredCutoutModelCopyLayerRender, getParentModel, getTextureLocation, renderColoredCutoutModel
-
Field Details
-
dispatcher
-
-
Constructor Details
-
ArrowLayer
-
-
Method Details
-
numStuck
- Specified by:
numStuck
in classStuckInBodyLayer<T extends LivingEntity,
M extends PlayerModel<T>>
-
renderStuckItem
protected void renderStuckItem(PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight, Entity pEntity, float pX, float pY, float pZ, float pPartialTick) - Specified by:
renderStuckItem
in classStuckInBodyLayer<T extends LivingEntity,
M extends PlayerModel<T>>
-