public interface StructureProcessorType extends DynamicDeserializer<StructureProcessor>
| Modifier and Type | Field and Description |
|---|---|
static StructureProcessorType |
BLACKSTONE_REPLACE |
static StructureProcessorType |
BLOCK_AGE |
static StructureProcessorType |
BLOCK_IGNORE |
static StructureProcessorType |
BLOCK_ROT |
static StructureProcessorType |
GRAVITY |
static StructureProcessorType |
JIGSAW_REPLACEMENT |
static StructureProcessorType |
NOP |
static StructureProcessorType |
RULE |
LOGGER| Modifier and Type | Method and Description |
|---|---|
static StructureProcessorType |
register(String id,
StructureProcessorType processor) |
deserialize, deserializestatic final StructureProcessorType BLOCK_IGNORE
static final StructureProcessorType BLOCK_ROT
static final StructureProcessorType GRAVITY
static final StructureProcessorType JIGSAW_REPLACEMENT
static final StructureProcessorType RULE
static final StructureProcessorType NOP
static final StructureProcessorType BLOCK_AGE
static final StructureProcessorType BLACKSTONE_REPLACE
static StructureProcessorType register(String id, StructureProcessorType processor)