public class HfDiedEvent extends HfEvent implements LocalEvent, ArtifactRelatedEvent
id
Constructor and Description |
---|
HfDiedEvent() |
Modifier and Type | Method and Description |
---|---|
int |
getArtifactId() |
String |
getCause() |
EventLocation |
getLocation() |
String |
getShortDescription() |
String |
getSlayerCaste() |
int |
getSlayerHfId() |
int |
getSlayerItemId() |
String |
getSlayerRace() |
int |
getSlayerShooterItemId() |
boolean |
isRelatedToArtifact(int artifactId) |
boolean |
isRelatedToHf(int hfId) |
static void |
printUnknownCauses() |
void |
setArtifactId(int artifactId) |
void |
setCause(String cause) |
void |
setHfId(int id) |
void |
setLocation(EventLocation location) |
void |
setSlayerCaste(String slayerCaste) |
void |
setSlayerHfId(int slayerHfId) |
void |
setSlayerItemId(int slayerItemId) |
void |
setSlayerRace(String slayerRace) |
void |
setSlayerShooterItemId(int slayerShooterItemId) |
getCollection, getDate, getDescription, getSeconds, getSentence, getType, getYear, process, setCollection, setSeconds, setType, setYear
getId, setId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRelatedToRegion, isRelatedToSite
public int getSlayerHfId()
public void setSlayerHfId(int slayerHfId)
public String getSlayerRace()
public void setSlayerRace(String slayerRace)
public String getSlayerCaste()
public void setSlayerCaste(String slayerCaste)
public int getSlayerItemId()
public void setSlayerItemId(int slayerItemId)
public int getSlayerShooterItemId()
public void setSlayerShooterItemId(int slayerShooterItemId)
public String getCause()
public void setCause(String cause)
public int getArtifactId()
public void setArtifactId(int artifactId)
public void setLocation(EventLocation location)
public EventLocation getLocation()
getLocation
in interface LocalEvent
public boolean isRelatedToHf(int hfId)
isRelatedToHf
in interface HfRelatedEvent
isRelatedToHf
in class HfEvent
public boolean isRelatedToArtifact(int artifactId)
isRelatedToArtifact
in interface ArtifactRelatedEvent
public String getShortDescription()
getShortDescription
in class Event
public static void printUnknownCauses()
Copyright © 2017. All rights reserved.