Class MultiChunkFeaturesHandler
java.lang.Object
net.rodofire.easierworldcreator.shape.block.MultiChunkFeaturesHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidadd(net.minecraft.world.StructureWorldAccess world, Set<net.minecraft.util.math.ChunkPos> chunkPosSet, net.minecraft.util.Identifier featureName) static voidcleanEntries(net.minecraft.server.world.ServerWorld world) static booleanisMultiChunkFeaturesGenerated(net.minecraft.world.StructureWorldAccess world, net.minecraft.util.Identifier featureName)
-
Constructor Details
-
MultiChunkFeaturesHandler
public MultiChunkFeaturesHandler()
-
-
Method Details
-
isMultiChunkFeaturesGenerated
public static boolean isMultiChunkFeaturesGenerated(net.minecraft.world.StructureWorldAccess world, net.minecraft.util.Identifier featureName) -
add
public static void add(net.minecraft.world.StructureWorldAccess world, Set<net.minecraft.util.math.ChunkPos> chunkPosSet, net.minecraft.util.Identifier featureName) -
cleanEntries
public static void cleanEntries(net.minecraft.server.world.ServerWorld world)
-