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 SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionArrowLayer(EntityRendererProvider.Context p_174465_, LivingEntityRenderer<T, M> p_174466_) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected intprotected voidrenderStuckItem(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.StuckInBodyLayerrenderMethods inherited from class net.minecraft.client.renderer.entity.layers.RenderLayercoloredCutoutModelCopyLayerRender, getParentModel, getTextureLocation, renderColoredCutoutModel
- 
Field Details- 
dispatcher
 
- 
- 
Constructor Details- 
ArrowLayer
 
- 
- 
Method Details- 
numStuck- Specified by:
- numStuckin class- StuckInBodyLayer<T extends LivingEntity,- M extends PlayerModel<T>> 
 
- 
renderStuckItemprotected 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:
- renderStuckItemin class- StuckInBodyLayer<T extends LivingEntity,- M extends PlayerModel<T>> 
 
 
-