@MethodsReturnNonnullByDefault @ParametersAreNonnullByDefault public abstract class MixinWorld_HeightLimits extends java.lang.Object implements ICubicWorld
ICubicWorld.SurfaceType| Modifier and Type | Field and Description |
|---|---|
net.minecraft.world.WorldProvider |
provider |
| Constructor and Description |
|---|
MixinWorld_HeightLimits() |
| Modifier and Type | Method and Description |
|---|---|
abstract net.minecraft.block.state.IBlockState |
getBlockState(net.minecraft.util.math.BlockPos pos) |
abstract int |
getLightFor(net.minecraft.world.EnumSkyBlock type,
net.minecraft.util.math.BlockPos pos) |
abstract boolean |
isBlockLoaded(net.minecraft.util.math.BlockPos pos) |
abstract boolean |
isValid(net.minecraft.util.math.BlockPos pos) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanBeTopBlock, findTopBlock, findTopBlock, getActualHeight, getCubeCache, getCubeFromBlockCoords, getCubeFromCubeCoords, getCubeFromCubeCoords, getEffectiveHeight, getMaxGenerationHeight, getMinGenerationHeight, getSurfaceForCube, getSurfaceForCube, isBlockColumnLoaded, isBlockColumnLoaded, isCubicWorld, testForCubes, testForCubes, testForCubesgetMaxHeight, getMinHeightpublic abstract boolean isValid(net.minecraft.util.math.BlockPos pos)
public abstract boolean isBlockLoaded(net.minecraft.util.math.BlockPos pos)
public abstract net.minecraft.block.state.IBlockState getBlockState(net.minecraft.util.math.BlockPos pos)
public abstract int getLightFor(net.minecraft.world.EnumSkyBlock type,
net.minecraft.util.math.BlockPos pos)