@ParametersAreNonnullByDefault
@MethodsReturnNonnullByDefault
public abstract class MixinChunk_Cubes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static net.minecraft.world.chunk.storage.ExtendedBlockStorage |
NULL_BLOCK_STORAGE |
int |
x |
int |
z |
| Constructor and Description |
|---|
MixinChunk_Cubes() |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.world.chunk.ChunkPrimer |
chunk_internal$getCompatGenerationPrimer() |
abstract byte[] |
getBiomeArray() |
abstract int |
getHeightValue(int x,
int z) |
abstract int |
getLightFor(net.minecraft.world.EnumSkyBlock type,
net.minecraft.util.math.BlockPos pos) |
<T extends net.minecraft.world.World & ICubicWorldInternal> |
getWorld() |
boolean |
isEmptyBetween(int startY,
int endY) |
public static net.minecraft.world.chunk.storage.ExtendedBlockStorage NULL_BLOCK_STORAGE
public int x
public int z
public abstract byte[] getBiomeArray()
public abstract int getHeightValue(int x,
int z)
public abstract int getLightFor(net.minecraft.world.EnumSkyBlock type,
net.minecraft.util.math.BlockPos pos)
public <T extends net.minecraft.world.World & ICubicWorldInternal> T getWorld()
public net.minecraft.world.chunk.ChunkPrimer chunk_internal$getCompatGenerationPrimer()
public boolean isEmptyBetween(int startY,
int endY)
startY - bottom Y coordinateendY - top Y coordinate