public static class StructureGelMod.Processors
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static net.minecraft.world.gen.feature.template.IStructureProcessorType<RemoveGelStructureProcessor> |
REMOVE_FILLER |
static net.minecraft.world.gen.feature.template.IStructureProcessorType<RandomBlockSwapProcessor> |
REPLACE_BLOCK |
static net.minecraft.world.gen.feature.template.IStructureProcessorType<RandomStateSwapProcessor> |
REPLACE_STATE |
static net.minecraft.world.gen.feature.template.IStructureProcessorType<RandomTagSwapProcessor> |
REPLACE_TAG |
Constructor and Description |
---|
Processors() |
public static net.minecraft.world.gen.feature.template.IStructureProcessorType<RemoveGelStructureProcessor> REMOVE_FILLER
public static net.minecraft.world.gen.feature.template.IStructureProcessorType<RandomBlockSwapProcessor> REPLACE_BLOCK
public static net.minecraft.world.gen.feature.template.IStructureProcessorType<RandomTagSwapProcessor> REPLACE_TAG
public static net.minecraft.world.gen.feature.template.IStructureProcessorType<RandomStateSwapProcessor> REPLACE_STATE