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 fgd
  • 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 Lfgd;a:Lffx;
    • 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 Lfgd;b:Lffx;
    • 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 Lfgd;c:Lffx;
    • 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 Lfgd;d:Lffx;
    • 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 Lfgd;e:Lffx;
    • 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 Lfgd;f:Lffx;
  • Constructor Details

    • CamelAnimations

      public CamelAnimations()