Package net.minecraft.world.gen.feature
Class FossilFeatureConfig
java.lang.Object
net.minecraft.world.gen.feature.FossilFeatureConfig
- All Implemented Interfaces:
FeatureConfig
- Mappings:
Namespace Name official cwg
intermediary net/minecraft/class_5919
named net/minecraft/world/gen/feature/FossilFeatureConfig
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<FossilFeatureConfig>
final Supplier<StructureProcessorList>
final List<Identifier>
final int
final Supplier<StructureProcessorList>
final List<Identifier>
Fields inherited from interface net.minecraft.world.gen.feature.FeatureConfig
DEFAULT
-
Constructor Summary
ConstructorDescriptionFossilFeatureConfig
(List<Identifier> fossilStructures, List<Identifier> overlayStructures, Supplier<StructureProcessorList> fossilProcessors, Supplier<StructureProcessorList> overlayProcessors, int maxEmptyCorners) FossilFeatureConfig
(List<Identifier> fossilStructures, List<Identifier> overlayStructures, StructureProcessorList fossilProcessors, StructureProcessorList overlayProcessors, int maxEmptyCorners) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.gen.feature.FeatureConfig
getDecoratedFeatures
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official a
Lcwg;a:Lcom/mojang/serialization/Codec;
intermediary field_29253
Lnet/minecraft/class_5919;field_29253:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/gen/feature/FossilFeatureConfig;CODEC:Lcom/mojang/serialization/Codec;
-
fossilStructures
- Mappings:
Namespace Name Mixin selector official b
Lcwg;b:Ljava/util/List;
intermediary field_29254
Lnet/minecraft/class_5919;field_29254:Ljava/util/List;
named fossilStructures
Lnet/minecraft/world/gen/feature/FossilFeatureConfig;fossilStructures:Ljava/util/List;
-
overlayStructures
- Mappings:
Namespace Name Mixin selector official c
Lcwg;c:Ljava/util/List;
intermediary field_29255
Lnet/minecraft/class_5919;field_29255:Ljava/util/List;
named overlayStructures
Lnet/minecraft/world/gen/feature/FossilFeatureConfig;overlayStructures:Ljava/util/List;
-
fossilProcessors
- Mappings:
Namespace Name Mixin selector official d
Lcwg;d:Ljava/util/function/Supplier;
intermediary field_29256
Lnet/minecraft/class_5919;field_29256:Ljava/util/function/Supplier;
named fossilProcessors
Lnet/minecraft/world/gen/feature/FossilFeatureConfig;fossilProcessors:Ljava/util/function/Supplier;
-
overlayProcessors
- Mappings:
Namespace Name Mixin selector official e
Lcwg;e:Ljava/util/function/Supplier;
intermediary field_29257
Lnet/minecraft/class_5919;field_29257:Ljava/util/function/Supplier;
named overlayProcessors
Lnet/minecraft/world/gen/feature/FossilFeatureConfig;overlayProcessors:Ljava/util/function/Supplier;
-
maxEmptyCorners
public final int maxEmptyCorners- Mappings:
Namespace Name Mixin selector official f
Lcwg;f:I
intermediary field_29258
Lnet/minecraft/class_5919;field_29258:I
named maxEmptyCorners
Lnet/minecraft/world/gen/feature/FossilFeatureConfig;maxEmptyCorners:I
-
-
Constructor Details
-
FossilFeatureConfig
public FossilFeatureConfig(List<Identifier> fossilStructures, List<Identifier> overlayStructures, Supplier<StructureProcessorList> fossilProcessors, Supplier<StructureProcessorList> overlayProcessors, int maxEmptyCorners) - Mappings:
Namespace Name Mixin selector official <init>
Lcwg;<init>(Ljava/util/List;Ljava/util/List;Ljava/util/function/Supplier;Ljava/util/function/Supplier;I)V
intermediary <init>
Lnet/minecraft/class_5919;<init>(Ljava/util/List;Ljava/util/List;Ljava/util/function/Supplier;Ljava/util/function/Supplier;I)V
named <init>
Lnet/minecraft/world/gen/feature/FossilFeatureConfig;<init>(Ljava/util/List;Ljava/util/List;Ljava/util/function/Supplier;Ljava/util/function/Supplier;I)V
-
FossilFeatureConfig
public FossilFeatureConfig(List<Identifier> fossilStructures, List<Identifier> overlayStructures, StructureProcessorList fossilProcessors, StructureProcessorList overlayProcessors, int maxEmptyCorners) - Mappings:
Namespace Name Mixin selector official <init>
Lcwg;<init>(Ljava/util/List;Ljava/util/List;Ldgf;Ldgf;I)V
intermediary <init>
Lnet/minecraft/class_5919;<init>(Ljava/util/List;Ljava/util/List;Lnet/minecraft/class_5497;Lnet/minecraft/class_5497;I)V
named <init>
Lnet/minecraft/world/gen/feature/FossilFeatureConfig;<init>(Ljava/util/List;Ljava/util/List;Lnet/minecraft/structure/processor/StructureProcessorList;Lnet/minecraft/structure/processor/StructureProcessorList;I)V
-