Package io.papermc.paper.registry.keys
Class StructureTypeKeys
java.lang.Object
io.papermc.paper.registry.keys.StructureTypeKeys
Vanilla keys for
RegistryKey.STRUCTURE_TYPE
.- API Note:
- The fields provided here are a direct representation of what is available from the vanilla game source. They may be changed (including removals) on any Minecraft version bump, so cross-version compatibility is not provided on the same level as it is on most of the other API.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TypedKey
<StructureType> minecraft:buried_treasure
static final TypedKey
<StructureType> minecraft:desert_pyramid
static final TypedKey
<StructureType> minecraft:end_city
static final TypedKey
<StructureType> minecraft:fortress
static final TypedKey
<StructureType> minecraft:igloo
static final TypedKey
<StructureType> minecraft:jigsaw
static final TypedKey
<StructureType> minecraft:jungle_temple
static final TypedKey
<StructureType> minecraft:mineshaft
static final TypedKey
<StructureType> minecraft:nether_fossil
static final TypedKey
<StructureType> minecraft:ocean_monument
static final TypedKey
<StructureType> minecraft:ocean_ruin
static final TypedKey
<StructureType> minecraft:ruined_portal
static final TypedKey
<StructureType> minecraft:shipwreck
static final TypedKey
<StructureType> minecraft:stronghold
static final TypedKey
<StructureType> minecraft:swamp_hut
static final TypedKey
<StructureType> minecraft:woodland_mansion
-
Method Summary
-
Field Details
-
BURIED_TREASURE
minecraft:buried_treasure
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
DESERT_PYRAMID
minecraft:desert_pyramid
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
END_CITY
minecraft:end_city
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
FORTRESS
minecraft:fortress
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
IGLOO
minecraft:igloo
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
JIGSAW
minecraft:jigsaw
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
JUNGLE_TEMPLE
minecraft:jungle_temple
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
MINESHAFT
minecraft:mineshaft
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
NETHER_FOSSIL
minecraft:nether_fossil
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
OCEAN_MONUMENT
minecraft:ocean_monument
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
OCEAN_RUIN
minecraft:ocean_ruin
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
RUINED_PORTAL
minecraft:ruined_portal
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
SHIPWRECK
minecraft:shipwreck
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
STRONGHOLD
minecraft:stronghold
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
SWAMP_HUT
minecraft:swamp_hut
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
WOODLAND_MANSION
minecraft:woodland_mansion
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-