Package net.minecraft.server.command
Enum Class AdvancementCommand.Operation
java.lang.Object
java.lang.Enum<AdvancementCommand.Operation>
net.minecraft.server.command.AdvancementCommand.Operation
- All Implemented Interfaces:
Serializable
,Comparable<AdvancementCommand.Operation>
,Constable
- Enclosing class:
AdvancementCommand
- Mappings:
Namespace Name official acb$a
intermediary net/minecraft/class_3008$class_3009
named net/minecraft/server/command/AdvancementCommand$Operation
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
int
processAll
(ServerPlayerEntity player, Iterable<Advancement> advancements) protected abstract boolean
processEach
(ServerPlayerEntity player, Advancement advancement) protected abstract boolean
processEachCriterion
(ServerPlayerEntity player, Advancement advancement, String criterion) static AdvancementCommand.Operation
Returns the enum constant of this class with the specified name.static AdvancementCommand.Operation[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
GRANT
- Mappings:
Namespace Name Mixin selector official a
Lacb$a;a:Lacb$a;
intermediary field_13457
Lnet/minecraft/class_3008$class_3009;field_13457:Lnet/minecraft/class_3008$class_3009;
named GRANT
Lnet/minecraft/server/command/AdvancementCommand$Operation;GRANT:Lnet/minecraft/server/command/AdvancementCommand$Operation;
-
REVOKE
- Mappings:
Namespace Name Mixin selector official b
Lacb$a;b:Lacb$a;
intermediary field_13456
Lnet/minecraft/class_3008$class_3009;field_13456:Lnet/minecraft/class_3008$class_3009;
named REVOKE
Lnet/minecraft/server/command/AdvancementCommand$Operation;REVOKE:Lnet/minecraft/server/command/AdvancementCommand$Operation;
-
-
Field Details
-
commandPrefix
- Mappings:
Namespace Name Mixin selector official c
Lacb$a;c:Ljava/lang/String;
intermediary field_13454
Lnet/minecraft/class_3008$class_3009;field_13454:Ljava/lang/String;
named commandPrefix
Lnet/minecraft/server/command/AdvancementCommand$Operation;commandPrefix:Ljava/lang/String;
-
-
Constructor Details
-
Operation
- Mappings:
Namespace Name Mixin selector official <init>
Lacb$a;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_3008$class_3009;<init>(Ljava/lang/String;ILjava/lang/String;)V
named <init>
Lnet/minecraft/server/command/AdvancementCommand$Operation;<init>(Ljava/lang/String;ILjava/lang/String;)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
-
processAll
- Mappings:
Namespace Name Mixin selector official a
Lacb$a;a(Lagh;Ljava/lang/Iterable;)I
intermediary method_12999
Lnet/minecraft/class_3008$class_3009;method_12999(Lnet/minecraft/class_3222;Ljava/lang/Iterable;)I
named processAll
Lnet/minecraft/server/command/AdvancementCommand$Operation;processAll(Lnet/minecraft/server/network/ServerPlayerEntity;Ljava/lang/Iterable;)I
-
processEach
- Mappings:
Namespace Name Mixin selector official a
Lacb$a;a(Lagh;Laf;)Z
intermediary method_13002
Lnet/minecraft/class_3008$class_3009;method_13002(Lnet/minecraft/class_3222;Lnet/minecraft/class_161;)Z
named processEach
Lnet/minecraft/server/command/AdvancementCommand$Operation;processEach(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/advancement/Advancement;)Z
-
processEachCriterion
protected abstract boolean processEachCriterion(ServerPlayerEntity player, Advancement advancement, String criterion) - Mappings:
Namespace Name Mixin selector official a
Lacb$a;a(Lagh;Laf;Ljava/lang/String;)Z
intermediary method_13000
Lnet/minecraft/class_3008$class_3009;method_13000(Lnet/minecraft/class_3222;Lnet/minecraft/class_161;Ljava/lang/String;)Z
named processEachCriterion
Lnet/minecraft/server/command/AdvancementCommand$Operation;processEachCriterion(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/advancement/Advancement;Ljava/lang/String;)Z
-
getCommandPrefix
- Mappings:
Namespace Name Mixin selector official a
Lacb$a;a()Ljava/lang/String;
intermediary method_13001
Lnet/minecraft/class_3008$class_3009;method_13001()Ljava/lang/String;
named getCommandPrefix
Lnet/minecraft/server/command/AdvancementCommand$Operation;getCommandPrefix()Ljava/lang/String;
-