Package org.bukkit

Class StructureType

java.lang.Object
org.bukkit.StructureType
All Implemented Interfaces:
Keyed

@Deprecated(since="1.19") public final class StructureType extends Object implements Keyed
Deprecated.
This class does not represent the structures of a world well. Use Structure or StructureType instead.
This class handles the creation and storage of all structure types for Bukkit. Structure Types are the different kinds of structures that can be generated during world/chunk generation. These include Villages, Mineshafts, Mansions, etc.
The registration of new StructureTypes is case-sensitive.