Class SubAnomaly1Renderer
-
- All Implemented Interfaces:
-
net.minecraft.client.renderer.entity.RenderLayerParent
public final class SubAnomaly1Renderer extends HumanoidMobRenderer<SubAnomaly1Entity, HumanoidModel<SubAnomaly1Entity>>
-
-
Field Summary
Fields Modifier and Type Field Description protected final HumanoidModel<SubAnomaly1Entity>
model
protected final List<RenderLayer<SubAnomaly1Entity, HumanoidModel<SubAnomaly1Entity>>>
layers
protected final EntityRenderDispatcher
entityRenderDispatcher
private final Font
font
protected final Float
shadowRadius
protected final Float
shadowStrength
-
Constructor Summary
Constructors Constructor Description SubAnomaly1Renderer(EntityRendererProvider.Context context)
-
Method Summary
Modifier and Type Method Description ResourceLocation
getTextureLocation(SubAnomaly1Entity entity)
-
Methods inherited from class net.minecraft.client.renderer.entity.EntityRenderer
getBlockLightLevel, getFont, getPackedLightCoords, getRenderOffset, getSkyLightLevel, renderLeash, renderNameTag, shouldRender
-
Methods inherited from class net.minecraft.client.renderer.entity.LivingEntityRenderer
addLayer, getAttackAnim, getBob, getFlipDegrees, getModel, getRenderType, getWhiteOverlayProgress, isBodyVisible, isShaking, render, scale, setupRotations
-
Methods inherited from class net.minecraft.client.renderer.entity.MobRenderer
getShadowRadius, shouldShowName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getTextureLocation
ResourceLocation getTextureLocation(SubAnomaly1Entity entity)
-
-
-
-