public interface ICubicFeatureStart extends XYZAddressable
StructureStart class when cubic chunks is installed.
Allows to access CubicChunks-specific behavior of StructureStart| Modifier and Type | Method and Description |
|---|---|
int |
getChunkPosY() |
CubePos |
getCubePos() |
void |
initCubic(net.minecraft.world.World world,
int cubeY)
Called to mark this StructureStart as a part of cubic chunks structure,
and provide necessary cubic chunks specific data.
|
boolean |
isCubic() |
getX, getY, getZint getChunkPosY()
void initCubic(net.minecraft.world.World world,
int cubeY)
world - world instance for initializationcubeY - cube Y coordinate of this structure startCubePos getCubePos()
boolean isCubic()
true when instance has been initialized by initCubic(..) method called
by one of cubic chunks structure generators.