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 booleanrelativize
isOverwriteExisting
public
boolean
isOverwriteExisting
()
Method isOverwriteExisting.
setOverwriteExisting
public
void
setOverwriteExisting
(final boolean overwriteExisting)
Method setOverwriteExisting.
- Parameters:
final booleanoverwriteExisting
isEmpty
public
boolean
isEmpty
()
Method isEmpty.
setEmpty
public
void
setEmpty
(final boolean empty)
Method setEmpty.
- Parameters:
final booleanempty
isBlocks
public
boolean
isBlocks
()
Method isBlocks.
setBlocks
public
void
setBlocks
(final boolean blocks)
Method setBlocks.
- Parameters:
final booleanblocks
isEntities
public
boolean
isEntities
()
Method isEntities.
setEntities
public
void
setEntities
(final boolean entities)
Method setEntities.
- Parameters:
final booleanentities
isKeepAnchors
public
boolean
isKeepAnchors
()
Method isKeepAnchors.
setKeepAnchors
public
void
setKeepAnchors
(final boolean keepAnchors)
Method setKeepAnchors.
- Parameters:
final booleankeepAnchors