Class DeepAquaArrowRenderer

java.lang.Object
net.minecraft.client.renderer.entity.EntityRenderer<T>
net.minecraft.client.renderer.entity.ArrowRenderer<DeepAquaArrow>
com.li64.tide.registries.entities.misc.DeepAquaArrowRenderer

public class DeepAquaArrowRenderer extends net.minecraft.client.renderer.entity.ArrowRenderer<DeepAquaArrow>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    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
    DeepAquaArrowRenderer(net.minecraft.client.renderer.entity.EntityRendererProvider.Context context)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.resources.ResourceLocation
     

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

    render, vertex

    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

    • DEEP_AQUA_ARROW_LOCATION

      public static final net.minecraft.resources.ResourceLocation DEEP_AQUA_ARROW_LOCATION
  • Constructor Details

    • DeepAquaArrowRenderer

      public DeepAquaArrowRenderer(net.minecraft.client.renderer.entity.EntityRendererProvider.Context context)
  • Method Details

    • getTextureLocation

      public net.minecraft.resources.ResourceLocation getTextureLocation(DeepAquaArrow arrow)
      Specified by:
      getTextureLocation in class net.minecraft.client.renderer.entity.EntityRenderer<DeepAquaArrow>