UNPKG
typesforbukkit
Version:
latest (1.4.1)
1.4.1
1.4.0
1.3.0
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0
Types For Bukkit
typesforbukkit
/
1.16.5
/
org
/
bukkit
/
SandstoneType.ts
11 lines
(9 loc)
•
241 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
// 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 } }