UNPKG

typesforbukkit

Version:

Types For Bukkit

11 lines (9 loc) 241 B
// API Link: https://tfb.neocities.org/1.16.5/org/bukkit/SandstoneType namespace org.bukkit { /** @description Represents the three different types of Sandstone */ export enum SandstoneType { CRACKED, GLYPHED, SMOOTH } }