Class DistortedEllipsoidShape.Factory
java.lang.Object
com.hypixel.hytale.server.worldgen.cave.shape.distorted.AbstractDistortedBody.Factory
com.hypixel.hytale.server.worldgen.cave.shape.distorted.DistortedEllipsoidShape.Factory
- All Implemented Interfaces:
DistortedShape.Factory
- Enclosing class:
DistortedEllipsoidShape
-
Field Summary
Fields inherited from interface com.hypixel.hytale.server.worldgen.cave.shape.distorted.DistortedShape.Factory
DEFAULT_INTERPOLATION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DistortedShapecreateShape(Vector3d origin, Vector3d direction, double yaw, double pitch, double radiusX, double radiusY, double radiusZ, GeneralNoise.InterpolationFunction interpolation) Methods inherited from class com.hypixel.hytale.server.worldgen.cave.shape.distorted.AbstractDistortedBody.Factory
createMethods 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.distorted.DistortedShape.Factory
create, create, create, create
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
createShape
@Nonnull protected DistortedShape createShape(@Nonnull Vector3d origin, Vector3d direction, double yaw, double pitch, double radiusX, double radiusY, double radiusZ, GeneralNoise.InterpolationFunction interpolation) - Specified by:
createShapein classAbstractDistortedBody.Factory
-