Uses of Annotation Interface
org.bukkit.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
Modifier and TypeMethodDescriptionGets a tag which has already been defined within the server.Gets a tag which has already been defined within the server.Location.getWorld()
Gets the world that this location resides in -
Uses of UndefinedNullability in org.bukkit.event.server
Modifier and TypeMethodDescriptionvoid
ServerListPingEvent.setServerIcon(CachedServerIcon icon)
Sets the server-icon sent to the client. -
Uses of UndefinedNullability in org.bukkit.inventory
Modifier and TypeMethodDescriptionItemFactory.getItemMeta(@NotNull Material material)
This creates a new item meta for the material.ItemStack.getItemMeta()
Get a copy of this ItemStack'sItemMeta
. -
Uses of UndefinedNullability in org.bukkit.inventory.meta
-
Uses of UndefinedNullability in org.bukkit.material