Class ChunkUtils
java.lang.Object
software.bluelib.api.utils.minecraft.ChunkUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.level.biome.BiomegetBiomeOfChunk(net.minecraft.world.level.Level pLevel, net.minecraft.world.level.ChunkPos pChunkPos) static Collection<net.minecraft.world.level.block.entity.BlockEntity> getChunkTileEntities(net.minecraft.world.level.Level pLevel, net.minecraft.world.level.ChunkPos pChunkPos)
-
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)
-