Class SpectralArrowRenderer
- java.lang.Object
-
- net.minecraft.client.renderer.entity.EntityRenderer<T>
-
- net.minecraft.client.renderer.entity.ArrowRenderer<SpectralArrowEntity>
-
- net.minecraft.client.renderer.entity.SpectralArrowRenderer
-
public class SpectralArrowRenderer extends ArrowRenderer<SpectralArrowEntity>
-
-
Field Summary
Fields Modifier and Type Field Description static ResourceLocation
SPECTRAL_ARROW_LOCATION
-
Fields inherited from class net.minecraft.client.renderer.entity.EntityRenderer
entityRenderDispatcher, shadowRadius, shadowStrength
-
-
Constructor Summary
Constructors Constructor Description SpectralArrowRenderer(EntityRendererManager p_i46549_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceLocation
getTextureLocation(SpectralArrowEntity p_110775_1_)
-
Methods inherited from class net.minecraft.client.renderer.entity.ArrowRenderer
render, vertex
-
Methods inherited from class net.minecraft.client.renderer.entity.EntityRenderer
getBlockLightLevel, getDispatcher, getFont, getPackedLightCoords, getRenderOffset, getSkyLightLevel, renderNameTag, shouldRender, shouldShowName
-
-
-
-
Field Detail
-
SPECTRAL_ARROW_LOCATION
public static final ResourceLocation SPECTRAL_ARROW_LOCATION
-
-
Constructor Detail
-
SpectralArrowRenderer
public SpectralArrowRenderer(EntityRendererManager p_i46549_1_)
-
-
Method Detail
-
getTextureLocation
public ResourceLocation getTextureLocation(SpectralArrowEntity p_110775_1_)
- Specified by:
getTextureLocation
in classEntityRenderer<SpectralArrowEntity>
-
-