typesforbukkit
Version:
Types For Bukkit
15 lines (13 loc) • 360 B
text/typescript
// API Link: https://tfb.neocities.org/1.16.5/org/bukkit/NetherWartsState
namespace org.bukkit {
export enum NetherWartsState {
/** @description Ready to harvest */
RIPE,
/** @description State when first seeded */
SEEDED,
/** @description First growth stage */
STAGE_ONE,
/** @description Second growth stage */
STAGE_TWO
}
}