Class ChunkUtils

java.lang.Object
software.bluelib.api.utils.minecraft.ChunkUtils

public class ChunkUtils extends Object
  • Method Details

    • getBiomeOfChunk

      public static net.minecraft.world.level.biome.Biome getBiomeOfChunk(net.minecraft.world.level.Level pLevel, net.minecraft.world.level.ChunkPos pChunkPos)
    • getChunkTileEntities

      public static Collection<net.minecraft.world.level.block.entity.BlockEntity> getChunkTileEntities(net.minecraft.world.level.Level pLevel, net.minecraft.world.level.ChunkPos pChunkPos)