DistortedShapes

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 String name
final DistortedShape.Factory factory

forEach

static void forEach (final BiConsumer consumer)

Method forEach.

Parameters:
final BiConsumer consumer

forEachName

static void forEachName (final Consumer consumer)

Method forEachName.

Parameters:
final Consumer consumer

forEachShape

static void forEachShape (final Consumer consumer)

Method forEachShape.

Parameters:
final Consumer consumer

getDefault

static DistortedShape.Factory getDefault ()

Method getDefault.

getOrDefault

static DistortedShape.Factory getOrDefault (final String name)

Method getOrDefault.

Parameters:
final String name

getByName

static DistortedShape.Factory getByName (final String name)

Method getByName.

Parameters:
final String name