Uses of Interface
org.bukkit.util.OldEnum
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes relevant to attributes.
Classes used to manipulate the voxels in a
world
,
including special states.Classes relevant to banner blocks.
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.Classes to facilitate plugin handling of
map
displays.Multi and single purpose classes to facilitate various programmatic
concepts.
-
Uses of OldEnum in org.bukkit
-
Uses of OldEnum in org.bukkit.attribute
Modifier and TypeInterfaceDescriptioninterface
Types of attributes which may be present on anAttributable
. -
Uses of OldEnum in org.bukkit.block
-
Uses of OldEnum in org.bukkit.block.banner
-
Uses of OldEnum in org.bukkit.entity
Modifier and TypeInterfaceDescriptionstatic interface
Represents the various different cat types there are.static interface
Represents the variant of a frog - ie its color.static interface
Represents the various different Villager professions there may be.static interface
Represents Villager type, usually corresponding to what biome they spawn in. -
Uses of OldEnum in org.bukkit.map
Modifier and TypeInterfaceDescriptionstatic interface
Represents the standard types of map cursors. -
Uses of OldEnum in org.bukkit.util