Enum Class ExperienceCommand.Component

java.lang.Object
java.lang.Enum<ExperienceCommand.Component>
net.minecraft.server.command.ExperienceCommand.Component
All Implemented Interfaces:
Serializable, Comparable<ExperienceCommand.Component>, Constable
Enclosing class:
ExperienceCommand

private static enum ExperienceCommand.Component extends Enum<ExperienceCommand.Component>
Mappings:
Namespace Name
named net/minecraft/server/command/ExperienceCommand$Component
intermediary net/minecraft/class_3054$class_3055
official anh$a
  • Enum Constant Details

    • POINTS

      public static final ExperienceCommand.Component POINTS
      Mappings:
      Namespace Name Mixin selector
      named POINTS Lnet/minecraft/server/command/ExperienceCommand$Component;POINTS:Lnet/minecraft/server/command/ExperienceCommand$Component;
      intermediary field_13644 Lnet/minecraft/class_3054$class_3055;field_13644:Lnet/minecraft/class_3054$class_3055;
      official a Lanh$a;a:Lanh$a;
    • LEVELS

      public static final ExperienceCommand.Component LEVELS
      Mappings:
      Namespace Name Mixin selector
      named LEVELS Lnet/minecraft/server/command/ExperienceCommand$Component;LEVELS:Lnet/minecraft/server/command/ExperienceCommand$Component;
      intermediary field_13641 Lnet/minecraft/class_3054$class_3055;field_13641:Lnet/minecraft/class_3054$class_3055;
      official b Lanh$a;b:Lanh$a;
  • Field Details

    • adder

      public final BiConsumer<ServerPlayerEntity,Integer> adder
      Mappings:
      Namespace Name Mixin selector
      named adder Lnet/minecraft/server/command/ExperienceCommand$Component;adder:Ljava/util/function/BiConsumer;
      intermediary field_13639 Lnet/minecraft/class_3054$class_3055;field_13639:Ljava/util/function/BiConsumer;
      official c Lanh$a;c:Ljava/util/function/BiConsumer;
    • setter

      public final BiPredicate<ServerPlayerEntity,Integer> setter
      Mappings:
      Namespace Name Mixin selector
      named setter Lnet/minecraft/server/command/ExperienceCommand$Component;setter:Ljava/util/function/BiPredicate;
      intermediary field_13642 Lnet/minecraft/class_3054$class_3055;field_13642:Ljava/util/function/BiPredicate;
      official d Lanh$a;d:Ljava/util/function/BiPredicate;
    • name

      public final String name
      Mappings:
      Namespace Name Mixin selector
      named name Lnet/minecraft/server/command/ExperienceCommand$Component;name:Ljava/lang/String;
      intermediary field_13643 Lnet/minecraft/class_3054$class_3055;field_13643:Ljava/lang/String;
      official e Lanh$a;e:Ljava/lang/String;
    • getter

      Mappings:
      Namespace Name Mixin selector
      named getter Lnet/minecraft/server/command/ExperienceCommand$Component;getter:Ljava/util/function/ToIntFunction;
      intermediary field_13645 Lnet/minecraft/class_3054$class_3055;field_13645:Ljava/util/function/ToIntFunction;
      official f Lanh$a;f:Ljava/util/function/ToIntFunction;
  • Constructor Details

    • Component

      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/server/command/ExperienceCommand$Component;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/util/function/BiConsumer;Ljava/util/function/BiPredicate;Ljava/util/function/ToIntFunction;)V
      intermediary <init> Lnet/minecraft/class_3054$class_3055;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/util/function/BiConsumer;Ljava/util/function/BiPredicate;Ljava/util/function/ToIntFunction;)V
      official <init> Lanh$a;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/util/function/BiConsumer;Ljava/util/function/BiPredicate;Ljava/util/function/ToIntFunction;)V
  • Method Details

    • values

      public static ExperienceCommand.Component[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ExperienceCommand.Component valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null