net.minecraft.commands

public interface ExecutionCommandSource<T extends ExecutionCommandSource<T>>

ey
net.minecraft.commands.ExecutionCommandSource
net.minecraft.class_8839
net.minecraft.server.command.AbstractServerCommandSource
net.minecraft.commands.ExecutionCommandSource

Method summary

Modifier and TypeMethod
boolean
c(int arg0)
hasPermission(int arg0)
method_9259(int arg0)
hasPermissionLevel(int level)
T
b(et arg0)
withCallback(CommandResultCallback arg0)
method_54307(class_8935 arg0)
withReturnValueConsumer(ReturnValueConsumer returnValueConsumer)
CommandResultCallback
p()
callback()
method_54881()
getReturnValueConsumer()
default T
a_()
clearCallbacks()
method_54311()
withDummyReturnValueConsumer()
com.mojang.brigadier.CommandDispatcher<T>
w()
dispatcher()
method_54310()
getDispatcher()
void
a(com.mojang.brigadier.exceptions.CommandExceptionType arg0, com.mojang.brigadier.Message arg1, boolean arg2, hz arg3)
handleError(com.mojang.brigadier.exceptions.CommandExceptionType arg0, com.mojang.brigadier.Message arg1, boolean arg2, TraceCallbacks arg3)
method_54491(com.mojang.brigadier.exceptions.CommandExceptionType arg0, com.mojang.brigadier.Message arg1, boolean arg2, class_6346 arg3)
handleException(com.mojang.brigadier.exceptions.CommandExceptionType type, com.mojang.brigadier.Message message, boolean silent, Tracer tracer)
boolean
x()
isSilent()
method_54882()
isSilent()
default void
a(com.mojang.brigadier.exceptions.CommandSyntaxException arg0, boolean arg1, hz arg2)
handleError(com.mojang.brigadier.exceptions.CommandSyntaxException arg0, boolean arg1, TraceCallbacks arg2)
method_54495(com.mojang.brigadier.exceptions.CommandSyntaxException arg0, boolean arg1, class_6346 arg2)
handleException(com.mojang.brigadier.exceptions.CommandSyntaxException exception, boolean silent, Tracer tracer)
static <T extends ExecutionCommandSource<T>> com.mojang.brigadier.ResultConsumer<T>
b_()
resultConsumer()
method_54317()
asResultConsumer()