UNPKG
typesforbukkit
Version:
latest (1.4.1)
1.4.1
1.4.0
1.3.0
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0
Types For Bukkit
typesforbukkit
/
1.16.5
/
org
/
bukkit
/
Keyed.ts
8 lines
(7 loc)
•
261 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
// API Link: https://tfb.neocities.org/1.16.5/org/bukkit/Keyed
namespace
org
.
bukkit
{
/**
@description
Represents an object which has a NamespacedKey attached to it */
export
interface
Keyed
{
getKey
() : org.
bukkit
.
NamespacedKey
; } }