HyCodeYourTale
classpublicPriority 3

SensorPath

com.hypixel.hytale.server.npc.corecomponents.world.SensorPath

extends SensorBase

3

Methods

3

Public Methods

10

Fields

1

Constructors

Constructors

public
SensorPath(BuilderSensorPath builder, BuilderSupport support)

Methods

Public Methods (3)

public
String get()
public
InfoProvider getSensorInfo()
@Override
public
boolean matches(Ref<EntityStore> ref, Role role, double dt, Store<EntityStore> store)
@Override

Fields

Protected Fields (10)

protecteddouble distanceSquared
protectedSensorPath.LoadStatus loadStatus
protectedString path
protectedint pathChangeRevision
protectedint pathIndex
protectedSensorPath.PathType pathType
protectedComponentType<EntityStore, PatrolPathMarkerEntity> patrolPathMarkerEntityComponentType
protectedResourceType<EntityStore, SpatialResource<Ref<EntityStore>, EntityStore>> prefabPathSpatialResource
protecteddouble range
protectedComponentType<EntityStore, WorldGenId> worldGenIdComponentType

Related Classes