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

16 lines
407 B
Plaintext
Raw Normal View History

2019-04-05 12:03:47 -04:00
CLASS bsp net/minecraft/block/WitherSkullBlock
FIELD c witherBossPattern Lbve;
FIELD d witherDispenserPattern Lbve;
METHOD <init> (Lbmb$c;)V
ARG 1 settings
2019-04-05 12:03:47 -04:00
METHOD a onPlaced (Lbgx;Lev;Lbtz;)V
2019-01-24 11:08:22 -05:00
ARG 0 world
ARG 1 pos
ARG 2 blockEntity
2019-04-05 12:03:47 -04:00
METHOD b canDispense (Lbgx;Lev;Lbbr;)Z
2019-01-24 11:08:22 -05:00
ARG 0 world
ARG 1 pos
ARG 2 stack
2019-04-05 12:03:47 -04:00
METHOD d getWitherBossPattern ()Lbve;
METHOD e getWitherDispenserPattern ()Lbve;