Class SensorPlayer
java.lang.Object
com.hypixel.hytale.server.npc.corecomponents.AnnotatedComponentBase
com.hypixel.hytale.server.npc.corecomponents.SensorBase
com.hypixel.hytale.server.npc.corecomponents.SensorWithEntityFilters
com.hypixel.hytale.server.npc.corecomponents.entity.SensorEntityBase
com.hypixel.hytale.server.npc.corecomponents.entity.SensorPlayer
- All Implemented Interfaces:
RoleStateChange,Sensor,IAnnotatedComponent,IAnnotatedComponentCollection,IComponentExecutionControl
-
Field Summary
Fields inherited from class com.hypixel.hytale.server.npc.corecomponents.entity.SensorEntityBase
autoUnlockTarget, collector, DEATH_COMPONENT_TYPE, ignoredTargetSlot, lockedTargetSlot, lockOnTarget, minRange, NPC_COMPONENT_TYPE, npcPrioritiser, onlyLockedTarget, ownRole, PLAYER_COMPONENT_TYPE, playerPrioritiser, positionProvider, prioritiser, range, TRANSFORM_COMPONENT_TYPE, useProjectedDistanceFields inherited from class com.hypixel.hytale.server.npc.corecomponents.SensorBase
once, triggeredFields inherited from class com.hypixel.hytale.server.npc.corecomponents.AnnotatedComponentBase
index, parent -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.hypixel.hytale.server.npc.corecomponents.entity.SensorEntityBase
done, filterEntity, filterEntityWithRange, filterLockedEntity, filterPrioritisedEntity, filterPrioritisedNPC, filterPrioritisedPlayer, findPlayerOrEntity, getSensorInfo, initialisePrioritiser, isExcludingOwnType, loaded, matches, motionControllerChanged, registerWithSupport, removed, spawned, teleported, unloadedMethods inherited from class com.hypixel.hytale.server.npc.corecomponents.SensorWithEntityFilters
componentCount, getComponent, matchesFilters, setContextMethods inherited from class com.hypixel.hytale.server.npc.corecomponents.SensorBase
clearOnce, isTriggered, processDelay, setOnceMethods inherited from class com.hypixel.hytale.server.npc.corecomponents.AnnotatedComponentBase
getIndex, getInfo, getParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.server.npc.util.IAnnotatedComponent
getBreadCrumbs, getBreadCrumbs, getIndex, getInfo, getLabel, getParent
-
Constructor Details
-
SensorPlayer
-
-
Method Details
-
isGetPlayers
public boolean isGetPlayers()- Specified by:
isGetPlayersin classSensorEntityBase
-
isGetNPCs
public boolean isGetNPCs()- Specified by:
isGetNPCsin classSensorEntityBase
-