Class TntEntityRenderer

java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<ExplodingTntEntity>
net.minecraft.client.render.entity.TntEntityRenderer

@Environment(CLIENT)
public class TntEntityRenderer
extends EntityRenderer<ExplodingTntEntity>
Mappings:
Namespace Name
official bkf
intermediary net/minecraft/class_1175
named net/minecraft/client/render/entity/TntEntityRenderer
  • Constructor Details

    • TntEntityRenderer

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

    • render

      public void render​(ExplodingTntEntity explodingTntEntity, double double2, double double3, double double4, float float2, float float3)
      Overrides:
      render in class EntityRenderer<ExplodingTntEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbkf;a(Lvj;DDDFF)V
      intermediary method_4063 Lnet/minecraft/class_1175;method_4063(Lnet/minecraft/class_1905;DDDFF)V
      named render Lnet/minecraft/client/render/entity/TntEntityRenderer;render(Lnet/minecraft/entity/ExplodingTntEntity;DDDFF)V
    • getTexture

      protected Identifier getTexture​(ExplodingTntEntity explodingTntEntity)
      Specified by:
      getTexture in class EntityRenderer<ExplodingTntEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbkf;a(Lvj;)Ljy;
      intermediary method_4062 Lnet/minecraft/class_1175;method_4062(Lnet/minecraft/class_1905;)Lnet/minecraft/class_1605;
      named getTexture Lnet/minecraft/client/render/entity/TntEntityRenderer;getTexture(Lnet/minecraft/entity/ExplodingTntEntity;)Lnet/minecraft/util/Identifier;