PrefabSaverSettings

public class PrefabSaverSettings

Class PrefabSaverSettings. Provides prefabsaversettings functionality for the Hytale server.

java.lang.Object > PrefabSaverSettings

Field Summary

relativize

private boolean relativize

Field relativize.

overwriteExisting

private boolean overwriteExisting

Field overwriteExisting.

empty

private boolean empty

Field empty.

blocks

private boolean blocks

Field blocks.

entities

private boolean entities

Field entities.

keepAnchors

private boolean keepAnchors

Field keepAnchors.

Method Detail

isRelativize

public boolean isRelativize ()

Method isRelativize.

setRelativize

public void setRelativize (final boolean relativize)

Method setRelativize.

Parameters:
final boolean relativize

isOverwriteExisting

public boolean isOverwriteExisting ()

Method isOverwriteExisting.

setOverwriteExisting

public void setOverwriteExisting (final boolean overwriteExisting)

Method setOverwriteExisting.

Parameters:
final boolean overwriteExisting

isEmpty

public boolean isEmpty ()

Method isEmpty.

setEmpty

public void setEmpty (final boolean empty)

Method setEmpty.

Parameters:
final boolean empty

isBlocks

public boolean isBlocks ()

Method isBlocks.

setBlocks

public void setBlocks (final boolean blocks)

Method setBlocks.

Parameters:
final boolean blocks

isEntities

public boolean isEntities ()

Method isEntities.

setEntities

public void setEntities (final boolean entities)

Method setEntities.

Parameters:
final boolean entities

isKeepAnchors

public boolean isKeepAnchors ()

Method isKeepAnchors.

setKeepAnchors

public void setKeepAnchors (final boolean keepAnchors)

Method setKeepAnchors.

Parameters:
final boolean keepAnchors