Package | Description |
---|---|
net.minecraft.util.registry | |
net.minecraft.world.gen.feature.template |
Modifier and Type | Field and Description |
---|---|
static Registry<IStructureProcessorType> |
Registry.STRUCTURE_PROCESSOR |
Modifier and Type | Field and Description |
---|---|
static IStructureProcessorType |
IStructureProcessorType.BLOCK_IGNORE |
static IStructureProcessorType |
IStructureProcessorType.BLOCK_ROT |
static IStructureProcessorType |
IStructureProcessorType.GRAVITY |
static IStructureProcessorType |
IStructureProcessorType.JIGSAW_REPLACEMENT |
static IStructureProcessorType |
IStructureProcessorType.NOP |
static IStructureProcessorType |
IStructureProcessorType.RULE |
Modifier and Type | Method and Description |
---|---|
protected IStructureProcessorType |
BlockIgnoreStructureProcessor.getType() |
protected IStructureProcessorType |
NopProcessor.getType() |
protected IStructureProcessorType |
JigsawReplacementStructureProcessor.getType() |
protected IStructureProcessorType |
RuleStructureProcessor.getType() |
protected IStructureProcessorType |
IntegrityProcessor.getType() |
protected abstract IStructureProcessorType |
StructureProcessor.getType() |
protected IStructureProcessorType |
GravityStructureProcessor.getType() |
static IStructureProcessorType |
IStructureProcessorType.register(java.lang.String key,
IStructureProcessorType type) |
Modifier and Type | Method and Description |
---|---|
static IStructureProcessorType |
IStructureProcessorType.register(java.lang.String key,
IStructureProcessorType type) |