Class TntMinecartEntityRenderer


@Environment(CLIENT) public class TntMinecartEntityRenderer extends MinecartEntityRenderer<TntMinecartEntity>
Mappings:
Namespace Name
official ewo
intermediary net/minecraft/class_957
named net/minecraft/client/render/entity/TntMinecartEntityRenderer
  • Constructor Details

    • TntMinecartEntityRenderer

      public TntMinecartEntityRenderer(EntityRendererFactory.Context ctx)
      Mappings:
      Namespace Name Mixin selector
      official <init> Leuc;<init>(Leud$a;)V
      intermediary <init> Lnet/minecraft/class_897;<init>(Lnet/minecraft/class_5617$class_5618;)V
      named <init> Lnet/minecraft/client/render/entity/EntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRendererFactory$Context;)V
  • Method Details

    • renderBlock

      protected void renderBlock(TntMinecartEntity tntMinecartEntity, float float2, BlockState blockState, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2)
      Overrides:
      renderBlock in class MinecartEntityRenderer<TntMinecartEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lewo;a(Lbpq;FLcoc;Ldsj;Lepl;I)V
      intermediary method_4137 Lnet/minecraft/class_957;method_4137(Lnet/minecraft/class_1701;FLnet/minecraft/class_2680;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;I)V
      named renderBlock Lnet/minecraft/client/render/entity/TntMinecartEntityRenderer;renderBlock(Lnet/minecraft/entity/vehicle/TntMinecartEntity;FLnet/minecraft/block/BlockState;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;I)V
    • renderFlashingBlock

      public static void renderFlashingBlock(BlockState blockState, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, boolean drawFlash)
      Renders a given block state into the given buffers either normally or with a bright white overlay. Used for rendering primed TNT either standalone or as part of a TNT minecart.
      Parameters:
      drawFlash - whether a white semi-transparent overlay is added to the block to indicate the flash
      Mappings:
      Namespace Name Mixin selector
      official a Lewo;a(Lcoc;Ldsj;Lepl;IZ)V
      intermediary method_23190 Lnet/minecraft/class_957;method_23190(Lnet/minecraft/class_2680;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;IZ)V
      named renderFlashingBlock Lnet/minecraft/client/render/entity/TntMinecartEntityRenderer;renderFlashingBlock(Lnet/minecraft/block/BlockState;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;IZ)V