Class MercuryRoachRenderer
java.lang.Object
net.minecraft.client.renderer.entity.EntityRenderer<MercuryRoachEntity>
software.bernie.geckolib.renderer.GeoEntityRenderer<MercuryRoachEntity>
com.lightning.northstar.entity.renderers.MercuryRoachRenderer
- All Implemented Interfaces:
software.bernie.geckolib.renderer.GeoRenderer<MercuryRoachEntity>
public class MercuryRoachRenderer
extends software.bernie.geckolib.renderer.GeoEntityRenderer<MercuryRoachEntity>
-
Field Summary
Fields inherited from class software.bernie.geckolib.renderer.GeoEntityRenderer
animatable, entityRenderTranslations, model, modelRenderTranslations, renderLayers, scaleHeight, scaleWidthFields inherited from class net.minecraft.client.renderer.entity.EntityRenderer
entityRenderDispatcher, LEASH_RENDER_STEPS, NAMETAG_SCALE, shadowRadius, shadowStrength -
Constructor Summary
ConstructorsConstructorDescriptionMercuryRoachRenderer(net.minecraft.client.renderer.entity.EntityRendererProvider.Context renderManager) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.client.renderer.RenderTypegetRenderType(MercuryRoachEntity 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, withScaleMethods inherited from class net.minecraft.client.renderer.entity.EntityRenderer
getBlockLightLevel, getFont, getPackedLightCoords, getRenderOffset, getShadowRadius, getSkyLightLevel, renderNameTag, shouldRenderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.bernie.geckolib.renderer.GeoRenderer
applyRenderLayersForBone, checkAndRefreshBuffer, createVerticesOfQuad, defaultRender, getMotionAnimThreshold, postRender, preApplyRenderLayers, renderChildBones, renderCube, renderCubesOfBone, reRender, scaleModelForRender
-
Constructor Details
-
MercuryRoachRenderer
public MercuryRoachRenderer(net.minecraft.client.renderer.entity.EntityRendererProvider.Context renderManager)
-
-
Method Details
-
getRenderType
public net.minecraft.client.renderer.RenderType getRenderType(MercuryRoachEntity animatable, net.minecraft.resources.ResourceLocation texture, @Nullable @Nullable net.minecraft.client.renderer.MultiBufferSource bufferSource, float partialTick) - Specified by:
getRenderTypein interfacesoftware.bernie.geckolib.renderer.GeoRenderer<MercuryRoachEntity>- Overrides:
getRenderTypein classsoftware.bernie.geckolib.renderer.GeoEntityRenderer<MercuryRoachEntity>
-