HyCodeYourTale
classpublicPriority 3

SensorCount

com.hypixel.hytale.server.npc.corecomponents.entity.SensorCount

extends SensorBase

3

Methods

3

Public Methods

9

Fields

1

Constructors

Constructors

public
SensorCount(BuilderSensorCount builderSensorCount, BuilderSupport support)

Methods

Public Methods (3)

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

Fields

Protected Fields (9)

protectedint[] excludeGroups
protectedboolean findPlayers
protectedboolean haveExcludeGroups
protectedboolean haveIncludeGroups
protectedint[] includeGroups
protectedint maxCount
protecteddouble maxRange
protectedint minCount
protecteddouble minRange

Related Classes