Class CamelAnimations

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

@Environment(CLIENT) public class CamelAnimations extends Object
Mappings:
Namespace Name
official ejc
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 Lejc;a:Leiz;
      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

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

      public static final Animation STANDING_UP
      Mappings:
      Namespace Name Mixin selector
      official c Lejc;c:Leiz;
      intermediary field_40386 Lnet/minecraft/class_7730;field_40386:Lnet/minecraft/class_7184;
      named STANDING_UP Lnet/minecraft/client/render/entity/animation/CamelAnimations;STANDING_UP:Lnet/minecraft/client/render/entity/animation/Animation;
    • DASHING

      public static final Animation DASHING
      Mappings:
      Namespace Name Mixin selector
      official d Lejc;d:Leiz;
      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 e Lejc;e:Leiz;
      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()