public static class StructureGelMod.Processors
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static net.minecraft.world.gen.feature.template.IStructureProcessorType |
REMOVE_FILLER |
static net.minecraft.world.gen.feature.template.IStructureProcessorType |
REPLACE_BLOCK |
static net.minecraft.world.gen.feature.template.IStructureProcessorType |
REPLACE_STATE |
static net.minecraft.world.gen.feature.template.IStructureProcessorType |
REPLACE_TAG |
Constructor and Description |
---|
Processors() |
Modifier and Type | Method and Description |
---|---|
static void |
onRegistry(net.minecraftforge.event.RegistryEvent.Register<net.minecraft.world.gen.feature.Feature<?>> event) |
public static net.minecraft.world.gen.feature.template.IStructureProcessorType REMOVE_FILLER
public static net.minecraft.world.gen.feature.template.IStructureProcessorType REPLACE_BLOCK
public static net.minecraft.world.gen.feature.template.IStructureProcessorType REPLACE_TAG
public static net.minecraft.world.gen.feature.template.IStructureProcessorType REPLACE_STATE