Class BasicTexturedRenderer
-
- All Implemented Interfaces:
-
net.minecraft.client.renderer.entity.RenderLayerParent
public final class BasicTexturedRenderer<T extends Mob> extends HumanoidMobRenderer<T, HumanoidModel<T>>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
BasicTexturedRenderer.Companion
-
Field Summary
Fields Modifier and Type Field Description private final String
location
protected final HumanoidModel<T>
model
protected final List<RenderLayer<T, HumanoidModel<T>>>
layers
protected final EntityRenderDispatcher
entityRenderDispatcher
private final Font
font
protected final Float
shadowRadius
protected final Float
shadowStrength
public final static BasicTexturedRenderer.Companion
Companion
-
Constructor Summary
Constructors Constructor Description BasicTexturedRenderer(EntityRendererProvider.Context context, String location, Float offset)
-
Method Summary
Modifier and Type Method Description final String
getLocation()
ResourceLocation
getTextureLocation(T 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
-
getLocation
final String getLocation()
-
getTextureLocation
ResourceLocation getTextureLocation(T entity)
-
-
-
-