Class MooshroomEntityRenderer

All Implemented Interfaces:
FeatureRendererContext<MooshroomEntityRenderState,CowEntityModel>

Mappings:
Namespace Name
named net/minecraft/client/render/entity/MooshroomEntityRenderer
intermediary net/minecraft/class_926
official gsw
  • Field Details

    • TEXTURES

      private static final Map<MooshroomEntity.Type,Identifier> TEXTURES
      Mappings:
      Namespace Name Mixin selector
      named TEXTURES Lnet/minecraft/client/render/entity/MooshroomEntityRenderer;TEXTURES:Ljava/util/Map;
      intermediary field_4748 Lnet/minecraft/class_926;field_4748:Ljava/util/Map;
      official a Lgsw;a:Ljava/util/Map;
  • Constructor Details

    • MooshroomEntityRenderer

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

    • getTexture

      public Identifier getTexture(MooshroomEntityRenderState mooshroomEntityRenderState)
      Specified by:
      getTexture in class LivingEntityRenderer<MooshroomEntity,MooshroomEntityRenderState,CowEntityModel>
      Mappings:
      Namespace Name Mixin selector
      named getTexture Lnet/minecraft/client/render/entity/MooshroomEntityRenderer;getTexture(Lnet/minecraft/client/render/entity/state/MooshroomEntityRenderState;)Lnet/minecraft/util/Identifier;
      intermediary method_4066 Lnet/minecraft/class_926;method_4066(Lnet/minecraft/class_10047;)Lnet/minecraft/class_2960;
      official a Lgsw;a(Lgyx;)Lalz;
    • createRenderState

      public MooshroomEntityRenderState createRenderState()
      Specified by:
      createRenderState in class EntityRenderer<MooshroomEntity,MooshroomEntityRenderState>
      Mappings:
      Namespace Name Mixin selector
      named createRenderState Lnet/minecraft/client/render/entity/MooshroomEntityRenderer;createRenderState()Lnet/minecraft/client/render/entity/state/MooshroomEntityRenderState;
      intermediary method_62493 Lnet/minecraft/class_926;method_62493()Lnet/minecraft/class_10047;
      official b Lgsw;b()Lgyx;
    • updateRenderState

      public void updateRenderState(MooshroomEntity mooshroomEntity, MooshroomEntityRenderState mooshroomEntityRenderState, float float2)
      Overrides:
      updateRenderState in class LivingEntityRenderer<MooshroomEntity,MooshroomEntityRenderState,CowEntityModel>
      Mappings:
      Namespace Name Mixin selector
      named updateRenderState Lnet/minecraft/client/render/entity/MooshroomEntityRenderer;updateRenderState(Lnet/minecraft/entity/passive/MooshroomEntity;Lnet/minecraft/client/render/entity/state/MooshroomEntityRenderState;F)V
      intermediary method_62492 Lnet/minecraft/class_926;method_62492(Lnet/minecraft/class_1438;Lnet/minecraft/class_10047;F)V
      official a Lgsw;a(Lcij;Lgyx;F)V