Uses of Interface
net.minecraft.server.function.Procedure
Packages that use Procedure
-
Uses of Procedure in net.minecraft.command
Fields in net.minecraft.command declared as ProcedureMethods in net.minecraft.command with parameters of type ProcedureModifier and TypeMethodDescriptionvoidCommandExecutionContext.enqueueProcedureCall(Procedure<T> procedure, T source) Constructors in net.minecraft.command with parameters of type Procedure -
Uses of Procedure in net.minecraft.server.function
Classes in net.minecraft.server.function that implement ProcedureFields in net.minecraft.server.function with type parameters of type ProcedureModifier and TypeFieldDescriptionprivate final Object2ObjectLinkedOpenHashMap<List<String>,Procedure<T>> Macro.cacheMethods in net.minecraft.server.function that return ProcedureModifier 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)