Uses of Interface
net.minecraft.structure.pool.StructurePoolElementType
Packages that use StructurePoolElementType
Package
Description
The base package for all Minecraft classes.
Contains the registry, used to register various in-game components, and related classes.
-
Uses of StructurePoolElementType in net.minecraft
Fields in net.minecraft with type parameters of type StructurePoolElementTypeModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<StructurePoolElementType<?>>>class_7924.STRUCTURE_POOL_ELEMENT_WORLDGEN -
Uses of StructurePoolElementType in net.minecraft.structure.pool
Fields in net.minecraft.structure.pool declared as StructurePoolElementTypeModifier and TypeFieldDescriptionstatic final StructurePoolElementType<EmptyPoolElement>StructurePoolElementType.EMPTY_POOL_ELEMENTstatic final StructurePoolElementType<FeaturePoolElement>StructurePoolElementType.FEATURE_POOL_ELEMENTstatic final StructurePoolElementType<LegacySinglePoolElement>StructurePoolElementType.LEGACY_SINGLE_POOL_ELEMENTstatic final StructurePoolElementType<ListPoolElement>StructurePoolElementType.LIST_POOL_ELEMENTstatic final StructurePoolElementType<SinglePoolElement>StructurePoolElementType.SINGLE_POOL_ELEMENTMethods in net.minecraft.structure.pool that return StructurePoolElementTypeModifier and TypeMethodDescriptionEmptyPoolElement.getType()FeaturePoolElement.getType()LegacySinglePoolElement.getType()ListPoolElement.getType()SinglePoolElement.getType()abstract StructurePoolElementType<?>StructurePoolElement.getType()static <P extends StructurePoolElement>
StructurePoolElementType<P> -
Uses of StructurePoolElementType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type StructurePoolElementTypeModifier and TypeFieldDescriptionstatic final Registry<StructurePoolElementType<?>>Registries.STRUCTURE_POOL_ELEMENT