Uses of Class
org.bukkit.generator.structure.StructureType
Packages that use StructureType
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes to facilitate world
Structure
generation.-
Uses of StructureType in io.papermc.paper.registry
Fields in io.papermc.paper.registry with type parameters of type StructureTypeModifier and TypeFieldDescriptionstatic final RegistryKey<StructureType> RegistryKey.STRUCTURE_TYPEBuilt-in registry for structure types. -
Uses of StructureType in io.papermc.paper.registry.keys
Fields in io.papermc.paper.registry.keys with type parameters of type StructureTypeModifier and TypeFieldDescriptionstatic final TypedKey<StructureType> StructureTypeKeys.BURIED_TREASUREminecraft:buried_treasurestatic final TypedKey<StructureType> StructureTypeKeys.DESERT_PYRAMIDminecraft:desert_pyramidstatic final TypedKey<StructureType> StructureTypeKeys.END_CITYminecraft:end_citystatic final TypedKey<StructureType> StructureTypeKeys.FORTRESSminecraft:fortressstatic final TypedKey<StructureType> StructureTypeKeys.IGLOOminecraft:igloostatic final TypedKey<StructureType> StructureTypeKeys.JIGSAWminecraft:jigsawstatic final TypedKey<StructureType> StructureTypeKeys.JUNGLE_TEMPLEminecraft:jungle_templestatic final TypedKey<StructureType> StructureTypeKeys.MINESHAFTminecraft:mineshaftstatic final TypedKey<StructureType> StructureTypeKeys.NETHER_FOSSILminecraft:nether_fossilstatic final TypedKey<StructureType> StructureTypeKeys.OCEAN_MONUMENTminecraft:ocean_monumentstatic final TypedKey<StructureType> StructureTypeKeys.OCEAN_RUINminecraft:ocean_ruinstatic final TypedKey<StructureType> StructureTypeKeys.RUINED_PORTALminecraft:ruined_portalstatic final TypedKey<StructureType> StructureTypeKeys.SHIPWRECKminecraft:shipwreckstatic final TypedKey<StructureType> StructureTypeKeys.STRONGHOLDminecraft:strongholdstatic final TypedKey<StructureType> StructureTypeKeys.SWAMP_HUTminecraft:swamp_hutstatic final TypedKey<StructureType> StructureTypeKeys.WOODLAND_MANSIONminecraft:woodland_mansion -
Uses of StructureType in org.bukkit
Fields in org.bukkit with type parameters of type StructureTypeModifier and TypeFieldDescriptionstatic final Registry<StructureType> Registry.STRUCTURE_TYPEServer structure types.Methods in org.bukkit with parameters of type StructureTypeModifier and TypeMethodDescriptionBukkit.createExplorerMap(@NotNull World world, @NotNull Location location, StructureType structureType, MapCursor.Type mapIcon) Create a new explorer map targeting the closest nearby structure of a givenStructureType.Bukkit.createExplorerMap(@NotNull World world, @NotNull Location location, StructureType structureType, MapCursor.Type mapIcon, int radius, boolean findUnexplored) Create a new explorer map targeting the closest nearby structure of a givenStructureType.Server.createExplorerMap(@NotNull World world, @NotNull Location location, StructureType structureType, MapCursor.Type mapIcon) Create a new explorer map targeting the closest nearby structure of a givenStructureType.Server.createExplorerMap(@NotNull World world, @NotNull Location location, StructureType structureType, MapCursor.Type mapIcon, int radius, boolean findUnexplored) Create a new explorer map targeting the closest nearby structure of a givenStructureType.World.locateNearestStructure(@NotNull Location origin, @NotNull StructureType structureType, int radius, boolean findUnexplored) Find the closest nearby structure of a givenStructureType. -
Uses of StructureType in org.bukkit.generator.structure
Fields in org.bukkit.generator.structure declared as StructureTypeModifier and TypeFieldDescriptionstatic final StructureTypeStructureType.BURIED_TREASUREstatic final StructureTypeStructureType.DESERT_PYRAMIDstatic final StructureTypeStructureType.END_CITYstatic final StructureTypeStructureType.FORTRESSstatic final StructureTypeStructureType.IGLOOstatic final StructureTypeStructureType.JIGSAWstatic final StructureTypeStructureType.JUNGLE_TEMPLEstatic final StructureTypeStructureType.MINESHAFTstatic final StructureTypeStructureType.NETHER_FOSSILstatic final StructureTypeStructureType.OCEAN_MONUMENTstatic final StructureTypeStructureType.OCEAN_RUINstatic final StructureTypeStructureType.RUINED_PORTALstatic final StructureTypeStructureType.SHIPWRECKstatic final StructureTypeStructureType.STRONGHOLDstatic final StructureTypeStructureType.SWAMP_HUTstatic final StructureTypeStructureType.WOODLAND_MANSIONMethods in org.bukkit.generator.structure that return StructureTypeModifier and TypeMethodDescriptionabstract @NotNull StructureTypeStructure.getStructureType()Returns the type of the structure.