Class BeeStingerLayer<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.BeeStingerLayer<T,M>
public class BeeStingerLayer<T extends LivingEntity,M extends PlayerModel<T>>
extends StuckInBodyLayer<T,M>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected int
protected void
renderStuckItem
(PoseStack p_116584_, MultiBufferSource p_116585_, int p_116586_, Entity p_116587_, float p_116588_, float p_116589_, float p_116590_, float p_116591_) private static void
vertex
(VertexConsumer p_254470_, org.joml.Matrix4f p_254513_, org.joml.Matrix3f p_254052_, float p_253749_, int p_254520_, float p_254099_, float p_253914_, int p_254168_) 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
-
BEE_STINGER_LOCATION
-
-
Constructor Details
-
BeeStingerLayer
-
-
Method Details
-
numStuck
- Specified by:
numStuck
in classStuckInBodyLayer<T extends LivingEntity,
M extends PlayerModel<T>>
-
renderStuckItem
protected void renderStuckItem(PoseStack p_116584_, MultiBufferSource p_116585_, int p_116586_, Entity p_116587_, float p_116588_, float p_116589_, float p_116590_, float p_116591_) - Specified by:
renderStuckItem
in classStuckInBodyLayer<T extends LivingEntity,
M extends PlayerModel<T>>
-
vertex
private static void vertex(VertexConsumer p_254470_, org.joml.Matrix4f p_254513_, org.joml.Matrix3f p_254052_, float p_253749_, int p_254520_, float p_254099_, float p_253914_, int p_254168_)
-