public class ChunkUtil
extends java.lang.Object
Constructor and Description |
---|
ChunkUtil() |
Modifier and Type | Method and Description |
---|---|
static net.minecraft.world.chunk.Chunk |
getChunk(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
boolean force) |
static net.minecraft.world.chunk.Chunk |
getChunk(net.minecraft.world.World world,
net.minecraft.util.math.ChunkPos pos,
boolean force) |
static net.minecraft.world.chunk.Chunk |
getChunk(net.minecraft.world.World world,
int x,
int z,
boolean force) |
public static net.minecraft.world.chunk.Chunk getChunk(net.minecraft.world.World world, net.minecraft.util.math.BlockPos pos, boolean force)
public static net.minecraft.world.chunk.Chunk getChunk(net.minecraft.world.World world, net.minecraft.util.math.ChunkPos pos, boolean force)
public static net.minecraft.world.chunk.Chunk getChunk(net.minecraft.world.World world, int x, int z, boolean force)