Uses of Interface
net.minecraft.structure.pool.StructurePoolElementType
| Package | Description |
|---|---|
| net.minecraft.structure.pool | |
| net.minecraft.util.registry |
-
Uses of StructurePoolElementType in net.minecraft.structure.pool
Fields in net.minecraft.structure.pool declared as StructurePoolElementType Modifier and Type Field Description static StructurePoolElementType<EmptyPoolElement>StructurePoolElementType. EMPTY_POOL_ELEMENTstatic StructurePoolElementType<FeaturePoolElement>StructurePoolElementType. FEATURE_POOL_ELEMENTstatic StructurePoolElementType<LegacySinglePoolElement>StructurePoolElementType. LEGACY_SINGLE_POOL_ELEMENTstatic StructurePoolElementType<ListPoolElement>StructurePoolElementType. LIST_POOL_ELEMENTstatic StructurePoolElementType<SinglePoolElement>StructurePoolElementType. SINGLE_POOL_ELEMENTMethods in net.minecraft.structure.pool that return StructurePoolElementType Modifier and Type Method Description StructurePoolElementType<?>EmptyPoolElement. getType()StructurePoolElementType<?>FeaturePoolElement. getType()StructurePoolElementType<?>LegacySinglePoolElement. getType()StructurePoolElementType<?>ListPoolElement. getType()StructurePoolElementType<?>SinglePoolElement. getType()abstract StructurePoolElementType<?>StructurePoolElement. getType()static <P extends StructurePoolElement>
StructurePoolElementType<P>StructurePoolElementType. register(String id, com.mojang.serialization.Codec<P> codec) -
Uses of StructurePoolElementType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type StructurePoolElementType Modifier and Type Field Description static Registry<StructurePoolElementType<?>>Registry. STRUCTURE_POOL_ELEMENTstatic RegistryKey<Registry<StructurePoolElementType<?>>>Registry. STRUCTURE_POOL_ELEMENT_KEY