public class StructureGelHooks
extends java.lang.Object
Constructor and Description |
---|
StructureGelHooks() |
Modifier and Type | Method and Description |
---|---|
static boolean |
lakeCheckForStructures(net.minecraft.world.IWorld worldIn,
net.minecraft.util.math.ChunkPos chunkPos)
Hooks into
LakesFeature.place(IWorld, net.minecraft.world.gen.ChunkGenerator, java.util.Random, net.minecraft.util.math.BlockPos, net.minecraft.world.gen.feature.BlockStateFeatureConfig)
to allow for more structures than just villages to prevent lakes from
generating. |
public static boolean lakeCheckForStructures(net.minecraft.world.IWorld worldIn, net.minecraft.util.math.ChunkPos chunkPos)
LakesFeature.place(IWorld, net.minecraft.world.gen.ChunkGenerator, java.util.Random, net.minecraft.util.math.BlockPos, net.minecraft.world.gen.feature.BlockStateFeatureConfig)
to allow for more structures than just villages to prevent lakes from
generating.worldIn
- chunkPos
- StructureAccessHelper.addLakeProofStructure(Structure)