DamageCause

public class DamageCause implements JsonAssetWithMap, IndexedLookupTableAssetMap, DamageCause>>

Class DamageCause. Provides damagecause functionality for the Hytale server.

java.lang.Object > DamageCause

Field Summary

data

protected AssetExtraInfo.Data data

Field data.

id

protected String id

Field id.

inherits

protected String inherits

Field inherits.

durabilityLoss

protected boolean durabilityLoss

Field durabilityLoss.

staminaLoss

protected boolean staminaLoss

Field staminaLoss.

bypassResistances

protected boolean bypassResistances

Field bypassResistances.

damageTextColor

protected String damageTextColor

Field damageTextColor.

animationId

protected String animationId

Field animationId.

deathAnimationId

protected String deathAnimationId

Field deathAnimationId.

Method Detail

getAssetStore

public > getAssetStore ()

Method getAssetStore.

getAssetMap

public DamageCause> getAssetMap ()

Method getAssetMap.

DamageCause

public public DamageCause ()

Method DamageCause.

getId

public String getId ()

Method getId.

isDurabilityLoss

public boolean isDurabilityLoss ()

Method isDurabilityLoss.

isStaminaLoss

public boolean isStaminaLoss ()

Method isStaminaLoss.

doesBypassResistances

public boolean doesBypassResistances ()

Method doesBypassResistances.

getInherits

public String getInherits ()

Method getInherits.

getAnimationId

public String getAnimationId ()

Method getAnimationId.

getDeathAnimationId

public String getDeathAnimationId ()

Method getDeathAnimationId.

toPacket

public com.hypixel.hytale.protocol.DamageCause toPacket ()

Method toPacket.