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

7 lines
496 B
Plaintext
Raw Normal View History

2019-04-05 12:03:47 -04:00
CLASS tx net/minecraft/server/dedicated/command/WhitelistCommand
FIELD a ALREADY_ON_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD b ALREADY_OFF_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD c ADD_FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD d REMOVE_FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
2018-11-27 13:42:03 -05:00
METHOD a register (Lcom/mojang/brigadier/CommandDispatcher;)V