yarn/mappings/net/minecraft/structure/StructureStart.mapping

43 lines
1.0 KiB
Plaintext
Raw Normal View History

2019-06-19 13:48:53 -04:00
CLASS cir net/minecraft/structure/StructureStart
2019-06-19 15:24:08 -04:00
CLASS 1
2019-06-19 13:48:53 -04:00
METHOD <init> (Lcep;IILbij;Lchx;IJ)V
2019-01-30 05:53:59 -05:00
ARG 2 chunkX
ARG 3 chunkZ
2019-06-19 13:48:53 -04:00
FIELD a DEFAULT Lcir;
2019-01-30 05:53:59 -05:00
FIELD b children Ljava/util/List;
2019-06-19 13:48:53 -04:00
FIELD c boundingBox Lchx;
FIELD d random Lbzf;
FIELD e feature Lcep;
2019-01-30 05:53:59 -05:00
FIELD f chunkX I
FIELD g chunkZ I
2019-06-19 13:48:53 -04:00
FIELD h biome Lbij;
2019-01-30 05:53:59 -05:00
FIELD i references I
2019-06-19 13:48:53 -04:00
METHOD <init> (Lcep;IILbij;Lchx;IJ)V
2019-01-30 05:53:59 -05:00
ARG 2 chunkX
ARG 3 chunkZ
2019-03-20 13:56:26 -04:00
METHOD a getPos ()Lev;
2019-06-07 07:45:25 -04:00
METHOD a toTag (II)Lic;
2019-01-30 05:53:59 -05:00
ARG 1 chunkX
ARG 2 chunkZ
2019-06-19 13:48:53 -04:00
METHOD a generateStructure (Lbhn;Ljava/util/Random;Lchx;Lbgy;)V
2019-01-30 05:53:59 -05:00
ARG 1 world
ARG 2 random
ARG 3 boundingBox
ARG 4 pos
2019-06-19 13:48:53 -04:00
METHOD a initialize (Lbxd;Lcjk;IILbij;)V
2019-01-30 05:53:59 -05:00
ARG 1 chunkGenerator
ARG 2 structureManager
ARG 3 x
ARG 4 z
ARG 5 biome
2019-03-14 08:57:09 -04:00
METHOD b setBoundingBoxFromChildren ()V
2019-06-19 13:48:53 -04:00
METHOD c getBoundingBox ()Lchx;
2019-03-14 08:57:09 -04:00
METHOD d getChildren ()Ljava/util/List;
2019-01-30 05:53:59 -05:00
METHOD e hasChildren ()Z
METHOD f getChunkX ()I
METHOD g getChunkZ ()I
METHOD h isInExistingChunk ()Z
METHOD i incrementReferences ()V
METHOD j getReferenceCountToBeInExistingChunk ()I
2019-06-19 13:48:53 -04:00
METHOD k getFeature ()Lcep;