Uses of Interface
com.destroystokyo.paper.Namespaced
Packages that use 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
Classes in com.destroystokyo.paper that implement NamespacedModifier and TypeClassDescriptionfinal class
Represents a String based key pertaining to a tagged entry. -
Uses of Namespaced in org.bukkit
Classes in org.bukkit that implement NamespacedModifier 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
Methods in org.bukkit.inventory.meta that return types with arguments of type NamespacedModifier 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
Method parameters in org.bukkit.inventory.meta with type arguments of type NamespacedModifier 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