public static interface ICubicWorldInternal.Client extends ICubicWorldInternal
ICubicWorldInternal.Client, ICubicWorldInternal.CompatGenerationScope, ICubicWorldInternal.ServerICubicWorld.SurfaceType| Modifier and Type | Method and Description |
|---|---|
CubeProviderClient |
getCubeCache()
Returns the
ICubeProvider for this world, or throws NotCubicChunksWorldException
if this is not a CubicChunks world. |
void |
initCubicWorldClient(IntRange heightRange,
IntRange generationRange)
Initializes the world to be a CubicChunks world.
|
void |
setHeightBounds(int minHeight,
int maxHeight) |
fakeWorldHeight, getCubeFromBlockCoords, getCubeFromCubeCoords, getLightingManager, getTopSolidOrLiquidBlockVanilla, tickCubicWorldcanBeTopBlock, findTopBlock, findTopBlock, getActualHeight, getCubeFromCubeCoords, getEffectiveHeight, getMaxGenerationHeight, getMinGenerationHeight, getSurfaceForCube, getSurfaceForCube, isBlockColumnLoaded, isBlockColumnLoaded, isCubicWorld, testForCubes, testForCubes, testForCubesgetMaxHeight, getMinHeightvoid initCubicWorldClient(IntRange heightRange, IntRange generationRange)
heightRange - world height rangegenerationRange - expected height range for world generation. Maximum Y should be above 0.CubeProviderClient getCubeCache()
ICubicWorldInternalICubeProvider for this world, or throws NotCubicChunksWorldException
if this is not a CubicChunks world.getCubeCache in interface ICubicWorldgetCubeCache in interface ICubicWorldInternalvoid setHeightBounds(int minHeight,
int maxHeight)