UNPKG

typesforbukkit

Version:

Types For Bukkit

8 lines (7 loc) 261 B
// 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; } }