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
-
Constructor Summary
ConstructorDescriptionArrowLayer
(EntityRendererProvider.Context p_174465_, LivingEntityRenderer<T, M> p_174466_) -
Method Summary
Modifier and TypeMethodDescriptionprotected int
protected void
renderStuckItem
(PoseStack p_116569_, MultiBufferSource p_116570_, int p_116571_, Entity p_116572_, float p_116573_, float p_116574_, float p_116575_, float p_116576_) 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 p_116569_, MultiBufferSource p_116570_, int p_116571_, Entity p_116572_, float p_116573_, float p_116574_, float p_116575_, float p_116576_) - Specified by:
renderStuckItem
in classStuckInBodyLayer<T extends LivingEntity,
M extends PlayerModel<T>>
-