Delegate ResultConsumer
Namespace: Void.Minecraft.Commands.Brigadier
Assembly: Void.Minecraft.dll
public delegate void ResultConsumer(CommandContext context, bool success, int result)Parameters
context CommandContext
success bool
result int
Namespace: Void.Minecraft.Commands.Brigadier
Assembly: Void.Minecraft.dll
public delegate void ResultConsumer(CommandContext context, bool success, int result)context CommandContext
success bool
result int