Package net.minecraft.command.impl
Class DeOpCommand
- java.lang.Object
-
- net.minecraft.command.impl.DeOpCommand
-
public class DeOpCommand extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType
ERROR_NOT_OP
-
Constructor Summary
Constructors Constructor Description DeOpCommand()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static int
deopPlayers(CommandSource p_198322_0_, java.util.Collection<com.mojang.authlib.GameProfile> p_198322_1_)
static void
register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198321_0_)
-
-
-
Method Detail
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198321_0_)
-
deopPlayers
private static int deopPlayers(CommandSource p_198322_0_, java.util.Collection<com.mojang.authlib.GameProfile> p_198322_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
-