类 SuperLeashRopeRenderer

java.lang.Object
net.minecraft.client.renderer.entity.EntityRenderer<SuperLeashRopeEntity>
top.r3944realms.superleadrope.client.renderer.entity.SuperLeashRopeRenderer

public class SuperLeashRopeRenderer extends net.minecraft.client.renderer.entity.EntityRenderer<SuperLeashRopeEntity>
The type Super leash rope renderer.
  • 构造器概要

    构造器
    构造器
    说明
    SuperLeashRopeRenderer(net.minecraft.client.renderer.entity.EntityRendererProvider.Context context)
    Instantiates a new Super leash rope renderer.
  • 方法概要

    修饰符和类型
    方法
    说明
    @NotNull net.minecraft.resources.ResourceLocation
     
    void
    render(@NotNull SuperLeashRopeEntity entity, float entityYaw, float partialTicks, @NotNull com.mojang.blaze3d.vertex.PoseStack poseStack, @NotNull net.minecraft.client.renderer.MultiBufferSource buffer, int packedLight)
     

    从类继承的方法 net.minecraft.client.renderer.entity.EntityRenderer

    getFont, getPackedLightCoords, getRenderOffset, shouldRender

    从类继承的方法 java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • SuperLeashRopeRenderer

      public SuperLeashRopeRenderer(net.minecraft.client.renderer.entity.EntityRendererProvider.Context context)
      Instantiates a new Super leash rope renderer.
      参数:
      context - the context
  • 方法详细资料

    • render

      public void render(@NotNull @NotNull SuperLeashRopeEntity entity, float entityYaw, float partialTicks, @NotNull @NotNull com.mojang.blaze3d.vertex.PoseStack poseStack, @NotNull @NotNull net.minecraft.client.renderer.MultiBufferSource buffer, int packedLight)
      覆盖:
      render 在类中 net.minecraft.client.renderer.entity.EntityRenderer<SuperLeashRopeEntity>
    • getTextureLocation

      @NotNull public @NotNull net.minecraft.resources.ResourceLocation getTextureLocation(@NotNull @NotNull SuperLeashRopeEntity entity)
      指定者:
      getTextureLocation 在类中 net.minecraft.client.renderer.entity.EntityRenderer<SuperLeashRopeEntity>