| Package | Description |
|---|---|
| net.minecraft.advancements | |
| net.minecraft.command |
| Modifier and Type | Field and Description |
|---|---|
private FunctionObject |
FunctionManager.gameLoopFunction |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<ResourceLocation,FunctionObject> |
FunctionManager.functions |
| Modifier and Type | Method and Description |
|---|---|
FunctionObject |
FunctionManager.getFunction(ResourceLocation id) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<ResourceLocation,FunctionObject> |
FunctionManager.getFunctions() |
| Modifier and Type | Method and Description |
|---|---|
int |
FunctionManager.execute(FunctionObject function,
ICommandSender sender) |
| Modifier and Type | Field and Description |
|---|---|
private FunctionObject |
FunctionObject.CacheableFunction.function |
| Modifier and Type | Method and Description |
|---|---|
static FunctionObject |
FunctionObject.create(FunctionManager functionManagerIn,
java.util.List<java.lang.String> commands) |
FunctionObject |
FunctionObject.CacheableFunction.get(FunctionManager functionManagerIn) |
| Constructor and Description |
|---|
CacheableFunction(FunctionObject functionIn) |
FunctionEntry(FunctionObject functionIn) |