final class DistortedShapes
Class DistortedShapes. Provides distortedshapes functionality for the Hytale server.
java.lang.Object > DistortedShapes
Field Summary
factory
final
DistortedShape.Factory
factory
Field factory.
Method Detail
DistortedShapes
public
private
DistortedShapes
()
Method DistortedShapes.
register
static
void
register
(final String name, final DistortedShape.Factory factory)
Method register.
- Parameters:
final Stringnamefinal DistortedShape.Factoryfactory
forEach
static
void
forEach
(final BiConsumer consumer)
Method forEach.
- Parameters:
final BiConsumerconsumer
forEachName
static
void
forEachName
(final Consumer consumer)
Method forEachName.
- Parameters:
final Consumerconsumer
forEachShape
static
void
forEachShape
(final Consumer consumer)
Method forEachShape.
- Parameters:
final Consumerconsumer
getDefault
static
DistortedShape.Factory
getDefault
()
Method getDefault.
getOrDefault
static
DistortedShape.Factory
getOrDefault
(final String name)
Method getOrDefault.
- Parameters:
final Stringname
getByName
static
DistortedShape.Factory
getByName
(final String name)
Method getByName.
- Parameters:
final Stringname