Uses of Interface
com.destroystokyo.paper.Namespaced
Package
Description
The root package of the Bukkit API, contains generalized API classes.
The interfaces used when manipulating extra data can can be stored inside
item stacks
.-
Uses of Namespaced in com.destroystokyo.paper
Modifier and TypeClassDescriptionfinal class
Represents a String based key pertaining to a tagged entry. -
Uses of Namespaced in org.bukkit
Modifier and TypeClassDescriptionfinal class
Represents a String based key which consists of two components - a namespace and a key. -
Uses of Namespaced in org.bukkit.inventory.meta
Modifier and TypeMethodDescriptionItemMeta.getDestroyableKeys()
Gets the collection of namespaced keys that the item can destroy inGameMode.ADVENTURE
ItemMeta.getPlaceableKeys()
Gets the collection of namespaced keys that the item can be placed on inGameMode.ADVENTURE
Modifier and TypeMethodDescriptionvoid
ItemMeta.setDestroyableKeys
(@NotNull Collection<Namespaced> canDestroy) Sets the collection of namespaced keys that the item can destroy inGameMode.ADVENTURE
void
ItemMeta.setPlaceableKeys
(@NotNull Collection<Namespaced> canPlaceOn) Sets the set of namespaced keys that the item can be placed on inGameMode.ADVENTURE