Class BoatEntityRenderer

java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<BoatEntity>
net.minecraft.client.render.entity.BoatEntityRenderer

@Environment(CLIENT) public class BoatEntityRenderer extends EntityRenderer<BoatEntity>
Mappings:
Namespace Name
official bik
intermediary net/minecraft/class_542
named net/minecraft/client/render/entity/BoatEntityRenderer
  • Field Details

    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official e Lbik;e:Ljy;
      intermediary field_6468 Lnet/minecraft/class_542;field_6468:Lnet/minecraft/class_1653;
      named TEXTURE Lnet/minecraft/client/render/entity/BoatEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
    • model

      protected EntityModel model
      Mappings:
      Namespace Name Mixin selector
      official a Lbik;a:Lbbo;
      intermediary field_2085 Lnet/minecraft/class_542;field_2085:Lnet/minecraft/class_444;
      named model Lnet/minecraft/client/render/entity/BoatEntityRenderer;model:Lnet/minecraft/client/render/entity/model/EntityModel;
  • Constructor Details

    • BoatEntityRenderer

      public BoatEntityRenderer(EntityRenderDispatcher dispatcher)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbiv;<init>(Lbiu;)V
      intermediary <init> Lnet/minecraft/class_551;<init>(Lnet/minecraft/class_550;)V
      named <init> Lnet/minecraft/client/render/entity/EntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRenderDispatcher;)V
  • Method Details

    • render

      public void render(BoatEntity boatEntity, double double2, double double3, double double4, float float2, float float3)
      Overrides:
      render in class EntityRenderer<BoatEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbik;a(Lux;DDDFF)V
      intermediary method_1499 Lnet/minecraft/class_542;method_1499(Lnet/minecraft/class_962;DDDFF)V
      named render Lnet/minecraft/client/render/entity/BoatEntityRenderer;render(Lnet/minecraft/entity/vehicle/BoatEntity;DDDFF)V
    • getTexture

      protected Identifier getTexture(BoatEntity boatEntity)
      Specified by:
      getTexture in class EntityRenderer<BoatEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbik;a(Lux;)Ljy;
      intermediary method_5735 Lnet/minecraft/class_542;method_5735(Lnet/minecraft/class_962;)Lnet/minecraft/class_1653;
      named getTexture Lnet/minecraft/client/render/entity/BoatEntityRenderer;getTexture(Lnet/minecraft/entity/vehicle/BoatEntity;)Lnet/minecraft/util/Identifier;