Class FeatureJigsawPiece
java.lang.Object
net.minecraft.world.gen.feature.jigsaw.JigsawPiece
net.minecraft.world.gen.feature.jigsaw.FeatureJigsawPiece
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<FeatureJigsawPiece>private final CompoundNBTprivate final Supplier<ConfiguredFeature<?,?>> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFeatureJigsawPiece(Supplier<ConfiguredFeature<?, ?>> p_i242004_1_, JigsawPattern.PlacementBehaviour p_i242004_2_) -
Method Summary
Modifier and TypeMethodDescriptionprivate CompoundNBTgetBoundingBox(TemplateManager p_214852_1_, BlockPos p_214852_2_, Rotation p_214852_3_) getShuffledJigsawBlocks(TemplateManager p_214849_1_, BlockPos p_214849_2_, Rotation p_214849_3_, Random p_214849_4_) getSize(TemplateManager p_214868_1_, Rotation p_214868_2_) getType()booleanplace(TemplateManager p_230378_1_, ISeedReader p_230378_2_, StructureManager p_230378_3_, ChunkGenerator p_230378_4_, BlockPos p_230378_5_, BlockPos p_230378_6_, Rotation p_230378_7_, MutableBoundingBox p_230378_8_, Random p_230378_9_, boolean p_230378_10_) toString()Methods inherited from class net.minecraft.world.gen.feature.jigsaw.JigsawPiece
empty, feature, getGroundLevelDelta, getProjection, handleDataMarker, legacy, legacy, list, projectionCodec, setProjection, single, single
-
Field Details
-
CODEC
-
feature
-
defaultJigsawNBT
-
-
Constructor Details
-
FeatureJigsawPiece
protected FeatureJigsawPiece(Supplier<ConfiguredFeature<?, ?>> p_i242004_1_, JigsawPattern.PlacementBehaviour p_i242004_2_)
-
-
Method Details
-
fillDefaultJigsawNBT
-
getSize
-
getShuffledJigsawBlocks
public List<Template.BlockInfo> getShuffledJigsawBlocks(TemplateManager p_214849_1_, BlockPos p_214849_2_, Rotation p_214849_3_, Random p_214849_4_) - Specified by:
getShuffledJigsawBlocksin classJigsawPiece
-
getBoundingBox
public MutableBoundingBox getBoundingBox(TemplateManager p_214852_1_, BlockPos p_214852_2_, Rotation p_214852_3_) - Specified by:
getBoundingBoxin classJigsawPiece
-
place
public boolean place(TemplateManager p_230378_1_, ISeedReader p_230378_2_, StructureManager p_230378_3_, ChunkGenerator p_230378_4_, BlockPos p_230378_5_, BlockPos p_230378_6_, Rotation p_230378_7_, MutableBoundingBox p_230378_8_, Random p_230378_9_, boolean p_230378_10_) - Specified by:
placein classJigsawPiece
-
getType
- Specified by:
getTypein classJigsawPiece
-
toString
-