Class DeOpCommand
java.lang.Object
net.minecraft.server.dedicated.command.DeOpCommand
public class DeOpCommand extends Object
-
Field Summary
Fields Modifier and Type Field Description private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType
ALREADY_DEOPPED_EXCEPTION
-
Constructor Summary
Constructors Constructor Description DeOpCommand()
-
Method Summary
Modifier and Type Method Description private static int
deop(ServerCommandSource source, Collection<com.mojang.authlib.GameProfile> targets)
static void
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Field Details
-
ALREADY_DEOPPED_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ALREADY_DEOPPED_EXCEPTION
-
-
Constructor Details
-
DeOpCommand
public DeOpCommand()
-
-
Method Details
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) -
deop
private static int deop(ServerCommandSource source, Collection<com.mojang.authlib.GameProfile> targets)
-