Class SensorEntity
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.SensorEntity
- All Implemented Interfaces:
RoleStateChange,Sensor,IAnnotatedComponent,IAnnotatedComponentCollection,IComponentExecutionControl
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final booleanprotected final booleanprotected final booleanFields 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
Modifier and TypeMethodDescriptionbooleanbooleanbooleanMethods inherited from class com.hypixel.hytale.server.npc.corecomponents.entity.SensorEntityBase
done, filterEntity, filterEntityWithRange, filterLockedEntity, filterPrioritisedEntity, filterPrioritisedNPC, filterPrioritisedPlayer, findPlayerOrEntity, getSensorInfo, initialisePrioritiser, 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
-
Field Details
-
getPlayers
protected final boolean getPlayers -
getNPCs
protected final boolean getNPCs -
excludeOwnType
protected final boolean excludeOwnType
-
-
Constructor Details
-
SensorEntity
-
-
Method Details
-
isGetPlayers
public boolean isGetPlayers()- Specified by:
isGetPlayersin classSensorEntityBase
-
isGetNPCs
public boolean isGetNPCs()- Specified by:
isGetNPCsin classSensorEntityBase
-
isExcludingOwnType
public boolean isExcludingOwnType()- Overrides:
isExcludingOwnTypein classSensorEntityBase
-