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
static class
Fields in net.minecraft.server.function declared as CommandFunction.ElementModifier and TypeFieldDescriptionprivate CommandFunction.Element
CommandFunctionManager.Entry.element
private 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)