public class DeathItemLoss
Class DeathItemLoss. Provides deathitemloss functionality for the Hytale server.
java.lang.Object > DeathItemLoss
Field Summary
lossMode
private
DeathConfig.ItemsLossMode
lossMode
Field lossMode.
itemsLost
private
ItemStack[]
itemsLost
Field itemsLost.
amountLossPercentage
private
double
amountLossPercentage
Field amountLossPercentage.
durabilityLossPercentage
private
double
durabilityLossPercentage
Field durabilityLossPercentage.
Method Detail
DeathItemLoss
public
private
DeathItemLoss
()
Method DeathItemLoss.
getLossMode
public
DeathConfig.ItemsLossMode
getLossMode
()
Method getLossMode.
getItemsLost
public
ItemStack[]
getItemsLost
()
Method getItemsLost.
getAmountLossPercentage
public
double
getAmountLossPercentage
()
Method getAmountLossPercentage.
getDurabilityLossPercentage
public
double
getDurabilityLossPercentage
()
Method getDurabilityLossPercentage.