Package net.minecraft.server.commands
Class PardonIpCommand
java.lang.Object
net.minecraft.server.commands.PardonIpCommand
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidregister(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138109_) private static intunban(CommandSourceStack p_138118_, String p_138119_)  
- 
Field Details
- 
ERROR_INVALID
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_INVALID - 
ERROR_NOT_BANNED
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_NOT_BANNED 
 - 
 - 
Constructor Details
- 
PardonIpCommand
public PardonIpCommand() 
 - 
 - 
Method Details
- 
register
 - 
unban
private static int unban(CommandSourceStack p_138118_, String p_138119_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
 com.mojang.brigadier.exceptions.CommandSyntaxException
 
 -