Uses of Class
org.bukkit.UndefinedNullability
Package | Description |
---|---|
org.bukkit.event.server |
Events relating to programmatic state
changes on the server. |
org.bukkit.inventory.meta |
The interfaces used when manipulating extra data can can be stored inside
item stacks . |
org.bukkit.material |
Classes that represents various voxel types and states.
|
-
Uses of UndefinedNullability in org.bukkit.event.server
Method parameters in org.bukkit.event.server with annotations of type UndefinedNullability Modifier and Type Method Description void
ServerListPingEvent. setServerIcon(CachedServerIcon icon)
Sets the server-icon sent to the client. -
Uses of UndefinedNullability in org.bukkit.inventory.meta
Method parameters in org.bukkit.inventory.meta with annotations of type UndefinedNullability Modifier and Type Method Description void
MapMeta. setMapView(MapView map)
Sets the associated map. -
Uses of UndefinedNullability in org.bukkit.material
Method parameters in org.bukkit.material with annotations of type UndefinedNullability Modifier and Type Method Description void
Colorable. setColor(DyeColor color)
Sets the color of this object to the specified DyeColor.