Class MooshroomEntityRenderer


@Environment(CLIENT) public class MooshroomEntityRenderer extends MobEntityRenderer<MooshroomEntity>
Mappings:
Namespace Name
official bvr
intermediary net/minecraft/class_566
named net/minecraft/client/render/entity/MooshroomEntityRenderer
  • Field Details

    • MOOSHROOM_TEX

      private static final Identifier MOOSHROOM_TEX
      Mappings:
      Namespace Name Mixin selector
      official a Lbvr;a:Lkq;
      intermediary field_6506 Lnet/minecraft/class_566;field_6506:Lnet/minecraft/class_1653;
      named MOOSHROOM_TEX Lnet/minecraft/client/render/entity/MooshroomEntityRenderer;MOOSHROOM_TEX:Lnet/minecraft/util/Identifier;
  • Constructor Details

    • MooshroomEntityRenderer

      public MooshroomEntityRenderer(EntityRenderDispatcher dispatcher)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbus;<init>(Lbur;)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

    • getModel

      public CowEntityModel getModel()
      Overrides:
      getModel in class LivingEntityRenderer<MooshroomEntity>
      Mappings:
      Namespace Name Mixin selector
      official h Lbvr;h()Lblc;
      intermediary method_13870 Lnet/minecraft/class_566;method_13870()Lnet/minecraft/class_436;
      named getModel Lnet/minecraft/client/render/entity/MooshroomEntityRenderer;getModel()Lnet/minecraft/client/render/entity/model/CowEntityModel;
    • getTexture

      protected Identifier getTexture(MooshroomEntity mooshroomEntity)
      Specified by:
      getTexture in class EntityRenderer<MooshroomEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbvr;a(Lxa;)Lkq;
      intermediary method_5793 Lnet/minecraft/class_566;method_5793(Lnet/minecraft/class_946;)Lnet/minecraft/class_1653;
      named getTexture Lnet/minecraft/client/render/entity/MooshroomEntityRenderer;getTexture(Lnet/minecraft/entity/passive/MooshroomEntity;)Lnet/minecraft/util/Identifier;