HyCodeYourTale
classpublicPriority 3

ActionBeacon

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

extends ActionBase

3

Methods

3

Public Methods

7

Fields

1

Constructors

Constructors

public
ActionBeacon(BuilderActionBeacon builderActionBeacon, BuilderSupport support)

Methods

Public Methods (3)

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

Fields

Protected Fields (7)

protecteddouble expirationTime
protectedString message
protecteddouble range
protectedint sendCount
protectedList<Ref<EntityStore>> sendList
protectedint[] targetGroups
protectedint targetToSendSlot

Related Classes