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

17 lines
831 B
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_3102 net/minecraft/server/command/ReplaceItemCommand
FIELD field_13695 SLOT_INAPPLICABLE_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
FIELD field_13696 BLOCK_FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD field_13697 ENTITY_FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
METHOD method_13537 executeEntity (Lnet/minecraft/class_2168;Ljava/util/Collection;ILnet/minecraft/class_1799;)I
2019-04-11 01:58:54 -04:00
ARG 0 source
2019-06-28 17:55:20 -04:00
ARG 1 targets
2019-04-11 01:58:54 -04:00
ARG 2 slot
ARG 3 item
2019-06-28 17:55:20 -04:00
METHOD method_13539 executeBlock (Lnet/minecraft/class_2168;Lnet/minecraft/class_2338;ILnet/minecraft/class_1799;)I
2019-04-11 01:58:54 -04:00
ARG 0 source
2019-06-28 17:55:20 -04:00
ARG 1 pos
2019-04-11 01:58:54 -04:00
ARG 2 slot
ARG 3 item
2019-06-28 17:55:20 -04:00
METHOD method_13541 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher