yarn/mappings/net/minecraft/sortme/structures/StructureStart.mapping

22 lines
517 B
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS cdi net/minecraft/sortme/structures/StructureStart
CLASS cdi$1
METHOD <init> (Lbzg;IILbdh;Lccn;IJ)V
2018-12-21 07:24:21 -05:00
ARG 2 chunkX
ARG 3 chunkZ
FIELD b children Ljava/util/List;
2019-01-16 13:24:40 -05:00
FIELD c boundingBox Lccn;
FIELD e feature Lbzg;
2018-12-21 07:24:21 -05:00
FIELD f chunkX I
FIELD g chunkZ I
2019-01-16 13:24:40 -05:00
FIELD h biome Lbdh;
FIELD i references I
2019-01-16 13:24:40 -05:00
METHOD <init> (Lbzg;IILbdh;Lccn;IJ)V
2018-12-21 07:24:21 -05:00
ARG 2 chunkX
ARG 3 chunkZ
2019-01-16 13:24:40 -05:00
METHOD a toTag (II)Lhq;
ARG 1 chunkX
ARG 2 chunkZ
METHOD e hasChildren ()Z
METHOD i incrementReferences ()V
2019-01-16 13:24:40 -05:00
METHOD k getFeature ()Lbzg;