Class MoonLunargradeRenderer

java.lang.Object
net.minecraft.client.renderer.entity.EntityRenderer<MoonLunargradeEntity>
software.bernie.geckolib.renderer.GeoEntityRenderer<MoonLunargradeEntity>
com.lightning.northstar.entity.renderers.MoonLunargradeRenderer
All Implemented Interfaces:
software.bernie.geckolib.renderer.GeoRenderer<MoonLunargradeEntity>

public class MoonLunargradeRenderer extends software.bernie.geckolib.renderer.GeoEntityRenderer<MoonLunargradeEntity>
  • Field Summary

    Fields inherited from class software.bernie.geckolib.renderer.GeoEntityRenderer

    animatable, entityRenderTranslations, model, modelRenderTranslations, renderLayers, scaleHeight, scaleWidth

    Fields inherited from class net.minecraft.client.renderer.entity.EntityRenderer

    entityRenderDispatcher, LEASH_RENDER_STEPS, NAMETAG_SCALE, shadowRadius, shadowStrength
  • Constructor Summary

    Constructors
    Constructor
    Description
    MoonLunargradeRenderer(net.minecraft.client.renderer.entity.EntityRendererProvider.Context renderManager)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.client.renderer.RenderType
    getRenderType(MoonLunargradeEntity animatable, net.minecraft.resources.ResourceLocation texture, @Nullable net.minecraft.client.renderer.MultiBufferSource bufferSource, float partialTick)
     

    Methods inherited from class software.bernie.geckolib.renderer.GeoEntityRenderer

    actuallyRender, addRenderLayer, applyRenderLayers, applyRotations, applyRotations, doPostRenderCleanup, fireCompileRenderLayersEvent, firePostRenderEvent, firePreRenderEvent, getAnimatable, getDeathMaxRotation, getGeoModel, getInstanceId, getNameRenderCutoffDistance, getPackedOverlay, getRenderColor, getRenderLayers, getTextureLocation, isShaking, preRender, render, renderFinal, renderLeash, renderRecursively, shouldShowName, updateAnimatedTextureFrame, withScale, withScale

    Methods inherited from class net.minecraft.client.renderer.entity.EntityRenderer

    getBlockLightLevel, getFont, getPackedLightCoords, getRenderOffset, getShadowRadius, getSkyLightLevel, renderNameTag, shouldRender

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.bernie.geckolib.renderer.GeoRenderer

    applyRenderLayersForBone, checkAndRefreshBuffer, createVerticesOfQuad, defaultRender, getMotionAnimThreshold, postRender, preApplyRenderLayers, renderChildBones, renderCube, renderCubesOfBone, reRender, scaleModelForRender
  • Constructor Details

    • MoonLunargradeRenderer

      public MoonLunargradeRenderer(net.minecraft.client.renderer.entity.EntityRendererProvider.Context renderManager)
  • Method Details

    • getRenderType

      public net.minecraft.client.renderer.RenderType getRenderType(MoonLunargradeEntity animatable, net.minecraft.resources.ResourceLocation texture, @Nullable @Nullable net.minecraft.client.renderer.MultiBufferSource bufferSource, float partialTick)
      Specified by:
      getRenderType in interface software.bernie.geckolib.renderer.GeoRenderer<MoonLunargradeEntity>
      Overrides:
      getRenderType in class software.bernie.geckolib.renderer.GeoEntityRenderer<MoonLunargradeEntity>