boolean |
GelJigsawPiece.place(net.minecraft.world.gen.feature.template.TemplateManager templateManager,
net.minecraft.world.ISeedReader seedReader,
net.minecraft.world.gen.feature.structure.StructureManager structureManager,
net.minecraft.world.gen.ChunkGenerator chunkGen,
net.minecraft.util.math.BlockPos pos,
net.minecraft.util.math.BlockPos pos2,
net.minecraft.util.Rotation rotation,
net.minecraft.util.math.MutableBoundingBox bounds,
java.util.Random rand,
boolean isLegacy,
AbstractGelStructurePiece gelStructurePiece)
Changes how the place function works to allow for data structure blocks.
|