yarn/mappings/net/minecraft/container/IContainerListener.mapping

16 lines
414 B
Plaintext
Raw Normal View History

2018-10-31 12:57:21 -04:00
CLASS aro net/minecraft/container/IContainerListener
METHOD a onContainerPropertyUpdate (Larg;II)V
2017-05-13 02:02:51 -04:00
ARG 0 container
ARG 1 propertyId
ARG 2 newValue
2018-10-31 12:57:21 -04:00
METHOD a onContainerSlotUpdate (Larg;ILauv;)V
2017-05-13 02:02:51 -04:00
ARG 0 container
ARG 1 slotId
ARG 2 newStack
2018-10-31 12:57:21 -04:00
METHOD a onContainerInvRegistered (Larg;Laei;)V
2017-05-13 02:02:51 -04:00
ARG 0 container
ARG 1 inventory
2018-10-31 12:57:21 -04:00
METHOD a onContainerRegistered (Larg;Lfe;)V
ARG 0 container
ARG 1 stacks