Class MarsWormRenderer

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

public class MarsWormRenderer extends software.bernie.geckolib.renderer.GeoEntityRenderer<MarsWormEntity>
  • 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
    MarsWormRenderer(net.minecraft.client.renderer.entity.EntityRendererProvider.Context renderManager)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.client.renderer.RenderType
    getRenderType(MarsWormEntity 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

    • MarsWormRenderer

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

    • getRenderType

      public net.minecraft.client.renderer.RenderType getRenderType(MarsWormEntity 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<MarsWormEntity>
      Overrides:
      getRenderType in class software.bernie.geckolib.renderer.GeoEntityRenderer<MarsWormEntity>