Class NothingiswatchingRenderer
-
- All Implemented Interfaces:
-
software.bernie.geckolib.renderer.GeoRenderer
public final class NothingiswatchingRenderer extends GeoEntityRenderer<NothingiswatchingEntity>
-
-
Field Summary
Fields Modifier and Type Field Description protected final GeoRenderLayersContainer<NothingiswatchingEntity>
renderLayers
protected final GeoModel<NothingiswatchingEntity>
model
protected final NothingiswatchingEntity
animatable
protected final Float
scaleWidth
protected final Float
scaleHeight
protected final Matrix4f
entityRenderTranslations
protected final Matrix4f
modelRenderTranslations
protected final EntityRenderDispatcher
entityRenderDispatcher
private final Font
font
protected final Float
shadowRadius
protected final Float
shadowStrength
-
Constructor Summary
Constructors Constructor Description NothingiswatchingRenderer(EntityRendererProvider.Context renderManager)
-
Method Summary
Modifier and Type Method Description RenderType
getRenderType(NothingiswatchingEntity animatable, ResourceLocation texture, MultiBufferSource bufferSource, Float partialTick)
Unit
preRender(PoseStack poseStack, NothingiswatchingEntity entity, BakedGeoModel model, MultiBufferSource bufferSource, VertexConsumer buffer, Boolean isReRender, Float partialTick, Integer packedLight, Integer packedOverlay, Integer color)
Float
getDeathMaxRotation(NothingiswatchingEntity entityLivingBaseIn)
-
Methods inherited from class net.minecraft.client.renderer.entity.EntityRenderer
getBlockLightLevel, getFont, getPackedLightCoords, getRenderOffset, getShadowRadius, getSkyLightLevel, renderLeash, renderNameTag, shouldRender
-
Methods inherited from class software.bernie.geckolib.renderer.GeoEntityRenderer
actuallyRender, addRenderLayer, applyRenderLayers, applyRotations, applyRotations, doPostRenderCleanup, fireCompileRenderLayersEvent, firePostRenderEvent, firePreRenderEvent, getAnimatable, getGeoModel, getInstanceId, getNameRenderCutoffDistance, getPackedOverlay, getRenderColor, getRenderLayers, getTextureLocation, isShaking, render, renderFinal, renderLeash, renderRecursively, shouldShowName, updateAnimatedTextureFrame, withScale, withScale
-
Methods inherited from class software.bernie.geckolib.renderer.GeoRenderer
applyRenderLayersForBone, bufferNeedsRefresh, checkAndRefreshBuffer, createVerticesOfQuad, defaultRender, getMotionAnimThreshold, postRender, preApplyRenderLayers, reRender, renderChildBones, renderCube, renderCubesOfBone, scaleModelForRender
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getRenderType
RenderType getRenderType(NothingiswatchingEntity animatable, ResourceLocation texture, MultiBufferSource bufferSource, Float partialTick)
-
preRender
Unit preRender(PoseStack poseStack, NothingiswatchingEntity entity, BakedGeoModel model, MultiBufferSource bufferSource, VertexConsumer buffer, Boolean isReRender, Float partialTick, Integer packedLight, Integer packedOverlay, Integer color)
-
getDeathMaxRotation
Float getDeathMaxRotation(NothingiswatchingEntity entityLivingBaseIn)
-
-
-
-