Uses of Interface
net.minecraft.server.function.CommandFunction.Element
Packages that use CommandFunction.Element
-
Uses of CommandFunction.Element in net.minecraft.server.function
Classes in net.minecraft.server.function that implement CommandFunction.ElementModifier and TypeClassDescriptionstatic class
A standard element of a command function.static class
A synthetic element to be stored in aCommandFunctionManager.Entry
.Fields in net.minecraft.server.function declared as CommandFunction.ElementModifier and TypeFieldDescriptionprivate final CommandFunction.Element
CommandFunctionManager.Entry.element
private final CommandFunction.Element[]
CommandFunction.elements
Methods in net.minecraft.server.function that return CommandFunction.ElementConstructors in net.minecraft.server.function with parameters of type CommandFunction.ElementModifierConstructorDescriptionCommandFunction
(Identifier id, CommandFunction.Element[] elements) Entry
(ServerCommandSource source, int depth, CommandFunction.Element element)