Uses of Interface
net.minecraft.server.function.CommandFunction.Element
| Package | Description |
|---|---|
| net.minecraft.server.function |
-
Uses of CommandFunction.Element in net.minecraft.server.function
Classes in net.minecraft.server.function that implement CommandFunction.Element Modifier and Type Class Description static classCommandFunction.CommandElementstatic classCommandFunction.FunctionElementFields in net.minecraft.server.function declared as CommandFunction.Element Modifier and Type Field Description private CommandFunction.ElementCommandFunctionManager.Entry. elementprivate CommandFunction.Element[]CommandFunction. elementsMethods in net.minecraft.server.function that return CommandFunction.Element Modifier and Type Method Description CommandFunction.Element[]CommandFunction. getElements()Constructors in net.minecraft.server.function with parameters of type CommandFunction.Element Constructor Description CommandFunction(Identifier id, CommandFunction.Element[] elements)Entry(CommandFunctionManager manager, ServerCommandSource source, CommandFunction.Element element)