Uses of Package
org.bukkit.damage
Packages that use org.bukkit.damage
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes concerning damage types and sources applicable to living entities.
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Classes in org.bukkit.damage used by org.bukkitClassDescriptionRepresents a type of effect that occurs when damage is inflicted.Utility class to make building a
DamageSource
easier.Represent a type of damage that an entity can receive. -
Classes in org.bukkit.damage used by org.bukkit.damageClassDescriptionRepresents a type of effect that occurs when damage is inflicted.A means of damage scaling with respect to the server's difficulty.Represents a source of damage.Utility class to make building a
DamageSource
easier.Represent a type of damage that an entity can receive.Represents a type of death message used by aDamageSource
. -
Classes in org.bukkit.damage used by org.bukkit.entity
-
Classes in org.bukkit.damage used by org.bukkit.event.entity