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
Deprecated, for removal: This API element is subject to removal in a future version. -
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()
Deprecated, for removal: This API element is subject to removal in a future version.this API is unsupported and will be replaced, its usage may result in data loss related to place/destroy predicates.ItemMeta.getPlaceableKeys()
Deprecated, for removal: This API element is subject to removal in a future version.this API is unsupported and will be replaced, its usage may result in data loss related to place/destroy predicates.Modifier and TypeMethodDescriptionvoid
ItemMeta.setDestroyableKeys
(@NotNull Collection<Namespaced> canDestroy) Deprecated, for removal: This API element is subject to removal in a future version.this API is unsupported and will be replaced, its usage may result in data loss related to place/destroy predicates.void
ItemMeta.setPlaceableKeys
(@NotNull Collection<Namespaced> canPlaceOn) Deprecated, for removal: This API element is subject to removal in a future version.this API is unsupported and will be replaced, its usage may result in data loss related to place/destroy predicates.