Class AreaEffectCloudEntityRenderer

java.lang.Object
net.minecraft.client.render.entity.EntityRenderer
net.minecraft.client.render.entity.AreaEffectCloudEntityRenderer

@Environment(CLIENT) public class AreaEffectCloudEntityRenderer extends EntityRenderer
Mappings:
Namespace Name
official bmz
intermediary net/minecraft/class_546
named net/minecraft/client/render/entity/AreaEffectCloudEntityRenderer
  • Constructor Details

    • AreaEffectCloudEntityRenderer

      public AreaEffectCloudEntityRenderer()
  • Method Details

    • render

      public void render(Entity entity, double x, double y, double z, float float2, float tickDelta)
      Specified by:
      render in class EntityRenderer
      Mappings:
      Namespace Name Mixin selector
      official a Lbne;a(Lqm;DDDFF)V
      intermediary method_1532 Lnet/minecraft/class_551;method_1532(Lnet/minecraft/class_864;DDDFF)V
      named render Lnet/minecraft/client/render/entity/EntityRenderer;render(Lnet/minecraft/entity/Entity;DDDFF)V
    • getTexture

      protected Identifier getTexture(Entity entity)
      Specified by:
      getTexture in class EntityRenderer
      Mappings:
      Namespace Name Mixin selector
      official a Lbne;a(Lqm;)Lbqm;
      intermediary method_5745 Lnet/minecraft/class_551;method_5745(Lnet/minecraft/class_864;)Lnet/minecraft/class_1653;
      named getTexture Lnet/minecraft/client/render/entity/EntityRenderer;getTexture(Lnet/minecraft/entity/Entity;)Lnet/minecraft/util/Identifier;