yarn/mappings/net/minecraft/server/command/EnchantCommand.mapping

14 lines
729 B
Plaintext
Raw Normal View History

2019-06-07 07:45:25 -04:00
CLASS sb net/minecraft/server/command/EnchantCommand
FIELD a FAILED_ENTITY_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
FIELD b FAILED_ITEMLESS_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
FIELD c FAILED_INCOMPATIBLE_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
FIELD d FAILED_LEVEL_EXCEPTION Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
FIELD e FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
2019-06-19 13:48:53 -04:00
METHOD a execute (Lcd;Ljava/util/Collection;Lbfn;I)I
2019-04-11 01:58:54 -04:00
ARG 0 source
ARG 1 targets
ARG 2 enchantment
ARG 3 level
2018-11-06 11:02:00 -05:00
METHOD a register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher