public interface StructurePoolElementType extends DynamicDeserializer<StructurePoolElement>
Modifier and Type | Field and Description |
---|---|
static StructurePoolElementType |
EMPTY_POOL_ELEMENT |
static StructurePoolElementType |
FEATURE_POOL_ELEMENT |
static StructurePoolElementType |
LEGACY_SINGLE_POOL_ELEMENT |
static StructurePoolElementType |
LIST_POOL_ELEMENT |
static StructurePoolElementType |
SINGLE_POOL_ELEMENT |
LOGGER
Modifier and Type | Method and Description |
---|---|
static StructurePoolElementType |
register(String string,
StructurePoolElementType structurePoolElementType) |
deserialize, deserialize
static final StructurePoolElementType SINGLE_POOL_ELEMENT
static final StructurePoolElementType LIST_POOL_ELEMENT
static final StructurePoolElementType FEATURE_POOL_ELEMENT
static final StructurePoolElementType EMPTY_POOL_ELEMENT
static final StructurePoolElementType LEGACY_SINGLE_POOL_ELEMENT
static StructurePoolElementType register(String string, StructurePoolElementType structurePoolElementType)