Class MercuryRaptorRenderer
java.lang.Object
net.minecraft.client.renderer.entity.EntityRenderer<MercuryRaptorEntity>
software.bernie.geckolib.renderer.GeoEntityRenderer<MercuryRaptorEntity>
com.lightning.northstar.entity.renderers.MercuryRaptorRenderer
- All Implemented Interfaces:
software.bernie.geckolib.renderer.GeoRenderer<MercuryRaptorEntity>
public class MercuryRaptorRenderer
extends software.bernie.geckolib.renderer.GeoEntityRenderer<MercuryRaptorEntity>
-
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
ConstructorsConstructorDescriptionMercuryRaptorRenderer(net.minecraft.client.renderer.entity.EntityRendererProvider.Context renderManager) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.client.renderer.RenderTypegetRenderType(MercuryRaptorEntity 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
-
MercuryRaptorRenderer
public MercuryRaptorRenderer(net.minecraft.client.renderer.entity.EntityRendererProvider.Context renderManager)
-
-
Method Details
-
getRenderType
public net.minecraft.client.renderer.RenderType getRenderType(MercuryRaptorEntity animatable, net.minecraft.resources.ResourceLocation texture, @Nullable @Nullable net.minecraft.client.renderer.MultiBufferSource bufferSource, float partialTick) - Specified by:
getRenderTypein interfacesoftware.bernie.geckolib.renderer.GeoRenderer<MercuryRaptorEntity>- Overrides:
getRenderTypein classsoftware.bernie.geckolib.renderer.GeoEntityRenderer<MercuryRaptorEntity>
-