Class NecromancerFangsRenderer

java.lang.Object
net.minecraft.client.renderer.entity.EntityRenderer<NecromancerFangs>
com.idark.valoria.client.render.entity.NecromancerFangsRenderer

public class NecromancerFangsRenderer extends net.minecraft.client.renderer.entity.EntityRenderer<NecromancerFangs>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final net.minecraft.resources.ResourceLocation
     

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

    entityRenderDispatcher, NAMETAG_SCALE, shadowRadius, shadowStrength
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    @NotNull net.minecraft.resources.ResourceLocation
    Returns the location of an entity's texture.
    void
    render(NecromancerFangs pEntity, float pEntityYaw, float pPartialTicks, @NotNull com.mojang.blaze3d.vertex.PoseStack pMatrixStack, @NotNull net.minecraft.client.renderer.MultiBufferSource pBuffer, int pPackedLight)
     

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

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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • TEXTURE

      protected static final net.minecraft.resources.ResourceLocation TEXTURE
  • Constructor Details

    • NecromancerFangsRenderer

      public NecromancerFangsRenderer(net.minecraft.client.renderer.entity.EntityRendererProvider.Context pContext)
  • Method Details

    • render

      public void render(NecromancerFangs pEntity, float pEntityYaw, float pPartialTicks, @NotNull @NotNull com.mojang.blaze3d.vertex.PoseStack pMatrixStack, @NotNull @NotNull net.minecraft.client.renderer.MultiBufferSource pBuffer, int pPackedLight)
      Overrides:
      render in class net.minecraft.client.renderer.entity.EntityRenderer<NecromancerFangs>
    • getTextureLocation

      @NotNull public @NotNull net.minecraft.resources.ResourceLocation getTextureLocation(@NotNull @NotNull NecromancerFangs pEntity)
      Returns the location of an entity's texture.
      Specified by:
      getTextureLocation in class net.minecraft.client.renderer.entity.EntityRenderer<NecromancerFangs>