yarn/mappings/net/minecraft/server/dedicated/command/BanIpCommand.mapping

5 lines
310 B
Plaintext
Raw Normal View History

2019-03-27 14:35:10 -04:00
CLASS rl net/minecraft/server/dedicated/command/BanIpCommand
FIELD b INVALID_IP_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD c ALREADY_BANNED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
2018-11-06 11:02:00 -05:00
METHOD a register (Lcom/mojang/brigadier/CommandDispatcher;)V