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 exw
intermediary net/minecraft/class_881
named net/minecraft/client/render/entity/BoatEntityRenderer
  • Field Details

    • texturesAndModels

      private final Map<BoatEntity.Type,com.mojang.datafixers.util.Pair<Identifier,BoatEntityModel>> texturesAndModels
      Mappings:
      Namespace Name Mixin selector
      official a Lexw;a:Ljava/util/Map;
      intermediary field_27758 Lnet/minecraft/class_881;field_27758:Ljava/util/Map;
      named texturesAndModels Lnet/minecraft/client/render/entity/BoatEntityRenderer;texturesAndModels:Ljava/util/Map;
  • Constructor Details

  • Method Details

    • method_42603

      private BoatEntityModel method_42603(EntityRendererFactory.Context context, BoatEntity.Type type, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official a Lexw;a(Leyo$a;Lbrz$b;Z)Lelq;
      intermediary method_42603 Lnet/minecraft/class_881;method_42603(Lnet/minecraft/class_5617$class_5618;Lnet/minecraft/class_1690$class_1692;Z)Lnet/minecraft/class_554;
      named method_42603 Lnet/minecraft/client/render/entity/BoatEntityRenderer;method_42603(Lnet/minecraft/client/render/entity/EntityRendererFactory$Context;Lnet/minecraft/entity/vehicle/BoatEntity$Type;Z)Lnet/minecraft/client/render/entity/model/BoatEntityModel;
    • method_42602

      private static String method_42602(BoatEntity.Type type, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official a Lexw;a(Lbrz$b;Z)Ljava/lang/String;
      intermediary method_42602 Lnet/minecraft/class_881;method_42602(Lnet/minecraft/class_1690$class_1692;Z)Ljava/lang/String;
      named method_42602 Lnet/minecraft/client/render/entity/BoatEntityRenderer;method_42602(Lnet/minecraft/entity/vehicle/BoatEntity$Type;Z)Ljava/lang/String;
    • render

      public void render(BoatEntity boatEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2)
      Overrides:
      render in class EntityRenderer<BoatEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lexw;a(Lbrz;FFLdwd;Letw;I)V
      intermediary method_3888 Lnet/minecraft/class_881;method_3888(Lnet/minecraft/class_1690;FFLnet/minecraft/class_4587;Lnet/minecraft/class_4597;I)V
      named render Lnet/minecraft/client/render/entity/BoatEntityRenderer;render(Lnet/minecraft/entity/vehicle/BoatEntity;FFLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;I)V
    • getTexture

      public Identifier getTexture(BoatEntity boatEntity)
      Specified by:
      getTexture in class EntityRenderer<BoatEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lexw;a(Lbrz;)Lza;
      intermediary method_3891 Lnet/minecraft/class_881;method_3891(Lnet/minecraft/class_1690;)Lnet/minecraft/class_2960;
      named getTexture Lnet/minecraft/client/render/entity/BoatEntityRenderer;getTexture(Lnet/minecraft/entity/vehicle/BoatEntity;)Lnet/minecraft/util/Identifier;