Class ChunkRegionMixin

java.lang.Object
net.rodofire.easierworldcreator.mixin.world.gen.ChunkRegionMixin
All Implemented Interfaces:
ChunkRegionUtil

public class ChunkRegionMixin extends Object implements ChunkRegionUtil
  • Constructor Details

    • ChunkRegionMixin

      public ChunkRegionMixin()
  • Method Details

    • ewc_main$getNullableChunk

      public net.minecraft.world.chunk.Chunk ewc_main$getNullableChunk(int chunkX, int chunkZ, net.minecraft.world.chunk.ChunkStatus leastStatus, boolean create)
      Description copied from interface: ChunkRegionUtil
      Method to get a chunk. If the chunk doesn't exists yet, it will return null instead of crashing the game
      Specified by:
      ewc_main$getNullableChunk in interface ChunkRegionUtil
      Parameters:
      chunkX - the x coordinate of the chunk
      chunkZ - the z coordinate of the chunk
      leastStatus - the status wanted