Uses of Interface
net.minecraft.structure.StructureType
Packages that use StructureType
Package
Description
-
Uses of StructureType in net.minecraft.structure
Fields in net.minecraft.structure declared as StructureTypeModifier and TypeFieldDescriptionstatic final StructureType<BuriedTreasureFeature>
StructureType.BURIED_TREASURE
static final StructureType<DesertPyramidFeature>
StructureType.DESERT_PYRAMID
static final StructureType<EndCityFeature>
StructureType.END_CITY
static final StructureType<NetherFortressFeature>
StructureType.FORTRESS
static final StructureType<IglooFeature>
StructureType.IGLOO
static final StructureType<JigsawFeature>
StructureType.JIGSAW
static final StructureType<JungleTempleFeature>
StructureType.JUNGLE_TEMPLE
static final StructureType<MineshaftFeature>
StructureType.MINESHAFT
static final StructureType<NetherFossilFeature>
StructureType.NETHER_FOSSIL
static final StructureType<OceanMonumentFeature>
StructureType.OCEAN_MONUMENT
static final StructureType<OceanRuinFeature>
StructureType.OCEAN_RUIN
static final StructureType<RuinedPortalFeature>
StructureType.RUINED_PORTAL
static final StructureType<ShipwreckFeature>
StructureType.SHIPWRECK
static final StructureType<StrongholdFeature>
StructureType.STRONGHOLD
static final StructureType<SwampHutFeature>
StructureType.SWAMP_HUT
static final StructureType<WoodlandMansionFeature>
StructureType.WOODLAND_MANSION
Methods in net.minecraft.structure that return StructureType -
Uses of StructureType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type StructureTypeModifier 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.feature
Methods in net.minecraft.world.gen.feature that return StructureTypeModifier and TypeMethodDescriptionBuriedTreasureFeature.getType()
DesertPyramidFeature.getType()
EndCityFeature.getType()
IglooFeature.getType()
JigsawFeature.getType()
JungleTempleFeature.getType()
MineshaftFeature.getType()
NetherFortressFeature.getType()
NetherFossilFeature.getType()
OceanMonumentFeature.getType()
OceanRuinFeature.getType()
RuinedPortalFeature.getType()
ShipwreckFeature.getType()
StrongholdFeature.getType()
abstract StructureType<?>
StructureFeature.getType()
SwampHutFeature.getType()
WoodlandMansionFeature.getType()