Class CamelAnimations

java.lang.Object
net.minecraft.client.render.entity.animation.CamelAnimations

@Environment(CLIENT) public class CamelAnimations extends Object
Mappings:
Namespace Name
named net/minecraft/client/render/entity/animation/CamelAnimations
intermediary net/minecraft/class_7730
official fjg
  • Field Details

    • WALKING

      public static final Animation WALKING
      Mappings:
      Namespace Name Mixin selector
      named WALKING Lnet/minecraft/client/render/entity/animation/CamelAnimations;WALKING:Lnet/minecraft/client/render/entity/animation/Animation;
      intermediary field_40384 Lnet/minecraft/class_7730;field_40384:Lnet/minecraft/class_7184;
      official a Lfjg;a:Lfja;
    • SITTING_TRANSITION

      public static final Animation SITTING_TRANSITION
      Mappings:
      Namespace Name Mixin selector
      named SITTING_TRANSITION Lnet/minecraft/client/render/entity/animation/CamelAnimations;SITTING_TRANSITION:Lnet/minecraft/client/render/entity/animation/Animation;
      intermediary field_40385 Lnet/minecraft/class_7730;field_40385:Lnet/minecraft/class_7184;
      official b Lfjg;b:Lfja;
    • SITTING

      public static final Animation SITTING
      Mappings:
      Namespace Name Mixin selector
      named SITTING Lnet/minecraft/client/render/entity/animation/CamelAnimations;SITTING:Lnet/minecraft/client/render/entity/animation/Animation;
      intermediary field_40749 Lnet/minecraft/class_7730;field_40749:Lnet/minecraft/class_7184;
      official c Lfjg;c:Lfja;
    • STANDING_TRANSITION

      public static final Animation STANDING_TRANSITION
      Mappings:
      Namespace Name Mixin selector
      named STANDING_TRANSITION Lnet/minecraft/client/render/entity/animation/CamelAnimations;STANDING_TRANSITION:Lnet/minecraft/client/render/entity/animation/Animation;
      intermediary field_40386 Lnet/minecraft/class_7730;field_40386:Lnet/minecraft/class_7184;
      official d Lfjg;d:Lfja;
    • DASHING

      public static final Animation DASHING
      Mappings:
      Namespace Name Mixin selector
      named DASHING Lnet/minecraft/client/render/entity/animation/CamelAnimations;DASHING:Lnet/minecraft/client/render/entity/animation/Animation;
      intermediary field_40387 Lnet/minecraft/class_7730;field_40387:Lnet/minecraft/class_7184;
      official e Lfjg;e:Lfja;
    • IDLING

      public static final Animation IDLING
      Mappings:
      Namespace Name Mixin selector
      named IDLING Lnet/minecraft/client/render/entity/animation/CamelAnimations;IDLING:Lnet/minecraft/client/render/entity/animation/Animation;
      intermediary field_40388 Lnet/minecraft/class_7730;field_40388:Lnet/minecraft/class_7184;
      official f Lfjg;f:Lfja;
  • Constructor Details

    • CamelAnimations

      public CamelAnimations()