Package net.minecraft.commands.functions
Class FunctionBuilder<T extends ExecutionCommandSource<T>>
java.lang.Object
net.minecraft.commands.functions.FunctionBuilder<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List
<MacroFunction.Entry<T>> private List
<UnboundEntryAction<T>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addCommand
(UnboundEntryAction<T> pCommand) void
build
(ResourceLocation pId) private it.unimi.dsi.fastutil.ints.IntList
convertToIndices
(List<String> p_306261_) private int
getArgumentIndex
(String pArgument)
-
Field Details
-
plainEntries
-
macroEntries
-
macroArguments
-
-
Constructor Details
-
FunctionBuilder
FunctionBuilder()
-
-
Method Details
-
addCommand
-
getArgumentIndex
-
convertToIndices
-
addMacro
-
build
-