Class VenusMimicRenderer

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

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

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

    • VenusMimicRenderer

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

    • getRenderType

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