Uses of Interface
net.minecraft.structure.pool.StructurePoolElementType
Packages that use StructurePoolElementType
-
Uses of StructurePoolElementType in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type StructurePoolElementTypeModifier and TypeFieldDescriptionstatic final Registry<StructurePoolElementType<?>> Registries.STRUCTURE_POOL_ELEMENTstatic final RegistryKey<Registry<StructurePoolElementType<?>>> RegistryKeys.STRUCTURE_POOL_ELEMENT -
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>