Class DragonFireballRenderer
- java.lang.Object
-
- net.minecraft.client.renderer.entity.EntityRenderer<DragonFireballEntity>
-
- net.minecraft.client.renderer.entity.DragonFireballRenderer
-
public class DragonFireballRenderer extends EntityRenderer<DragonFireballEntity>
-
-
Field Summary
Fields Modifier and Type Field Description private static RenderType
RENDER_TYPE
private static ResourceLocation
TEXTURE_LOCATION
-
Fields inherited from class net.minecraft.client.renderer.entity.EntityRenderer
entityRenderDispatcher, shadowRadius, shadowStrength
-
-
Constructor Summary
Constructors Constructor Description DragonFireballRenderer(EntityRendererManager p_i46553_1_)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
getBlockLightLevel(DragonFireballEntity p_225624_1_, BlockPos p_225624_2_)
ResourceLocation
getTextureLocation(DragonFireballEntity p_110775_1_)
void
render(DragonFireballEntity p_225623_1_, float p_225623_2_, float p_225623_3_, MatrixStack p_225623_4_, IRenderTypeBuffer p_225623_5_, int p_225623_6_)
private static void
vertex(IVertexBuilder p_229045_0_, Matrix4f p_229045_1_, Matrix3f p_229045_2_, int p_229045_3_, float p_229045_4_, int p_229045_5_, int p_229045_6_, int p_229045_7_)
-
Methods inherited from class net.minecraft.client.renderer.entity.EntityRenderer
getDispatcher, getFont, getPackedLightCoords, getRenderOffset, getSkyLightLevel, renderNameTag, shouldRender, shouldShowName
-
-
-
-
Field Detail
-
TEXTURE_LOCATION
private static final ResourceLocation TEXTURE_LOCATION
-
RENDER_TYPE
private static final RenderType RENDER_TYPE
-
-
Constructor Detail
-
DragonFireballRenderer
public DragonFireballRenderer(EntityRendererManager p_i46553_1_)
-
-
Method Detail
-
getBlockLightLevel
protected int getBlockLightLevel(DragonFireballEntity p_225624_1_, BlockPos p_225624_2_)
- Overrides:
getBlockLightLevel
in classEntityRenderer<DragonFireballEntity>
-
render
public void render(DragonFireballEntity p_225623_1_, float p_225623_2_, float p_225623_3_, MatrixStack p_225623_4_, IRenderTypeBuffer p_225623_5_, int p_225623_6_)
- Overrides:
render
in classEntityRenderer<DragonFireballEntity>
-
vertex
private static void vertex(IVertexBuilder p_229045_0_, Matrix4f p_229045_1_, Matrix3f p_229045_2_, int p_229045_3_, float p_229045_4_, int p_229045_5_, int p_229045_6_, int p_229045_7_)
-
getTextureLocation
public ResourceLocation getTextureLocation(DragonFireballEntity p_110775_1_)
- Specified by:
getTextureLocation
in classEntityRenderer<DragonFireballEntity>
-
-