Class EndCrystalRenderer
java.lang.Object
net.minecraft.client.renderer.entity.EntityRenderer<EndCrystal>
net.minecraft.client.renderer.entity.EndCrystalRenderer
-
Field Summary
Modifier and TypeFieldDescriptionprivate final ModelPart
private static final String
private final ModelPart
private static final ResourceLocation
private final ModelPart
private static final String
private static final RenderType
private static final float
Fields inherited from class net.minecraft.client.renderer.entity.EntityRenderer
entityRenderDispatcher, NAMETAG_SCALE, shadowRadius, shadowStrength
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LayerDefinition
getTextureLocation
(EndCrystal p_114157_) static float
getY
(EndCrystal p_114159_, float p_114160_) void
render
(EndCrystal p_114162_, float p_114163_, float p_114164_, PoseStack p_114165_, MultiBufferSource p_114166_, int p_114167_) boolean
shouldRender
(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:
render
in classEntityRenderer<EndCrystal>
-
getY
-
getTextureLocation
- Specified by:
getTextureLocation
in classEntityRenderer<EndCrystal>
-
shouldRender
public boolean shouldRender(EndCrystal p_114169_, Frustum p_114170_, double p_114171_, double p_114172_, double p_114173_) - Overrides:
shouldRender
in classEntityRenderer<EndCrystal>
-