Class DistortedShapes
java.lang.Object
com.hypixel.hytale.server.worldgen.cave.shape.distorted.DistortedShapes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DistortedShape.Factorystatic final DistortedShape.Factorystatic final DistortedShape.Factoryprivate static final Map<String, DistortedShape.Factory> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidforEach(BiConsumer<String, DistortedShape.Factory> consumer) static voidforEachName(Consumer<String> consumer) static voidforEachShape(Consumer<DistortedShape.Factory> consumer) static DistortedShape.Factorystatic DistortedShape.Factorystatic DistortedShape.FactorygetOrDefault(String name) static voidregister(String name, DistortedShape.Factory factory)
-
Field Details
-
CYLINDER
-
ELLIPSE
-
PIPE
-
SHAPES
-
-
Constructor Details
-
DistortedShapes
private DistortedShapes()
-
-
Method Details
-
register
-
forEach
-
forEachName
-
forEachShape
-
getDefault
-
getOrDefault
-
getByName
-