Package net.minecraft.server.command
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
- Mappings:
Namespace Name named net/minecraft/server/command/ExperienceCommand$Componentintermediary net/minecraft/class_3054$class_3055official and$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal BiConsumer<ServerPlayerEntity, Integer> (package private) final ToIntFunction<ServerPlayerEntity> final Stringfinal BiPredicate<ServerPlayerEntity, Integer> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateComponent(String name, BiConsumer<ServerPlayerEntity, Integer> adder, BiPredicate<ServerPlayerEntity, Integer> setter, ToIntFunction<ServerPlayerEntity> getter) -
Method Summary
Modifier and TypeMethodDescriptionstatic ExperienceCommand.ComponentReturns the enum constant of this class with the specified name.static ExperienceCommand.Component[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
POINTS
- Mappings:
Namespace Name Mixin selector named POINTSLnet/minecraft/server/command/ExperienceCommand$Component;POINTS:Lnet/minecraft/server/command/ExperienceCommand$Component;intermediary field_13644Lnet/minecraft/class_3054$class_3055;field_13644:Lnet/minecraft/class_3054$class_3055;official aLand$a;a:Land$a;
-
LEVELS
- Mappings:
Namespace Name Mixin selector named LEVELSLnet/minecraft/server/command/ExperienceCommand$Component;LEVELS:Lnet/minecraft/server/command/ExperienceCommand$Component;intermediary field_13641Lnet/minecraft/class_3054$class_3055;field_13641:Lnet/minecraft/class_3054$class_3055;official bLand$a;b:Land$a;
-
-
Field Details
-
adder
- Mappings:
Namespace Name Mixin selector named adderLnet/minecraft/server/command/ExperienceCommand$Component;adder:Ljava/util/function/BiConsumer;intermediary field_13639Lnet/minecraft/class_3054$class_3055;field_13639:Ljava/util/function/BiConsumer;official cLand$a;c:Ljava/util/function/BiConsumer;
-
setter
- Mappings:
Namespace Name Mixin selector named setterLnet/minecraft/server/command/ExperienceCommand$Component;setter:Ljava/util/function/BiPredicate;intermediary field_13642Lnet/minecraft/class_3054$class_3055;field_13642:Ljava/util/function/BiPredicate;official dLand$a;d:Ljava/util/function/BiPredicate;
-
name
- Mappings:
Namespace Name Mixin selector named nameLnet/minecraft/server/command/ExperienceCommand$Component;name:Ljava/lang/String;intermediary field_13643Lnet/minecraft/class_3054$class_3055;field_13643:Ljava/lang/String;official eLand$a;e:Ljava/lang/String;
-
getter
- Mappings:
Namespace Name Mixin selector named getterLnet/minecraft/server/command/ExperienceCommand$Component;getter:Ljava/util/function/ToIntFunction;intermediary field_13645Lnet/minecraft/class_3054$class_3055;field_13645:Ljava/util/function/ToIntFunction;official fLand$a;f:Ljava/util/function/ToIntFunction;
-
-
Constructor Details
-
Component
private Component(String name, BiConsumer<ServerPlayerEntity, Integer> adder, BiPredicate<ServerPlayerEntity, Integer> setter, ToIntFunction<ServerPlayerEntity> getter) - 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;)Vintermediary <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;)Vofficial <init>Land$a;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/util/function/BiConsumer;Ljava/util/function/BiPredicate;Ljava/util/function/ToIntFunction;)V
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-