Class AbstractCaveNodeShape
java.lang.Object
com.hypixel.hytale.server.worldgen.cave.shape.AbstractCaveNodeShape
- All Implemented Interfaces:
CaveNodeShape
- Direct Known Subclasses:
CylinderCaveNodeShape,EllipsoidCaveNodeShape,EmptyLineCaveNodeShape,PipeCaveNodeShape,TetrahedronCaveNodeShape
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateChunk(int seed, ChunkGeneratorExecution execution, Cave cave, CaveNode node, Random random) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.server.worldgen.cave.shape.CaveNodeShape
getAnchor, getBounds, getCeilingPosition, getEnd, getFloorPosition, getStart, hasGeometry, shouldReplace
-
Constructor Details
-
AbstractCaveNodeShape
public AbstractCaveNodeShape()
-
-
Method Details
-
populateChunk
public void populateChunk(int seed, @Nonnull ChunkGeneratorExecution execution, @Nonnull Cave cave, @Nonnull CaveNode node, @Nonnull Random random) - Specified by:
populateChunkin interfaceCaveNodeShape
-