Package | Description |
---|---|
net.minecraft.command.impl |
Modifier and Type | Method and Description |
---|---|
static AdvancementCommand.Mode |
AdvancementCommand.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AdvancementCommand.Mode[] |
AdvancementCommand.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static java.util.List<Advancement> |
AdvancementCommand.getMatchingAdvancements(Advancement advancementIn,
AdvancementCommand.Mode mode) |