Class CamelAnimations

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

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

    • WALKING

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

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

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

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

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

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

    • CamelAnimations

      public CamelAnimations()