ScriptActionData

public class ScriptActionData

Constructors

Link copied to clipboard
public void ScriptActionData(EliteEntity eliteEntity, LivingEntity directTarget, ScriptTargets scriptTargets, Event event)
public void ScriptActionData(EliteEntity eliteEntity, LivingEntity directTarget, ScriptTargets scriptTargets, ScriptZone scriptZone, Event event)
public void ScriptActionData(ScriptTargets scriptTargets, ScriptZone scriptZone, ScriptActionData inheritedScriptActionData)
public void ScriptActionData(EliteEntity eliteEntity, ScriptTargets scriptTargets, ScriptZone scriptZone)
public void ScriptActionData(ScriptTargets scriptTargets, ScriptZone scriptZone, ScriptActionData inheritedScriptActionData, Location landingLocation)
public void ScriptActionData(EliteEntity eliteEntity, LivingEntity directTarget, ScriptTargets scriptTargets, Collection<LivingEntity> previousEntityTargets, Collection<Location> previousLocationTargets)

Properties

Link copied to clipboard
public LivingEntity directTarget
Link copied to clipboard
Link copied to clipboard
public Event event
Link copied to clipboard
public Location landingLocation
Link copied to clipboard
public Collection<Location> locations
Link copied to clipboard
public Collection<LivingEntity> previousEntityTargets
Link copied to clipboard
public Collection<Location> previousLocationTargets
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public final TargetType targetType

Functions

Link copied to clipboard
public LivingEntity getDirectTarget()
Link copied to clipboard
Link copied to clipboard
public Event getEvent()
Link copied to clipboard
public Location getLandingLocation()
Link copied to clipboard
public Collection<Location> getLocations()
Link copied to clipboard
public Collection<LivingEntity> getPreviousEntityTargets()
Link copied to clipboard
public Collection<Location> getPreviousLocationTargets()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public void setDirectTarget(LivingEntity directTarget)
Link copied to clipboard
public void setEliteEntity(EliteEntity eliteEntity)
Link copied to clipboard
public void setInheritedScriptActionData(ScriptActionData inheritedScriptActionData)
Link copied to clipboard
public void setLandingLocation(Location landingLocation)
Link copied to clipboard
public void setLocations(Collection<Location> locations)
Link copied to clipboard
public void setPreviousEntityTargets(Collection<LivingEntity> previousEntityTargets)
Link copied to clipboard
public void setPreviousLocationTargets(Collection<Location> previousLocationTargets)
Link copied to clipboard
public void setShapesCachedByTarget(List<Shape> shapesCachedByTarget)