Class FrogAnimations

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

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

    • CROAKING

      public static final Animation CROAKING
      Mappings:
      Namespace Name Mixin selector
      official a Lens;a:Leno;
      intermediary field_37892 Lnet/minecraft/class_7188;field_37892:Lnet/minecraft/class_7184;
      named CROAKING Lnet/minecraft/client/render/entity/animation/FrogAnimations;CROAKING:Lnet/minecraft/client/render/entity/animation/Animation;
    • WALKING

      public static final Animation WALKING
      Mappings:
      Namespace Name Mixin selector
      official b Lens;b:Leno;
      intermediary field_37893 Lnet/minecraft/class_7188;field_37893:Lnet/minecraft/class_7184;
      named WALKING Lnet/minecraft/client/render/entity/animation/FrogAnimations;WALKING:Lnet/minecraft/client/render/entity/animation/Animation;
    • LONG_JUMPING

      public static final Animation LONG_JUMPING
      Mappings:
      Namespace Name Mixin selector
      official c Lens;c:Leno;
      intermediary field_37894 Lnet/minecraft/class_7188;field_37894:Lnet/minecraft/class_7184;
      named LONG_JUMPING Lnet/minecraft/client/render/entity/animation/FrogAnimations;LONG_JUMPING:Lnet/minecraft/client/render/entity/animation/Animation;
    • USING_TONGUE

      public static final Animation USING_TONGUE
      Mappings:
      Namespace Name Mixin selector
      official d Lens;d:Leno;
      intermediary field_37895 Lnet/minecraft/class_7188;field_37895:Lnet/minecraft/class_7184;
      named USING_TONGUE Lnet/minecraft/client/render/entity/animation/FrogAnimations;USING_TONGUE:Lnet/minecraft/client/render/entity/animation/Animation;
    • SWIMMING

      public static final Animation SWIMMING
      Mappings:
      Namespace Name Mixin selector
      official e Lens;e:Leno;
      intermediary field_37896 Lnet/minecraft/class_7188;field_37896:Lnet/minecraft/class_7184;
      named SWIMMING Lnet/minecraft/client/render/entity/animation/FrogAnimations;SWIMMING:Lnet/minecraft/client/render/entity/animation/Animation;
    • IDLING_IN_WATER

      public static final Animation IDLING_IN_WATER
      Mappings:
      Namespace Name Mixin selector
      official f Lens;f:Leno;
      intermediary field_37897 Lnet/minecraft/class_7188;field_37897:Lnet/minecraft/class_7184;
      named IDLING_IN_WATER Lnet/minecraft/client/render/entity/animation/FrogAnimations;IDLING_IN_WATER:Lnet/minecraft/client/render/entity/animation/Animation;
  • Constructor Details

    • FrogAnimations

      public FrogAnimations()