Class EndCrystalRenderer
java.lang.Object
net.minecraft.client.renderer.entity.EntityRenderer<EndCrystal>
net.minecraft.client.renderer.entity.EndCrystalRenderer
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final ModelPartprivate static final Stringprivate final ModelPartprivate static final ResourceLocationprivate final ModelPartprivate static final Stringprivate static final RenderTypeprivate static final floatFields inherited from class net.minecraft.client.renderer.entity.EntityRendererentityRenderDispatcher, NAMETAG_SCALE, shadowRadius, shadowStrength
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic LayerDefinitiongetTextureLocation(EndCrystal p_114157_) static floatgetY(EndCrystal p_114159_, float p_114160_) voidrender(EndCrystal p_114162_, float p_114163_, float p_114164_, PoseStack p_114165_, MultiBufferSource p_114166_, int p_114167_) booleanshouldRender(EndCrystal p_114169_, Frustum p_114170_, double p_114171_, double p_114172_, double p_114173_) Methods inherited from class net.minecraft.client.renderer.entity.EntityRenderergetBlockLightLevel, getFont, getPackedLightCoords, getRenderOffset, getSkyLightLevel, renderNameTag, shouldShowName
- 
Field Details- 
END_CRYSTAL_LOCATION
- 
RENDER_TYPE
- 
SIN_45private static final float SIN_45
- 
GLASS- See Also:
 
- 
BASE- See Also:
 
- 
cube
- 
glass
- 
base
 
- 
- 
Constructor Details- 
EndCrystalRenderer
 
- 
- 
Method Details- 
createBodyLayer
- 
renderpublic void render(EndCrystal p_114162_, float p_114163_, float p_114164_, PoseStack p_114165_, MultiBufferSource p_114166_, int p_114167_) - Overrides:
- renderin class- EntityRenderer<EndCrystal>
 
- 
getY
- 
getTextureLocation- Specified by:
- getTextureLocationin class- EntityRenderer<EndCrystal>
 
- 
shouldRenderpublic boolean shouldRender(EndCrystal p_114169_, Frustum p_114170_, double p_114171_, double p_114172_, double p_114173_) - Overrides:
- shouldRenderin class- EntityRenderer<EndCrystal>
 
 
-