Uses of Package
org.bukkit.util
| Package | Description | 
|---|---|
| org.bukkit | The root package of the Bukkit API, contains generalized API classes. | 
| org.bukkit.block | Classes used to manipulate the voxels in a  world,
 including special states. | 
| org.bukkit.configuration | Classes dedicated to handling a plugin's runtime configuration. | 
| org.bukkit.entity | Interfaces for non-voxel objects that can exist in a  world, including all players, monsters, projectiles, etc. | 
| org.bukkit.event.block | |
| org.bukkit.event.entity | |
| org.bukkit.event.player | |
| org.bukkit.event.server | Eventsrelating to programmatic state
 changes on the server. | 
| org.bukkit.projectiles | Classes to represent the source of a projectile | 
| org.bukkit.util | Multi and single purpose classes to facilitate various programmatic
 concepts. | 
- 
Classes in org.bukkit.util used by org.bukkit Class Description BoundingBox A mutable axis aligned bounding box (AABB).CachedServerIcon This is a cached version of a server-icon.Consumer Represents an operation that accepts a single input argument and returns no result.RayTraceResult The hit result of a ray trace.Vector Represents a mutable vector.
- 
Classes in org.bukkit.util used by org.bukkit.block Class Description BlockVector A vector with a hash function that floors the X, Y, Z components, a la BlockVector in WorldEdit.BoundingBox A mutable axis aligned bounding box (AABB).RayTraceResult The hit result of a ray trace.Vector Represents a mutable vector.
- 
Classes in org.bukkit.util used by org.bukkit.configuration Class Description Vector Represents a mutable vector.
- 
Classes in org.bukkit.util used by org.bukkit.entity Class Description BoundingBox A mutable axis aligned bounding box (AABB).EulerAngle EulerAngle is used to represent 3 angles, one for each axis (x, y, z).RayTraceResult The hit result of a ray trace.Vector Represents a mutable vector.
- 
Classes in org.bukkit.util used by org.bukkit.event.block Class Description Vector Represents a mutable vector.
- 
Classes in org.bukkit.util used by org.bukkit.event.entity Class Description Vector Represents a mutable vector.
- 
Classes in org.bukkit.util used by org.bukkit.event.player Class Description Vector Represents a mutable vector.
- 
Classes in org.bukkit.util used by org.bukkit.event.server Class Description CachedServerIcon This is a cached version of a server-icon.
- 
Classes in org.bukkit.util used by org.bukkit.projectiles Class Description Vector Represents a mutable vector.
- 
Classes in org.bukkit.util used by org.bukkit.util Class Description BlockVector A vector with a hash function that floors the X, Y, Z components, a la BlockVector in WorldEdit.BoundingBox A mutable axis aligned bounding box (AABB).ChatPaginator.ChatPage EulerAngle EulerAngle is used to represent 3 angles, one for each axis (x, y, z).RayTraceResult The hit result of a ray trace.Vector Represents a mutable vector.