public class PrefabEditorSaveSettingsPage extends InteractiveCustomUIPage
Class PrefabEditorSaveSettingsPage. Provides prefabeditorsavesettingspage functionality for the Hytale server.
java.lang.Object > InteractiveCustomUIPage > PrefabEditorSaveSettingsPage
Field Summary
browserSearchQuery
Field browserSearchQuery.
selectedPrefab
Field selectedPrefab.
prefabPath
Field prefabPath.
playerComponent
Field playerComponent.
prefabsToSaveStr
Field prefabsToSaveStr.
showSavingBuilder
Field showSavingBuilder.
prefabSaverSettings
Field prefabSaverSettings.
prefabPaths
Field prefabPaths.
prefabsToSave
Field prefabsToSave.
world
Field world.
totalPrefabs
Field totalPrefabs.
saveFutures
Field saveFutures.
metadata
Field metadata.
index
Field index.
savePath
Field savePath.
progress
Field progress.
progressBuilder
Field progressBuilder.
allPaths
Field allPaths.
commandBuilder
Field commandBuilder.
editedPaths
Field editedPaths.
commandBuilder2
Field commandBuilder2.
eventBuilder
Field eventBuilder.
uuid
Field uuid.
eventBuilder2
Field eventBuilder2.
selectedPaths
Field selectedPaths.
matchScores
Field matchScores.
fileName
Field fileName.
baseName
Field baseName.
fuzzyDistance
Field fuzzyDistance.
stream
Field stream.
obj
Field obj.
fileName2
Field fileName2.
displayName
Field displayName.
isSelected
Field isSelected.
isReadOnly
Field isReadOnly.
checkPrefix
Field checkPrefix.
readOnlySuffix
Field readOnlySuffix.
displayText
Field displayText.
relativePath
Field relativePath.
tooltipText
Field tooltipText.
originalPath
Field originalPath.
parent
Field parent.
parentName
Field parentName.
builder
Field builder.
action
Field action.
entities
Field entities.
empty
Field empty.
overwrite
Field overwrite.
browserSearchStr
Field browserSearchStr.
prefabUuid
Field prefabUuid.
Method Detail
PrefabEditorSaveSettingsPage
public
PrefabEditorSaveSettingsPage
(@Nonnull final PlayerRef playerRef, @Nonnull final PrefabEditSession prefabEditSession)
Method PrefabEditorSaveSettingsPage.
- Parameters:
@Nonnull final PlayerRefplayerRef@Nonnull final PrefabEditSessionprefabEditSession
build
void
build
(@Nonnull final Ref ref, @Nonnull final UICommandBuilder commandBuilder, @Nonnull final UIEventBuilder eventBuilder, @Nonnull final Store store)
Method build.
- Parameters:
@Nonnull final Refref@Nonnull final UICommandBuildercommandBuilder@Nonnull final UIEventBuildereventBuilder@Nonnull final Storestore
EventData
new
EventData
()
Method EventData.
handleDataEvent
void
handleDataEvent
(@Nonnull final Ref ref, @Nonnull final Store store, @Nonnull final PageData data)
Method handleDataEvent.
- Parameters:
@Nonnull final Refref@Nonnull final Storestore@Nonnull final PageDatadata
buildPrefabList
void
buildPrefabList
(@Nonnull final UICommandBuilder commandBuilder, @Nonnull final UIEventBuilder eventBuilder)
Method buildPrefabList.
- Parameters:
@Nonnull final UICommandBuildercommandBuilder@Nonnull final UIEventBuildereventBuilder
getWritableSavePath
Method getWritableSavePath.
- Parameters:
@Nonnull final PrefabEditingMetadatametadata
PageData
public
PageData
()
Method PageData.