yarn/mappings/net/minecraft/world/gen/feature/StructurePoolFeatureConfig....

13 lines
599 B
Plaintext
Raw Normal View History

CLASS net/minecraft/class_3812 net/minecraft/world/gen/feature/StructurePoolFeatureConfig
COMMENT A feature config that specifies a starting pool and a size for {@linkplain
COMMENT net.minecraft.structure.pool.StructurePoolBasedGenerator#method_30419
COMMENT method_30419}.
FIELD field_16860 size I
2020-07-08 13:49:17 -04:00
FIELD field_16861 startPool Ljava/util/function/Supplier;
FIELD field_24886 CODEC Lcom/mojang/serialization/Codec;
2020-07-08 13:49:17 -04:00
METHOD <init> (Ljava/util/function/Supplier;I)V
2020-10-02 14:36:19 -04:00
ARG 1 startPool
ARG 2 size
METHOD method_27222 getSize ()I
2020-07-08 13:49:17 -04:00
METHOD method_27223 getStartPool ()Ljava/util/function/Supplier;