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

43 lines
1.0 KiB
Plaintext

CLASS cir net/minecraft/structure/StructureStart
CLASS 1
METHOD <init> (Lcep;IILbij;Lchx;IJ)V
ARG 2 chunkX
ARG 3 chunkZ
FIELD a DEFAULT Lcir;
FIELD b children Ljava/util/List;
FIELD c boundingBox Lchx;
FIELD d random Lbzf;
FIELD e feature Lcep;
FIELD f chunkX I
FIELD g chunkZ I
FIELD h biome Lbij;
FIELD i references I
METHOD <init> (Lcep;IILbij;Lchx;IJ)V
ARG 2 chunkX
ARG 3 chunkZ
METHOD a getPos ()Lev;
METHOD a toTag (II)Lic;
ARG 1 chunkX
ARG 2 chunkZ
METHOD a generateStructure (Lbhn;Ljava/util/Random;Lchx;Lbgy;)V
ARG 1 world
ARG 2 random
ARG 3 boundingBox
ARG 4 pos
METHOD a initialize (Lbxd;Lcjk;IILbij;)V
ARG 1 chunkGenerator
ARG 2 structureManager
ARG 3 x
ARG 4 z
ARG 5 biome
METHOD b setBoundingBoxFromChildren ()V
METHOD c getBoundingBox ()Lchx;
METHOD d getChildren ()Ljava/util/List;
METHOD e hasChildren ()Z
METHOD f getChunkX ()I
METHOD g getChunkZ ()I
METHOD h isInExistingChunk ()Z
METHOD i incrementReferences ()V
METHOD j getReferenceCountToBeInExistingChunk ()I
METHOD k getFeature ()Lcep;