Class MultiChunkFeaturesHandler

java.lang.Object
fr.rodofire.ewc.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.level.WorldGenLevel world, Set<net.minecraft.world.level.ChunkPos> chunkPosSet, net.minecraft.resources.ResourceLocation featureName)
     
    static void
    cleanEntries(net.minecraft.server.level.ServerLevel world)
     
    static void
    init(net.minecraft.server.level.ServerLevel world)
     
    static boolean
    isMultiChunkFeaturesGenerated(net.minecraft.world.level.WorldGenLevel world, net.minecraft.resources.ResourceLocation featureName)
     
    static void
    save(net.minecraft.world.level.WorldGenLevel 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.level.ServerLevel world)
    • isMultiChunkFeaturesGenerated

      public static boolean isMultiChunkFeaturesGenerated(net.minecraft.world.level.WorldGenLevel world, net.minecraft.resources.ResourceLocation featureName)
    • add

      public static void add(net.minecraft.world.level.WorldGenLevel world, Set<net.minecraft.world.level.ChunkPos> chunkPosSet, net.minecraft.resources.ResourceLocation featureName)
    • save

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

      public static void cleanEntries(net.minecraft.server.level.ServerLevel world)