Package net.minecraft.world.gen.feature
Class JigsawFeature.Start
java.lang.Object
net.minecraft.structure.StructureStart<C>
net.minecraft.structure.MarginedStructureStart<StructurePoolFeatureConfig>
net.minecraft.world.gen.feature.JigsawFeature.Start
- All Implemented Interfaces:
class_6130
- Enclosing class:
- JigsawFeature
public static class JigsawFeature.Start extends MarginedStructureStart<StructurePoolFeatureConfig>
- Mappings:
Namespace Name official crp$a
intermediary net/minecraft/class_5434$class_5435
named net/minecraft/world/gen/feature/JigsawFeature$Start
-
Field Summary
Fields Modifier and Type Field Description private JigsawFeature
jigsawFeature
Fields inherited from class net.minecraft.structure.StructureStart
children, DEFAULT, INVALID, random
-
Constructor Summary
Constructors Constructor Description Start(JigsawFeature feature, ChunkPos chunkPos, int int2, long long2)
-
Method Summary
Modifier and Type Method Description void
init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, StructurePoolFeatureConfig structurePoolFeatureConfig, HeightLimitView heightLimitView)
Methods inherited from class net.minecraft.structure.MarginedStructureStart
setBoundingBoxFromChildren
Methods inherited from class net.minecraft.structure.StructureStart
clearChildren, contains, generateStructure, getBlockPos, getChildren, getFeature, getPos, getReferenceCountToBeInExistingChunk, getReferences, hasChildren, hasNoChildren, incrementReferences, intersects, isInExistingChunk, method_35461, method_35462, randomUpwardTranslation, randomUpwardTranslation, toNbt, translateUpward
-
Field Details
-
jigsawFeature
- Mappings:
Namespace Name Mixin selector official e
Lcrp$a;e:Lcrp;
intermediary field_25838
Lnet/minecraft/class_5434$class_5435;field_25838:Lnet/minecraft/class_5434;
named jigsawFeature
Lnet/minecraft/world/gen/feature/JigsawFeature$Start;jigsawFeature:Lnet/minecraft/world/gen/feature/JigsawFeature;
-
-
Constructor Details
-
Start
- Mappings:
Namespace Name Mixin selector official <init>
Lcrp$a;<init>(Lcrp;Lbuw;IJ)V
intermediary <init>
Lnet/minecraft/class_5434$class_5435;<init>(Lnet/minecraft/class_5434;Lnet/minecraft/class_1923;IJ)V
named <init>
Lnet/minecraft/world/gen/feature/JigsawFeature$Start;<init>(Lnet/minecraft/world/gen/feature/JigsawFeature;Lnet/minecraft/util/math/ChunkPos;IJ)V
-
-
Method Details
-
init
public void init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, StructurePoolFeatureConfig structurePoolFeatureConfig, HeightLimitView heightLimitView)- Specified by:
init
in classStructureStart<StructurePoolFeatureConfig>
- Mappings:
Namespace Name Mixin selector official a
Lcrp$a;a(Lgs;Lclm;Ldbn;Lbuw;Lbwq;Lcug;Lbvt;)V
intermediary method_30389
Lnet/minecraft/class_5434$class_5435;method_30389(Lnet/minecraft/class_5455;Lnet/minecraft/class_2794;Lnet/minecraft/class_3485;Lnet/minecraft/class_1923;Lnet/minecraft/class_1959;Lnet/minecraft/class_3812;Lnet/minecraft/class_5539;)V
named init
Lnet/minecraft/world/gen/feature/JigsawFeature$Start;init(Lnet/minecraft/util/registry/DynamicRegistryManager;Lnet/minecraft/world/gen/chunk/ChunkGenerator;Lnet/minecraft/structure/StructureManager;Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/world/biome/Biome;Lnet/minecraft/world/gen/feature/StructurePoolFeatureConfig;Lnet/minecraft/world/HeightLimitView;)V
-