UNPKG

typesforbukkit

Version:

Types For Bukkit

10 lines (8 loc) 201 B
// API Link: https://tfb.neocities.org/1.16.5/org/bukkit/CoalType namespace org.bukkit { /** @description Represents the two types of coal */ export enum CoalType { CHARCOAL, COAL } }