Class EndCrystalRenderer
java.lang.Object
net.minecraft.client.renderer.entity.EntityRenderer<EndCrystal>
net.minecraft.client.renderer.entity.EndCrystalRenderer
- 
Field Summary
FieldsModifier 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.EntityRenderer
entityRenderDispatcher, NAMETAG_SCALE, shadowRadius, shadowStrength - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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.EntityRenderer
getBlockLightLevel, getFont, getPackedLightCoords, getRenderOffset, getSkyLightLevel, renderNameTag, shouldShowName 
- 
Field Details
- 
END_CRYSTAL_LOCATION
 - 
RENDER_TYPE
 - 
SIN_45
private static final float SIN_45 - 
GLASS
- See Also:
 
 - 
BASE
- See Also:
 
 - 
cube
 - 
glass
 - 
base
 
 - 
 - 
Constructor Details
- 
EndCrystalRenderer
 
 - 
 - 
Method Details
- 
createBodyLayer
 - 
render
public void render(EndCrystal p_114162_, float p_114163_, float p_114164_, PoseStack p_114165_, MultiBufferSource p_114166_, int p_114167_) - Overrides:
 renderin classEntityRenderer<EndCrystal>
 - 
getY
 - 
getTextureLocation
- Specified by:
 getTextureLocationin classEntityRenderer<EndCrystal>
 - 
shouldRender
public boolean shouldRender(EndCrystal p_114169_, Frustum p_114170_, double p_114171_, double p_114172_, double p_114173_) - Overrides:
 shouldRenderin classEntityRenderer<EndCrystal>
 
 -