Class MultiChunkFeaturesHandler

java.lang.Object
net.rodofire.easierworldcreator.shape.block.MultiChunkFeaturesHandler

public class MultiChunkFeaturesHandler extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    add(net.minecraft.world.StructureWorldAccess world, Set<net.minecraft.util.math.ChunkPos> chunkPosSet, net.minecraft.util.Identifier featureName)
     
    static void
    cleanEntries(net.minecraft.server.world.ServerWorld world)
     
    static void
    init(net.minecraft.server.world.ServerWorld world)
     
    static boolean
    isMultiChunkFeaturesGenerated(net.minecraft.world.StructureWorldAccess world, net.minecraft.util.Identifier featureName)
     
    static void
    save(net.minecraft.world.StructureWorldAccess world)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MultiChunkFeaturesHandler

      public MultiChunkFeaturesHandler()
  • Method Details

    • init

      public static void init(net.minecraft.server.world.ServerWorld world)
    • 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)
    • save

      public static void save(net.minecraft.world.StructureWorldAccess world)
    • cleanEntries

      public static void cleanEntries(net.minecraft.server.world.ServerWorld world)