Uses of Interface
net.minecraft.server.function.CommandFunction.Element
-
Uses of CommandFunction.Element in net.minecraft.server.function
Modifier and TypeClassDescriptionstatic class
A standard element of a command function.static class
A synthetic element to be stored in aCommandFunctionManager.Entry
.Modifier and TypeFieldDescriptionprivate final CommandFunction.Element
CommandFunctionManager.Entry.element
private final CommandFunction.Element[]
CommandFunction.elements
ModifierConstructorDescriptionCommandFunction
(Identifier id, CommandFunction.Element[] elements) Entry
(ServerCommandSource source, int depth, CommandFunction.Element element)