public class PrefabEditorCreationSettings implementsPrefabEditorCreationContext,JsonAssetWithMap,DefaultAssetMap,PrefabEditorCreationSettings>>
Class PrefabEditorCreationSettings. Provides prefabeditorcreationsettings functionality for the Hytale server.
java.lang.Object > PrefabEditorCreationSettings
Field Summary
id
Field id.
data
Field data.
prefabRootDirectory
Field prefabRootDirectory.
unprocessedPrefabPaths
Field unprocessedPrefabPaths.
pasteYLevelGoal
Field pasteYLevelGoal.
blocksBetweenEachPrefab
Field blocksBetweenEachPrefab.
worldGenType
Field worldGenType.
blocksAboveSurface
Field blocksAboveSurface.
stackingAxis
Field stackingAxis.
alignment
Field alignment.
recursive
Field recursive.
loadChildren
Field loadChildren.
loadEntities
Field loadEntities.
enableWorldTicking
Field enableWorldTicking.
rowSplitMode
Field rowSplitMode.
environment
Field environment.
grassTint
Field grassTint.
rootPath
Field rootPath.
relativePath
Field relativePath.
resolvedDir
Field resolvedDir.
filter
Field filter.
prefabPaths
Field prefabPaths.
resolvedPath
Field resolvedPath.
header
Field header.
values
Field values.
firstComponent
Field firstComponent.
Method Detail
getAssetStore
>
getAssetStore
()
Method getAssetStore.
getAssetMap
PrefabEditorCreationSettings>
getAssetMap
()
Method getAssetMap.
PrefabEditorCreationSettings
private
PrefabEditorCreationSettings
()
Method PrefabEditorCreationSettings.
finishProcessing
PrefabEditorCreationContext
finishProcessing
(final Player editor, final PlayerRef playerRef, final boolean creatingNewPrefab)
Method finishProcessing.
- Parameters:
final Playereditorfinal PlayerRefplayerReffinal booleancreatingNewPrefab
resolveRootPathForInput
Path
resolveRootPathForInput
(@Nonnull final String inputPath)
Method resolveRootPathForInput.
- Parameters:
@Nonnull final StringinputPath
getRelativePathForInput
String
getRelativePathForInput
(@Nonnull final String inputPath)
Method getRelativePathForInput.
- Parameters:
@Nonnull final StringinputPath
stringEndsWithPrefabPath
boolean
stringEndsWithPrefabPath
(@Nonnull final String input)
Method stringEndsWithPrefabPath.
- Parameters:
@Nonnull final Stringinput
load
CompletableFuture
load
(@Nonnull final String name)
Method load.
- Parameters:
@Nonnull final Stringname
save
CompletableFuture
save
(@Nonnull final String name, final PrefabEditorCreationSettings settings)
Method save.
- Parameters:
@Nonnull final Stringnamefinal PrefabEditorCreationSettingssettings
getPrefabPaths
List
getPrefabPaths
()
Method getPrefabPaths.
getBlocksBetweenEachPrefab
int
getBlocksBetweenEachPrefab
()
Method getBlocksBetweenEachPrefab.
getPasteLevelGoal
int
getPasteLevelGoal
()
Method getPasteLevelGoal.
loadChildPrefabs
boolean
loadChildPrefabs
()
Method loadChildPrefabs.
shouldLoadEntities
boolean
shouldLoadEntities
()
Method shouldLoadEntities.
getBlocksAboveSurface
int
getBlocksAboveSurface
()
Method getBlocksAboveSurface.
getId
String
getId
()
Method getId.
getPrefabRootDirectory
Method getPrefabRootDirectory.
getUnprocessedPrefabPaths
List
getUnprocessedPrefabPaths
()
Method getUnprocessedPrefabPaths.
getPasteYLevelGoal
int
getPasteYLevelGoal
()
Method getPasteYLevelGoal.
isRecursive
boolean
isRecursive
()
Method isRecursive.
isLoadChildren
boolean
isLoadChildren
()
Method isLoadChildren.
isWorldTickingEnabled
boolean
isWorldTickingEnabled
()
Method isWorldTickingEnabled.
getEnvironment
String
getEnvironment
()
Method getEnvironment.
getGrassTint
String
getGrassTint
()
Method getGrassTint.