abstract class RespawnPointPage extends InteractiveCustomUIPage
Class RespawnPointPage. Provides respawnpointpage functionality for the Hytale server.
java.lang.Object > InteractiveCustomUIPage > RespawnPointPage
Field Summary
world
Field world.
playerComponent
Field playerComponent.
chunk
Field chunk.
blockType
Field blockType.
rotationIndex
Field rotationIndex.
hitbox
Field hitbox.
blockCenterWidthOffset
Field blockCenterWidthOffset.
blockCenterDepthOffset
Field blockCenterDepthOffset.
respawnPosition
Field respawnPosition.
respawnPointData
Field respawnPointData.
perWorldData
Field perWorldData.
respawnPoints
Field respawnPoints.
savedRespawnPointData
Field savedRespawnPointData.
chunkStore
Field chunkStore.
respawnPointToRemove
Field respawnPointToRemove.
respawnPoint
Field respawnPoint.
position
Field position.
chunkReference
Field chunkReference.
blockComponentChunk
Field blockComponentChunk.
blockRef
Field blockRef.
respawnBlock
Field respawnBlock.
worldChunk
Field worldChunk.
commandBuilder
Field commandBuilder.
action
Field action.
indexStr
Field indexStr.
index
Field index.
respawnPointName
Field respawnPointName.
Method Detail
RespawnPointPage
public
RespawnPointPage
(@Nonnull final PlayerRef playerRef, final InteractionType interactionType)
Method RespawnPointPage.
- Parameters:
@Nonnull final PlayerRefplayerReffinal InteractionTypeinteractionType
setRespawnPointForPlayer
void
setRespawnPointForPlayer
(@Nonnull final Ref ref, @Nonnull final Store store, @Nonnull final Vector3i blockPosition, @Nonnull final RespawnBlock respawnBlock, @Nonnull String respawnPointName, @Nullable final PlayerRespawnPointData... respawnPointsToRemove)
Method setRespawnPointForPlayer.
- Parameters:
@Nonnull final Refref@Nonnull final Storestore@Nonnull final Vector3iblockPosition@Nonnull final RespawnBlockrespawnBlock@Nonnull StringrespawnPointName@Nullable final PlayerRespawnPointData...respawnPointsToRemove
Vector3d
new
Vector3d
(blockPosition.getX()
Method Vector3d.
- Parameters:
blockPosition.getX(blockPosition.getX(
handleRespawnPointsToRemove
PlayerRespawnPointData[]
handleRespawnPointsToRemove
(@Nonnull PlayerRespawnPointData[] respawnPoints, @Nullable final PlayerRespawnPointData[] respawnPointsToRemove, @Nonnull final World world)
Method handleRespawnPointsToRemove.
- Parameters:
@Nonnull PlayerRespawnPointData[]respawnPoints@Nullable final PlayerRespawnPointData[]respawnPointsToRemove@Nonnull final Worldworld
RespawnPointEventData
public
RespawnPointEventData
()
Method RespawnPointEventData.
getAction
String
getAction
()
Method getAction.
getIndex
int
getIndex
()
Method getIndex.
getRespawnPointName
String
getRespawnPointName
()
Method getRespawnPointName.