Class DistortedPipeShape.Factory
java.lang.Object
com.hypixel.hytale.server.worldgen.cave.shape.distorted.DistortedPipeShape.Factory
- All Implemented Interfaces:
DistortedShape.Factory
- Enclosing class:
DistortedPipeShape
-
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 TypeMethodDescriptioncreate(Vector3d origin, Vector3d direction, double length, double startWidth, double startHeight, double midWidth, double midHeight, double endWidth, double endHeight, GeneralNoise.InterpolationFunction interpolation) 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.distorted.DistortedShape.Factory
create, create, create, create
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
create
@Nonnull public DistortedShape create(@Nonnull Vector3d origin, @Nonnull Vector3d direction, double length, double startWidth, double startHeight, double midWidth, double midHeight, double endWidth, double endHeight, GeneralNoise.InterpolationFunction interpolation) - Specified by:
createin interfaceDistortedShape.Factory
-