UNPKG

typesforbukkit

Version:

Types For Bukkit

20 lines (18 loc) 678 B
// API Link: https://tfb.neocities.org/1.16.5/org/bukkit/TreeSpecies namespace org.bukkit { /** @description Represents the different species of trees regardless of size */ export enum TreeSpecies { /** @description Represents acacia trees */ ACACIA, /** @description Represents birches */ BIRCH, /** @description Represents dark oak trees */ DARK_OAK, /** @description Represents the common tree species */ GENERIC, /** @description Represents jungle trees */ JUNGLE, /** @description Represents the darker barked/leaved tree species */ REDWOOD } }