Uses of Interface
net.minecraft.structure.pool.StructurePoolElementType
Packages that use StructurePoolElementType
-
Uses of StructurePoolElementType in net.minecraft.structure.pool
Fields in net.minecraft.structure.pool declared as StructurePoolElementTypeModifier and TypeFieldDescriptionStructurePoolElementType.EMPTY_POOL_ELEMENTStructurePoolElementType.FEATURE_POOL_ELEMENTStructurePoolElementType.LEGACY_SINGLE_POOL_ELEMENTStructurePoolElementType.LIST_POOL_ELEMENTStructurePoolElementType.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 Registry<StructurePoolElementType<?>>Registry.STRUCTURE_POOL_ELEMENTstatic RegistryKey<Registry<StructurePoolElementType<?>>>Registry.STRUCTURE_POOL_ELEMENT_KEY