TeleporterSettingsPage

public class TeleporterSettingsPage extends InteractiveCustomUIPage

Class TeleporterSettingsPage. Provides teleportersettingspage functionality for the Hytale server.

java.lang.Object > InteractiveCustomUIPage > TeleporterSettingsPage

Field Summary

language

final String language

Field language.

teleporter

final Teleporter teleporter

Field teleporter.

relativeMask

final byte relativeMask

Field relativeMask.

transform

final Transform transform

Field transform.

worlds

final ObjectArrayList worlds

Field worlds.

worldUuid

final UUID worldUuid

Field worldUuid.

warps

final ObjectArrayList warps

Field warps.

warps2

final List warps2

Field warps2.

cannedName

final String cannedName

Field cannedName.

value

final String value

Field value.

playerComponent

final Player playerComponent

Field playerComponent.

blockStateInfo

final BlockModule.BlockStateInfo blockStateInfo

Field blockStateInfo.

chunkRef

final Ref chunkRef

Field chunkRef.

worldChunkComponent

final WorldChunk worldChunkComponent

Field worldChunkComponent.

index

final int index

Field index.

targetX

final int targetX

Field targetX.

targetY

final int targetY

Field targetY.

targetZ

final int targetZ

Field targetZ.

targetBlockPosition

final Vector3i targetBlockPosition

Field targetBlockPosition.

oldOwnedWarp

final String oldOwnedWarp

Field oldOwnedWarp.

commandBuilder

final UICommandBuilder commandBuilder

Field commandBuilder.

alreadyExists

final boolean alreadyExists

Field alreadyExists.

commandBuilder2

final UICommandBuilder commandBuilder2

Field commandBuilder2.

blockType

final BlockType blockType

Field blockType.

currentState

final String currentState

Field currentState.

variantBlockType

final BlockType variantBlockType

Field variantBlockType.

isBlockRelative

public boolean isBlockRelative

Field isBlockRelative.

x

public double x

Field x.

y

public double y

Field y.

z

public double z

Field z.

xIsRelative

public boolean xIsRelative

Field xIsRelative.

yIsRelative

public boolean yIsRelative

Field yIsRelative.

zIsRelative

public boolean zIsRelative

Field zIsRelative.

yaw

public float yaw

Field yaw.

pitch

public float pitch

Field pitch.

roll

public float roll

Field roll.

yawIsRelative

public boolean yawIsRelative

Field yawIsRelative.

pitchIsRelative

public boolean pitchIsRelative

Field pitchIsRelative.

rollIsRelative

public boolean rollIsRelative

Field rollIsRelative.

world

public String world

Field world.

warp

public String warp

Field warp.

ownedWarp

public String ownedWarp

Field ownedWarp.

Method Detail

TeleporterSettingsPage

public public TeleporterSettingsPage (@Nonnull final PlayerRef playerRef, @Nonnull final Ref blockRef, final Mode mode, @Nullable final String activeState)

Method TeleporterSettingsPage.

Parameters:
@Nonnull final PlayerRef playerRef
@Nonnull final Ref blockRef
final Mode mode
@Nullable final String activeState

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 PageEventData data)

Method handleDataEvent.

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