Uses of Interface
net.minecraft.structure.StructureType
Package
Description
-
Uses of StructureType in net.minecraft.structure
Modifier and TypeFieldDescriptionstatic final StructureType<BuriedTreasureStructure>
StructureType.BURIED_TREASURE
static final StructureType<DesertPyramidStructure>
StructureType.DESERT_PYRAMID
static final StructureType<EndCityStructure>
StructureType.END_CITY
static final StructureType<NetherFortressStructure>
StructureType.FORTRESS
static final StructureType<IglooStructure>
StructureType.IGLOO
static final StructureType<JigsawStructure>
StructureType.JIGSAW
static final StructureType<JungleTempleStructure>
StructureType.JUNGLE_TEMPLE
static final StructureType<MineshaftStructure>
StructureType.MINESHAFT
static final StructureType<NetherFossilStructure>
StructureType.NETHER_FOSSIL
static final StructureType<OceanMonumentStructure>
StructureType.OCEAN_MONUMENT
static final StructureType<OceanRuinStructure>
StructureType.OCEAN_RUIN
static final StructureType<RuinedPortalStructure>
StructureType.RUINED_PORTAL
static final StructureType<ShipwreckStructure>
StructureType.SHIPWRECK
static final StructureType<StrongholdStructure>
StructureType.STRONGHOLD
static final StructureType<SwampHutStructure>
StructureType.SWAMP_HUT
static final StructureType<WoodlandMansionStructure>
StructureType.WOODLAND_MANSION
-
Uses of StructureType in net.minecraft.util.registry
Modifier and TypeFieldDescriptionstatic final Registry<StructureType<?>>
Registry.STRUCTURE_TYPE
static final RegistryKey<Registry<StructureType<?>>>
Registry.STRUCTURE_TYPE_KEY
-
Uses of StructureType in net.minecraft.world.gen.structure
Modifier and TypeMethodDescriptionBuriedTreasureStructure.getType()
DesertPyramidStructure.getType()
EndCityStructure.getType()
IglooStructure.getType()
JigsawStructure.getType()
JungleTempleStructure.getType()
MineshaftStructure.getType()
NetherFortressStructure.getType()
NetherFossilStructure.getType()
OceanMonumentStructure.getType()
OceanRuinStructure.getType()
RuinedPortalStructure.getType()
ShipwreckStructure.getType()
StrongholdStructure.getType()
abstract StructureType<?>
StructureType.getType()
SwampHutStructure.getType()
WoodlandMansionStructure.getType()