Class DragonFireballRenderer
java.lang.Object
net.minecraft.client.renderer.entity.EntityRenderer<DragonFireball>
net.minecraft.client.renderer.entity.DragonFireballRenderer
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final RenderTypeprivate static final ResourceLocationFields inherited from class net.minecraft.client.renderer.entity.EntityRendererentityRenderDispatcher, NAMETAG_SCALE, shadowRadius, shadowStrength
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected intgetBlockLightLevel(DragonFireball p_114087_, BlockPos p_114088_) getTextureLocation(DragonFireball p_114078_) voidrender(DragonFireball p_114080_, float p_114081_, float p_114082_, PoseStack p_114083_, MultiBufferSource p_114084_, int p_114085_) private static voidvertex(VertexConsumer p_254095_, org.joml.Matrix4f p_254477_, org.joml.Matrix3f p_253948_, int p_253829_, float p_253995_, int p_254031_, int p_253641_, int p_254243_) Methods inherited from class net.minecraft.client.renderer.entity.EntityRenderergetFont, getPackedLightCoords, getRenderOffset, getSkyLightLevel, renderNameTag, shouldRender, shouldShowName
- 
Field Details- 
TEXTURE_LOCATION
- 
RENDER_TYPE
 
- 
- 
Constructor Details- 
DragonFireballRenderer
 
- 
- 
Method Details- 
getBlockLightLevel- Overrides:
- getBlockLightLevelin class- EntityRenderer<DragonFireball>
 
- 
renderpublic void render(DragonFireball p_114080_, float p_114081_, float p_114082_, PoseStack p_114083_, MultiBufferSource p_114084_, int p_114085_) - Overrides:
- renderin class- EntityRenderer<DragonFireball>
 
- 
vertexprivate static void vertex(VertexConsumer p_254095_, org.joml.Matrix4f p_254477_, org.joml.Matrix3f p_253948_, int p_253829_, float p_253995_, int p_254031_, int p_253641_, int p_254243_) 
- 
getTextureLocation- Specified by:
- getTextureLocationin class- EntityRenderer<DragonFireball>
 
 
-