Uses of Annotation Interface
org.bukkit.UndefinedNullability
Packages that use UndefinedNullability
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Events
relating to programmatic state
changes on the server.Classes involved in manipulating player inventories and item interactions.
The interfaces used when manipulating extra data can can be stored inside
item stacks
.Classes that represents various voxel types and states.
-
Uses of UndefinedNullability in org.bukkit
Methods in org.bukkit with annotations of type UndefinedNullabilityModifier and TypeMethodDescriptionLocation.getWorld()
Gets the world that this location resides inConstructor parameters in org.bukkit with annotations of type UndefinedNullability -
Uses of UndefinedNullability in org.bukkit.event.server
Method parameters in org.bukkit.event.server with annotations of type UndefinedNullabilityModifier and TypeMethodDescriptionvoid
ServerListPingEvent.setServerIcon
(CachedServerIcon icon) Sets the server-icon sent to the client. -
Uses of UndefinedNullability in org.bukkit.inventory
Methods in org.bukkit.inventory with annotations of type UndefinedNullabilityModifier and TypeMethodDescriptionEntityEquipment.getArmorContents()
Gets all worn armorEntityEquipment.getBoots()
Gets the boots currently being worn by the entityEntityEquipment.getChestplate()
Gets the chest plate currently being worn by the entityEntityEquipment.getHelmet()
Gets the helmet currently being worn by the entityItemFactory.getItemMeta
(@NotNull Material material) This creates a new item meta for the material.ItemStack.getItemMeta()
Get a copy of this ItemStack'sItemMeta
.EntityEquipment.getLeggings()
Gets the leggings currently being worn by the entity -
Uses of UndefinedNullability in org.bukkit.inventory.meta
Method parameters in org.bukkit.inventory.meta with annotations of type UndefinedNullability -
Uses of UndefinedNullability in org.bukkit.material
Method parameters in org.bukkit.material with annotations of type UndefinedNullability