HyCodeYourTale
classpublicPriority 3

SensorSearchRay

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

extends SensorBase

2

Methods

2

Public Methods

10

Fields

1

Constructors

Constructors

public
SensorSearchRay(BuilderSensorSearchRay builder, BuilderSupport support)

Methods

Public Methods (2)

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

Fields

Protected Fields (10)

protectedfloat angle
protectedint blockSet
protectedint id
protectedshort lastBlockRevision
protectedfloat lastCheckedYaw
protectedfloat minRetestAngle
protecteddouble minRetestMoveSquared
protecteddouble range
protecteddouble throttleTime
protecteddouble throttleTimeRemaining

Related Classes