public class SensorBeacon extends SensorBase
Class SensorBeacon. Provides sensorbeacon functionality for the Hytale server.
java.lang.Object > SensorBase > SensorBeacon
Field Summary
beaconSupportComponent
final
BeaconSupport
beaconSupportComponent
Field beaconSupportComponent.
target
final
Ref
target
Field target.
targetRef
final
Ref
targetRef
Field targetRef.
targetTransformComponent
final
TransformComponent
targetTransformComponent
Field targetTransformComponent.
targetPosition
final
Vector3d
targetPosition
Field targetPosition.
transformComponent
final
TransformComponent
transformComponent
Field transformComponent.
position
final
Vector3d
position
Field position.
Method Detail
SensorBeacon
public
public
SensorBeacon
(@Nonnull final BuilderSensorBeacon builderSensorBeacon, @Nonnull final BuilderSupport builderSupport)
Method SensorBeacon.
- Parameters:
@Nonnull final BuilderSensorBeaconbuilderSensorBeacon@Nonnull final BuilderSupportbuilderSupport
matches
public
boolean
matches
(@Nonnull final Ref ref, @Nonnull final Role role, final double dt, @Nonnull final Store store)
Method matches.
- Parameters:
@Nonnull final Refref@Nonnull final Rolerolefinal doubledt@Nonnull final Storestore