PrefabPathHelper

final class PrefabPathHelper

Class PrefabPathHelper. Provides prefabpathhelper functionality for the Hytale server.

java.lang.Object > PrefabPathHelper

Field Summary

world

final World world

Field world.

waypoint

final PatrolPathMarkerEntity waypoint

Field waypoint.

transformComponent

final TransformComponent transformComponent

Field transformComponent.

playerPosition

final Vector3d playerPosition

Field playerPosition.

playerBodyRotation

final Vector3f playerBodyRotation

Field playerBodyRotation.

waypointEntity

final PatrolPathMarkerEntity waypointEntity

Field waypointEntity.

waypointRef

final Ref waypointRef

Field waypointRef.

waypointTransformComponent

final TransformComponent waypointTransformComponent

Field waypointTransformComponent.

waypointRotation

final Vector3f waypointRotation

Field waypointRotation.

model

final Model model

Field model.

displayName

final String displayName

Field displayName.

displayNameMessage

final Message displayNameMessage

Field displayNameMessage.

Method Detail

PrefabPathHelper

public private PrefabPathHelper ()

Method PrefabPathHelper.

addMarker

static void addMarker (@Nonnull final Store store, @Nonnull final Ref playerRef, @Nonnull final UUID pathId, @Nonnull final String pathName, final double pauseTime, final float obsvAngleDegrees, final short targetIndex, final int worldgenId)

Method addMarker.

Parameters:
@Nonnull final Store store
@Nonnull final Ref playerRef
@Nonnull final UUID pathId
@Nonnull final String pathName
final double pauseTime
final float obsvAngleDegrees
final short targetIndex
final int worldgenId

ModelComponent

public new ModelComponent (model)

Method ModelComponent.

Parameters:
model model

DisplayNameComponent

public new DisplayNameComponent (displayNameMessage)

Method DisplayNameComponent.

Parameters:
displayNameMessage displayNameMessage

Nameplate

public new Nameplate (displayName)

Method Nameplate.

Parameters:
displayName displayName