public interface StructurePoolElementType<P extends StructurePoolElement>
Modifier and Type | Field and Description |
---|---|
static StructurePoolElementType<EmptyPoolElement> |
EMPTY_POOL_ELEMENT |
static StructurePoolElementType<FeaturePoolElement> |
FEATURE_POOL_ELEMENT |
static StructurePoolElementType<LegacySinglePoolElement> |
LEGACY_SINGLE_POOL_ELEMENT |
static StructurePoolElementType<ListPoolElement> |
LIST_POOL_ELEMENT |
static StructurePoolElementType<SinglePoolElement> |
SINGLE_POOL_ELEMENT |
Modifier and Type | Method and Description |
---|---|
com.mojang.serialization.Codec<P> |
codec() |
static <P extends StructurePoolElement> |
method_28885(String string,
com.mojang.serialization.Codec<P> codec) |
static final StructurePoolElementType<SinglePoolElement> SINGLE_POOL_ELEMENT
static final StructurePoolElementType<ListPoolElement> LIST_POOL_ELEMENT
static final StructurePoolElementType<FeaturePoolElement> FEATURE_POOL_ELEMENT
static final StructurePoolElementType<EmptyPoolElement> EMPTY_POOL_ELEMENT
static final StructurePoolElementType<LegacySinglePoolElement> LEGACY_SINGLE_POOL_ELEMENT
com.mojang.serialization.Codec<P> codec()
static <P extends StructurePoolElement> StructurePoolElementType<P> method_28885(String string, com.mojang.serialization.Codec<P> codec)