Package net.minecraft.server.command
Enum Class AdvancementCommand.Selection
java.lang.Object
java.lang.Enum<AdvancementCommand.Selection>
net.minecraft.server.command.AdvancementCommand.Selection
- All Implemented Interfaces:
- Serializable,- Comparable<AdvancementCommand.Selection>,- Constable
- Enclosing class:
- AdvancementCommand
- Mappings:
- Namespace - Name - named - net/minecraft/server/command/AdvancementCommand$Selection- intermediary - net/minecraft/class_3008$class_3010- official - amz$b
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum Constants
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic AdvancementCommand.SelectionReturns the enum constant of this class with the specified name.static AdvancementCommand.Selection[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
ONLY- Mappings:
- Namespace - Name - Mixin selector - named - ONLY- Lnet/minecraft/server/command/AdvancementCommand$Selection;ONLY:Lnet/minecraft/server/command/AdvancementCommand$Selection;- intermediary - field_13464- Lnet/minecraft/class_3008$class_3010;field_13464:Lnet/minecraft/class_3008$class_3010;- official - a- Lamz$b;a:Lamz$b;
 
- 
THROUGH- Mappings:
- Namespace - Name - Mixin selector - named - THROUGH- Lnet/minecraft/server/command/AdvancementCommand$Selection;THROUGH:Lnet/minecraft/server/command/AdvancementCommand$Selection;- intermediary - field_13462- Lnet/minecraft/class_3008$class_3010;field_13462:Lnet/minecraft/class_3008$class_3010;- official - b- Lamz$b;b:Lamz$b;
 
- 
FROM- Mappings:
- Namespace - Name - Mixin selector - named - FROM- Lnet/minecraft/server/command/AdvancementCommand$Selection;FROM:Lnet/minecraft/server/command/AdvancementCommand$Selection;- intermediary - field_13458- Lnet/minecraft/class_3008$class_3010;field_13458:Lnet/minecraft/class_3008$class_3010;- official - c- Lamz$b;c:Lamz$b;
 
- 
UNTIL- Mappings:
- Namespace - Name - Mixin selector - named - UNTIL- Lnet/minecraft/server/command/AdvancementCommand$Selection;UNTIL:Lnet/minecraft/server/command/AdvancementCommand$Selection;- intermediary - field_13465- Lnet/minecraft/class_3008$class_3010;field_13465:Lnet/minecraft/class_3008$class_3010;- official - d- Lamz$b;d:Lamz$b;
 
- 
EVERYTHING- Mappings:
- Namespace - Name - Mixin selector - named - EVERYTHING- Lnet/minecraft/server/command/AdvancementCommand$Selection;EVERYTHING:Lnet/minecraft/server/command/AdvancementCommand$Selection;- intermediary - field_13461- Lnet/minecraft/class_3008$class_3010;field_13461:Lnet/minecraft/class_3008$class_3010;- official - e- Lamz$b;e:Lamz$b;
 
 
- 
- 
Field Details- 
beforefinal boolean before- Mappings:
- Namespace - Name - Mixin selector - named - before- Lnet/minecraft/server/command/AdvancementCommand$Selection;before:Z- intermediary - field_13460- Lnet/minecraft/class_3008$class_3010;field_13460:Z- official - f- Lamz$b;f:Z
 
- 
afterfinal boolean after- Mappings:
- Namespace - Name - Mixin selector - named - after- Lnet/minecraft/server/command/AdvancementCommand$Selection;after:Z- intermediary - field_13459- Lnet/minecraft/class_3008$class_3010;field_13459:Z- official - g- Lamz$b;g:Z
 
 
- 
- 
Constructor Details- 
Selectionprivate Selection(boolean before, boolean after) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/server/command/AdvancementCommand$Selection;<init>(Ljava/lang/String;IZZ)V- intermediary - <init>- Lnet/minecraft/class_3008$class_3010;<init>(Ljava/lang/String;IZZ)V- official - <init>- Lamz$b;<init>(Ljava/lang/String;IZZ)V
 
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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
 
 
-