Class CavePrefab
java.lang.Object
com.hypixel.hytale.server.worldgen.cave.element.CavePrefab
- All Implemented Interfaces:
CaveElement
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final IIntConditionprivate final BlockMaskConditionprivate final IWorldBoundsprivate final WorldGenPrefabSupplierprivate final PrefabRotationprivate final intprivate final intprivate final int -
Constructor Summary
ConstructorsConstructorDescriptionCavePrefab(WorldGenPrefabSupplier prefabSupplier, PrefabRotation rotation, IIntCondition biomeMask, BlockMaskCondition blockMask, int x, int y, int z) -
Method Summary
-
Field Details
-
prefabSupplier
-
rotation
-
biomeMask
-
blockMask
-
bounds
-
x
private final int x -
y
private final int y -
z
private final int z
-
-
Constructor Details
-
CavePrefab
public CavePrefab(@Nonnull WorldGenPrefabSupplier prefabSupplier, @Nonnull PrefabRotation rotation, IIntCondition biomeMask, BlockMaskCondition blockMask, int x, int y, int z)
-
-
Method Details
-
getPrefab
-
getRotation
-
getBiomeMask
-
getConfiguration
-
getX
public int getX() -
getY
public int getY() -
getZ
public int getZ() -
getBounds
- Specified by:
getBoundsin interfaceCaveElement
-