// 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
	}
}