yarn/mappings/net/minecraft/block/WitherSkullBlock.mapping

22 lines
527 B
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS bnz net/minecraft/block/WitherSkullBlock
2019-01-24 11:08:22 -05:00
FIELD c witherBossPattern Lbqn;
FIELD d witherDispenserPattern Lbqn;
2019-01-16 13:24:40 -05:00
METHOD <init> (Lbhl$c;)V
ARG 1 settings
2019-01-24 11:08:22 -05:00
METHOD a onPlaced (Lbci;Let;Lbpj;)V
ARG 0 world
ARG 1 pos
ARG 2 blockEntity
2019-01-16 13:24:40 -05:00
METHOD a onPlaced (Lbci;Let;Lbqi;Lahl;Laxc;)V
2018-11-04 07:22:38 -05:00
ARG 1 world
ARG 2 pos
ARG 3 state
ARG 4 placer
2018-12-22 13:26:44 -05:00
ARG 5 itemStack
2019-01-24 11:08:22 -05:00
METHOD b canDispense (Lbci;Let;Laxc;)Z
ARG 0 world
ARG 1 pos
ARG 2 stack
2019-01-16 13:24:40 -05:00
METHOD d getWitherBossPattern ()Lbqn;
METHOD e getWitherDispenserPattern ()Lbqn;