Class IntegrityBossfightRenderer
-
- All Implemented Interfaces:
-
software.bernie.geckolib.renderer.GeoRenderer
public final class IntegrityBossfightRenderer extends GeoEntityRenderer<IntegrityBossfightEntity>
-
-
Field Summary
Fields Modifier and Type Field Description protected final GeoRenderLayersContainer<IntegrityBossfightEntity>
renderLayers
protected final GeoModel<IntegrityBossfightEntity>
model
protected final IntegrityBossfightEntity
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 IntegrityBossfightRenderer(EntityRendererProvider.Context renderManager)
-
Method Summary
Modifier and Type Method Description RenderType
getRenderType(IntegrityBossfightEntity animatable, ResourceLocation texture, MultiBufferSource bufferSource, Float partialTick)
Unit
preRender(PoseStack poseStack, IntegrityBossfightEntity entity, BakedGeoModel model, MultiBufferSource bufferSource, VertexConsumer buffer, Boolean isReRender, Float partialTick, Integer packedLight, Integer packedOverlay, Integer color)
Float
getDeathMaxRotation(IntegrityBossfightEntity 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(IntegrityBossfightEntity animatable, ResourceLocation texture, MultiBufferSource bufferSource, Float partialTick)
-
preRender
Unit preRender(PoseStack poseStack, IntegrityBossfightEntity entity, BakedGeoModel model, MultiBufferSource bufferSource, VertexConsumer buffer, Boolean isReRender, Float partialTick, Integer packedLight, Integer packedOverlay, Integer color)
-
getDeathMaxRotation
Float getDeathMaxRotation(IntegrityBossfightEntity entityLivingBaseIn)
-
-
-
-