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, setYeargetId, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisRelatedToRegion, isRelatedToSitepublic 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 LocalEventpublic boolean isRelatedToHf(int hfId)
isRelatedToHf in interface HfRelatedEventisRelatedToHf in class HfEventpublic boolean isRelatedToArtifact(int artifactId)
isRelatedToArtifact in interface ArtifactRelatedEventpublic String getShortDescription()
getShortDescription in class Eventpublic static void printUnknownCauses()
Copyright © 2017. All rights reserved.