Package | Description |
---|---|
net.minecraft.command |
Modifier and Type | Method and Description |
---|---|
(package private) static AdvancementCommand.Mode |
AdvancementCommand.Mode.byName(java.lang.String nameIn) |
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 java.util.List<Advancement> |
AdvancementCommand.getAdvancements(Advancement p_193514_1_,
AdvancementCommand.Mode p_193514_2_) |
private void |
AdvancementCommand.perform(MinecraftServer server,
ICommandSender sender,
java.lang.String[] args,
EntityPlayerMP player,
AdvancementCommand.ActionType p_193516_5_,
AdvancementCommand.Mode p_193516_6_) |