Class FrogEntityRenderState


@Environment(CLIENT) public class FrogEntityRenderState extends LivingEntityRenderState
Mappings:
Namespace Name
named net/minecraft/client/render/entity/state/FrogEntityRenderState
intermediary net/minecraft/class_10028
official gye
  • Field Details

    • DEFAULT_TEXTURE

      private static final Identifier DEFAULT_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      named DEFAULT_TEXTURE Lnet/minecraft/client/render/entity/state/FrogEntityRenderState;DEFAULT_TEXTURE:Lnet/minecraft/util/Identifier;
      intermediary field_53385 Lnet/minecraft/class_10028;field_53385:Lnet/minecraft/class_2960;
      official g Lgye;g:Lalz;
    • insideWaterOrBubbleColumn

      public boolean insideWaterOrBubbleColumn
      Mappings:
      Namespace Name Mixin selector
      named insideWaterOrBubbleColumn Lnet/minecraft/client/render/entity/state/FrogEntityRenderState;insideWaterOrBubbleColumn:Z
      intermediary field_53379 Lnet/minecraft/class_10028;field_53379:Z
      official a Lgye;a:Z
    • longJumpingAnimationState

      public final AnimationState longJumpingAnimationState
      Mappings:
      Namespace Name Mixin selector
      named longJumpingAnimationState Lnet/minecraft/client/render/entity/state/FrogEntityRenderState;longJumpingAnimationState:Lnet/minecraft/entity/AnimationState;
      intermediary field_53380 Lnet/minecraft/class_10028;field_53380:Lnet/minecraft/class_7094;
      official b Lgye;b:Lbvb;
    • croakingAnimationState

      public final AnimationState croakingAnimationState
      Mappings:
      Namespace Name Mixin selector
      named croakingAnimationState Lnet/minecraft/client/render/entity/state/FrogEntityRenderState;croakingAnimationState:Lnet/minecraft/entity/AnimationState;
      intermediary field_53381 Lnet/minecraft/class_10028;field_53381:Lnet/minecraft/class_7094;
      official c Lgye;c:Lbvb;
    • usingTongueAnimationState

      public final AnimationState usingTongueAnimationState
      Mappings:
      Namespace Name Mixin selector
      named usingTongueAnimationState Lnet/minecraft/client/render/entity/state/FrogEntityRenderState;usingTongueAnimationState:Lnet/minecraft/entity/AnimationState;
      intermediary field_53382 Lnet/minecraft/class_10028;field_53382:Lnet/minecraft/class_7094;
      official d Lgye;d:Lbvb;
    • idlingInWaterAnimationState

      public final AnimationState idlingInWaterAnimationState
      Mappings:
      Namespace Name Mixin selector
      named idlingInWaterAnimationState Lnet/minecraft/client/render/entity/state/FrogEntityRenderState;idlingInWaterAnimationState:Lnet/minecraft/entity/AnimationState;
      intermediary field_53383 Lnet/minecraft/class_10028;field_53383:Lnet/minecraft/class_7094;
      official e Lgye;e:Lbvb;
    • texture

      public Identifier texture
      Mappings:
      Namespace Name Mixin selector
      named texture Lnet/minecraft/client/render/entity/state/FrogEntityRenderState;texture:Lnet/minecraft/util/Identifier;
      intermediary field_53384 Lnet/minecraft/class_10028;field_53384:Lnet/minecraft/class_2960;
      official f Lgye;f:Lalz;
  • Constructor Details

    • FrogEntityRenderState

      public FrogEntityRenderState()