Uses of Interface
org.bukkit.registry.RegistryAware
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.
Classes concerning damage types and sources applicable to living entities.
Classes relating to the specialized enhancements to
item stacks
, as part of the meta data
.Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.Classes concerning an entity's persistent memory.
Classes to facilitate world
Structure
generation.Classes involved in manipulating player inventories and item interactions.
Armor trim meta types.
Classes to facilitate plugin handling of
map
displays.Classes to represent various
potion
properties and manipulation.-
Uses of RegistryAware in org.bukkit
Modifier and TypeInterfaceDescriptioninterface
Represents the art on a painting.interface
Represents a fluid type.interface
Represents a song which may play in a Jukebox.interface
An interface of Sounds the server is able to send to players.Modifier and TypeClassDescriptionclass
Represents a generic Mojang game event.enum
An enum of all material IDs accepted by the official server and clientclass
enum
-
Uses of RegistryAware in org.bukkit.attribute
Modifier and TypeInterfaceDescriptioninterface
Types of attributes which may be present on anAttributable
. -
Uses of RegistryAware in org.bukkit.block
Modifier and TypeInterfaceDescriptioninterface
Holds all accepted Biomes in the server.interface
While this API is in a public interface, it is not intended for use by plugins until further notice.static interface
BlockType.Typed<B extends BlockData>
Typed represents a subtype ofBlockType
s that have a known block data type at compile time. -
Uses of RegistryAware in org.bukkit.block.banner
-
Uses of RegistryAware in org.bukkit.damage
Modifier and TypeInterfaceDescriptioninterface
Represent a type of damage that an entity can receive. -
Uses of RegistryAware in org.bukkit.enchantments
Modifier and TypeClassDescriptionclass
The various type of enchantments that may be added to armour or weaponsclass
Deprecated.only for backwards compatibility, EnchantmentWrapper is no longer used. -
Uses of RegistryAware 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.static interface
Represents the variant of a wolf. -
Uses of RegistryAware in org.bukkit.entity.memory
Modifier and TypeClassDescriptionfinal class
MemoryKey<T>
Represents a key used for accessing memory values of aLivingEntity
. -
Uses of RegistryAware in org.bukkit.generator.structure
Modifier and TypeClassDescriptionclass
Represent a Structure from the world.class
Represent a StructureType of aStructure
. -
Uses of RegistryAware in org.bukkit.inventory
Modifier and TypeInterfaceDescriptioninterface
While this API is in a public interface, it is not intended for use by plugins until further notice.static interface
ItemType.Typed<M extends ItemMeta>
Typed represents a subtype ofItemType
s that have a known item meta type at compile time.interface
Represents different kinds of views, also known as menus, which can be created and viewed by the player.static interface
MenuType.Typed<V extends InventoryView,
B extends InventoryViewBuilder<V>> Typed represents a subtype ofMenuType
s that have a knownInventoryView
type at compile time. -
Uses of RegistryAware in org.bukkit.inventory.meta.trim
-
Uses of RegistryAware in org.bukkit.map
Modifier and TypeInterfaceDescriptionstatic interface
Represents the standard types of map cursors. -
Uses of RegistryAware in org.bukkit.potion
Modifier and TypeClassDescriptionclass
Represents a type of potion and its effect on an entity.class
Deprecated.only for backwards compatibility, PotionEffectTypeWrapper is no longer used.enum
This enum reflects and matches each potion state that can be obtained from the Creative mode inventory