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

54 lines
2.5 KiB
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_3449 net/minecraft/structure/StructureStart
COMMENT A structure start is created to describe a structure that will be generated by
COMMENT chunk generation. It contains a definition of its pieces and is associated
COMMENT with the chunk that the structure originates from.
2019-06-28 17:55:20 -04:00
FIELD field_15325 children Ljava/util/List;
FIELD field_15326 references I
COMMENT The number of chunks that intersect the structures bounding box,
COMMENT and have stored references to its starting chunk.
COMMENT <p>
COMMENT This number can be lower than the number of <em>potential</em>
COMMENT intersecting chunks, since it is only updated when an actual reference
COMMENT is created in such chunks (when they enter the corresponding chunk generation
COMMENT phase).
2019-06-28 17:55:20 -04:00
FIELD field_16713 DEFAULT Lnet/minecraft/class_3449;
FIELD field_16714 feature Lnet/minecraft/class_3195;
FIELD field_16715 random Lnet/minecraft/class_2919;
FIELD field_29070 pos Lnet/minecraft/class_1923;
2021-03-31 14:47:17 -04:00
METHOD <init> (Lnet/minecraft/class_3195;Lnet/minecraft/class_1923;IJ)V
ARG 1 feature
ARG 2 pos
METHOD method_14962 getBlockPos ()Lnet/minecraft/class_2338;
2019-06-28 17:55:20 -04:00
METHOD method_14963 getChildren ()Ljava/util/List;
METHOD method_14964 incrementReferences ()V
2021-03-31 14:47:17 -04:00
METHOD method_14969 setBoundingBoxFromChildren ()Lnet/minecraft/class_3341;
2019-06-28 17:55:20 -04:00
METHOD method_14970 getReferenceCountToBeInExistingChunk ()I
2021-03-17 14:44:18 -04:00
METHOD method_14972 toNbt (Lnet/minecraft/class_3218;Lnet/minecraft/class_1923;)Lnet/minecraft/class_2487;
ARG 1 world
2020-05-13 13:06:00 -04:00
METHOD method_14974 generateStructure (Lnet/minecraft/class_5281;Lnet/minecraft/class_5138;Lnet/minecraft/class_2794;Ljava/util/Random;Lnet/minecraft/class_3341;Lnet/minecraft/class_1923;)V
2020-10-02 14:36:19 -04:00
ARG 1 world
ARG 2 structureAccessor
ARG 3 chunkGenerator
ARG 4 random
ARG 5 box
ARG 6 chunkPos
METHOD method_14976 randomUpwardTranslation (Ljava/util/Random;II)V
ARG 1 random
ARG 2 minY
ARG 3 maxY
2021-02-10 13:42:45 -05:00
METHOD method_14978 randomUpwardTranslation (IILjava/util/Random;I)V
ARG 1 seaLevel
2019-06-28 17:55:20 -04:00
METHOD method_14979 isInExistingChunk ()Z
2021-02-24 14:41:03 -05:00
METHOD method_16655 init (Lnet/minecraft/class_5455;Lnet/minecraft/class_2794;Lnet/minecraft/class_3485;Lnet/minecraft/class_1923;Lnet/minecraft/class_1959;Lnet/minecraft/class_3037;Lnet/minecraft/class_5539;)V
ARG 1 registryManager
ARG 2 chunkGenerator
ARG 3 manager
ARG 4 pos
ARG 5 biome
ARG 6 config
ARG 7 world
2019-06-28 17:55:20 -04:00
METHOD method_16656 getFeature ()Lnet/minecraft/class_3195;
METHOD method_16657 hasChildren ()Z
METHOD method_23676 getReferences ()I
METHOD method_34000 getPos ()Lnet/minecraft/class_1923;