Uses of Interface
net.minecraft.server.function.Procedure
-
Uses of Procedure in net.minecraft.command
Modifier and TypeMethodDescriptionstatic <T extends AbstractServerCommandSource<T>>
voidCommandExecutionContext.enqueueProcedureCall
(CommandExecutionContext<T> context, Procedure<T> procedure, T source, ReturnValueConsumer returnValueConsumer) ModifierConstructorDescriptionCommandFunctionAction
(Procedure<T> function, ReturnValueConsumer returnValueConsumer, boolean propagateReturn) -
Uses of Procedure in net.minecraft.server.function
Modifier and TypeFieldDescriptionprivate final Object2ObjectLinkedOpenHashMap<List<String>,
Procedure<T>> Macro.cache
Modifier and TypeMethodDescriptionCommandFunction.withMacroReplaced
(@Nullable NbtCompound arguments, com.mojang.brigadier.CommandDispatcher<T> dispatcher, T source) ExpandedMacro.withMacroReplaced
(@Nullable NbtCompound arguments, com.mojang.brigadier.CommandDispatcher<T> dispatcher, T source) Macro.withMacroReplaced
(List<String> varNames, List<String> arguments, com.mojang.brigadier.CommandDispatcher<T> dispatcher, T source) Macro.withMacroReplaced
(@Nullable NbtCompound nbtCompound, com.mojang.brigadier.CommandDispatcher<T> commandDispatcher, T t)