PrefabSavePage

public class PrefabSavePage extends InteractiveCustomUIPage

Class PrefabSavePage. Provides prefabsavepage functionality for the Hytale server.

java.lang.Object > InteractiveCustomUIPage > PrefabSavePage

Field Summary

playerComponent

final Player playerComponent

Field playerComponent.

action

public Action action

Field action.

name

public String name

Field name.

entities

public boolean entities

Field entities.

empty

public boolean empty

Field empty.

overwrite

public boolean overwrite

Field overwrite.

fromClipboard

public boolean fromClipboard

Field fromClipboard.

Method Detail

PrefabSavePage

public public PrefabSavePage (@Nonnull final PlayerRef playerRef)

Method PrefabSavePage.

Parameters:
@Nonnull final PlayerRef playerRef

build

public void build (@Nonnull final Ref ref, @Nonnull final UICommandBuilder commandBuilder, @Nonnull final UIEventBuilder eventBuilder, @Nonnull final Store store)

Method build.

Parameters:
@Nonnull final Ref ref
@Nonnull final UICommandBuilder commandBuilder
@Nonnull final UIEventBuilder eventBuilder
@Nonnull final Store store

EventData

public new EventData ()

Method EventData.

handleDataEvent

public void handleDataEvent (@Nonnull final Ref ref, @Nonnull final Store store, @Nonnull final PageData data)

Method handleDataEvent.

Parameters:
@Nonnull final Ref ref
@Nonnull final Store store
@Nonnull final PageData data

PageData

public public PageData ()

Method PageData.