HyCodeYourTale
classpublicPriority 3

CavePrefab

com.hypixel.hytale.server.worldgen.cave.element.CavePrefab

implements CaveElement

8

Methods

8

Public Methods

8

Fields

1

Constructors

Constructors

public
CavePrefab(WorldGenPrefabSupplier prefabSupplier, PrefabRotation rotation, IIntCondition biomeMask, BlockMaskCondition blockMask, int x, int y, int z)

Methods

Public Methods (8)

public
IIntCondition getBiomeMask()
public
IWorldBounds getBounds()
@Nonnull@Override
public
BlockMaskCondition getConfiguration()
public
WorldGenPrefabSupplier getPrefab()
@Nonnull
public
PrefabRotation getRotation()
@Nonnull
public
int getX()
public
int getY()
public
int getZ()

Fields

Private/Package Fields (8)

privateIIntCondition biomeMask
privateBlockMaskCondition blockMask
privateIWorldBounds bounds
privateWorldGenPrefabSupplier prefabSupplier
privatePrefabRotation rotation
privateint x
privateint y
privateint z

Related Classes