| Package | Description |
|---|---|
| net.minecraft.advancements | |
| net.minecraft.command | |
| net.minecraft.server | |
| net.minecraft.world |
| Modifier and Type | Field and Description |
|---|---|
private FunctionManager |
FunctionManager.QueuedCommand.functionManager |
| Constructor and Description |
|---|
QueuedCommand(FunctionManager functionManagerIn,
ICommandSender senderIn,
FunctionObject.Entry entryIn) |
| Modifier and Type | Method and Description |
|---|---|
static FunctionObject |
FunctionObject.create(FunctionManager functionManagerIn,
java.util.List<java.lang.String> commands) |
void |
FunctionObject.CommandEntry.execute(FunctionManager functionManagerIn,
ICommandSender sender,
java.util.ArrayDeque<FunctionManager.QueuedCommand> commandQueue,
int maxCommandChainLength) |
void |
FunctionObject.Entry.execute(FunctionManager functionManagerIn,
ICommandSender sender,
java.util.ArrayDeque<FunctionManager.QueuedCommand> commandQueue,
int maxCommandChainLength) |
void |
FunctionObject.FunctionEntry.execute(FunctionManager functionManagerIn,
ICommandSender sender,
java.util.ArrayDeque<FunctionManager.QueuedCommand> commandQueue,
int maxCommandChainLength) |
FunctionObject |
FunctionObject.CacheableFunction.get(FunctionManager functionManagerIn) |
| Modifier and Type | Method and Description |
|---|---|
FunctionManager |
MinecraftServer.getFunctionManager() |
| Modifier and Type | Field and Description |
|---|---|
protected FunctionManager |
World.functionManager |
| Modifier and Type | Method and Description |
|---|---|
FunctionManager |
WorldServer.getFunctionManager() |