Package net.minecraft.server.function
Class CommandFunction.LazyContainer
java.lang.Object
net.minecraft.server.function.CommandFunction.LazyContainer
- Enclosing class:
- CommandFunction
public static class CommandFunction.LazyContainer extends Object
-
Field Summary
Fields Modifier and Type Field Description static CommandFunction.LazyContainerEMPTYprivate Optional<CommandFunction>functionprivate Identifieridprivate booleaninitialized -
Constructor Summary
Constructors Constructor Description LazyContainer(CommandFunction function)LazyContainer(Identifier id) -
Method Summary
Modifier and Type Method Description Optional<CommandFunction>get(CommandFunctionManager manager)IdentifiergetId()
-
Field Details
-
EMPTY
-
id
-
initialized
private boolean initialized -
function
-
-
Constructor Details
-
LazyContainer
-
LazyContainer
-
-
Method Details
-
get
-
getId
-