Package net.minecraft.server.command
Enum Class AchievementCommand.class_3293
java.lang.Object
java.lang.Enum<AchievementCommand.class_3293>
net.minecraft.server.command.AchievementCommand.class_3293
- All Implemented Interfaces:
Serializable,Comparable<AchievementCommand.class_3293>,Constable
- Enclosing class:
- AchievementCommand
- Mappings:
Namespace Name official br$aintermediary net/minecraft/class_1735$class_3293named net/minecraft/server/command/AchievementCommand$class_3293
-
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) CommandException(package private) static AchievementCommand.class_3293method_14656(String string) protected abstract booleanmethod_14657(ServerPlayerEntity serverPlayerEntity, SimpleAdvancement simpleAdvancement) protected abstract booleanmethod_14658(ServerPlayerEntity serverPlayerEntity, SimpleAdvancement simpleAdvancement, String string) intmethod_14659(ServerPlayerEntity serverPlayerEntity, Iterable<SimpleAdvancement> iterable) Returns the enum constant of this class with the specified name.static AchievementCommand.class_3293[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
field_16111
- Mappings:
Namespace Name Mixin selector official aLbr$a;a:Lbr$a;intermediary field_16111Lnet/minecraft/class_1735$class_3293;field_16111:Lnet/minecraft/class_1735$class_3293;named field_16111Lnet/minecraft/server/command/AchievementCommand$class_3293;field_16111:Lnet/minecraft/server/command/AchievementCommand$class_3293;
-
field_16112
- Mappings:
Namespace Name Mixin selector official bLbr$a;b:Lbr$a;intermediary field_16112Lnet/minecraft/class_1735$class_3293;field_16112:Lnet/minecraft/class_1735$class_3293;named field_16112Lnet/minecraft/server/command/AchievementCommand$class_3293;field_16112:Lnet/minecraft/server/command/AchievementCommand$class_3293;
-
-
Field Details
-
field_16113
- Mappings:
Namespace Name Mixin selector official cLbr$a;c:Ljava/lang/String;intermediary field_16113Lnet/minecraft/class_1735$class_3293;field_16113:Ljava/lang/String;named field_16113Lnet/minecraft/server/command/AchievementCommand$class_3293;field_16113:Ljava/lang/String;
-
field_16114
- Mappings:
Namespace Name Mixin selector official dLbr$a;d:Ljava/lang/String;intermediary field_16114Lnet/minecraft/class_1735$class_3293;field_16114:Ljava/lang/String;named field_16114Lnet/minecraft/server/command/AchievementCommand$class_3293;field_16114:Ljava/lang/String;
-
-
Constructor Details
-
class_3293
-
-
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
-
method_14656
- Mappings:
Namespace Name Mixin selector official aLbr$a;a(Ljava/lang/String;)Lbr$a;intermediary method_14656Lnet/minecraft/class_1735$class_3293;method_14656(Ljava/lang/String;)Lnet/minecraft/class_1735$class_3293;named method_14656Lnet/minecraft/server/command/AchievementCommand$class_3293;method_14656(Ljava/lang/String;)Lnet/minecraft/server/command/AchievementCommand$class_3293;
-
method_14655
CommandException method_14655()- Mappings:
Namespace Name Mixin selector official aLbr$a;a()Lei;intermediary method_14655Lnet/minecraft/class_1735$class_3293;method_14655()Lnet/minecraft/class_55;named method_14655Lnet/minecraft/server/command/AchievementCommand$class_3293;method_14655()Lnet/minecraft/command/CommandException;
-
method_14659
public int method_14659(ServerPlayerEntity serverPlayerEntity, Iterable<SimpleAdvancement> iterable) - Mappings:
Namespace Name Mixin selector official aLbr$a;a(Loq;Ljava/lang/Iterable;)Iintermediary method_14659Lnet/minecraft/class_1735$class_3293;method_14659(Lnet/minecraft/class_798;Ljava/lang/Iterable;)Inamed method_14659Lnet/minecraft/server/command/AchievementCommand$class_3293;method_14659(Lnet/minecraft/entity/player/ServerPlayerEntity;Ljava/lang/Iterable;)I
-
method_14657
protected abstract boolean method_14657(ServerPlayerEntity serverPlayerEntity, SimpleAdvancement simpleAdvancement) - Mappings:
Namespace Name Mixin selector official aLbr$a;a(Loq;Li;)Zintermediary method_14657Lnet/minecraft/class_1735$class_3293;method_14657(Lnet/minecraft/class_798;Lnet/minecraft/class_3326;)Znamed method_14657Lnet/minecraft/server/command/AchievementCommand$class_3293;method_14657(Lnet/minecraft/entity/player/ServerPlayerEntity;Lnet/minecraft/advancement/SimpleAdvancement;)Z
-
method_14658
protected abstract boolean method_14658(ServerPlayerEntity serverPlayerEntity, SimpleAdvancement simpleAdvancement, String string) - Mappings:
Namespace Name Mixin selector official aLbr$a;a(Loq;Li;Ljava/lang/String;)Zintermediary method_14658Lnet/minecraft/class_1735$class_3293;method_14658(Lnet/minecraft/class_798;Lnet/minecraft/class_3326;Ljava/lang/String;)Znamed method_14658Lnet/minecraft/server/command/AchievementCommand$class_3293;method_14658(Lnet/minecraft/entity/player/ServerPlayerEntity;Lnet/minecraft/advancement/SimpleAdvancement;Ljava/lang/String;)Z
-