Package | Description |
---|---|
net.minecraft.command.impl |
Modifier and Type | Method and Description |
---|---|
static AdvancementCommand.Action |
AdvancementCommand.Action.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AdvancementCommand.Action[] |
AdvancementCommand.Action.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 int |
AdvancementCommand.forEachAdvancement(CommandSource source,
java.util.Collection<ServerPlayerEntity> targets,
AdvancementCommand.Action action,
java.util.Collection<Advancement> advancements) |
private static int |
AdvancementCommand.updateCriterion(CommandSource source,
java.util.Collection<ServerPlayerEntity> targets,
AdvancementCommand.Action action,
Advancement advancementIn,
java.lang.String criterionName) |