Class BlockIgnoreStructureProcessor
java.lang.Object
net.minecraft.world.gen.feature.template.StructureProcessor
net.minecraft.world.gen.feature.template.BlockIgnoreStructureProcessor
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BlockIgnoreStructureProcessor
static final com.mojang.serialization.Codec<BlockIgnoreStructureProcessor>
static final BlockIgnoreStructureProcessor
static final BlockIgnoreStructureProcessor
private final com.google.common.collect.ImmutableList<Block>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected IStructureProcessorType<?>
getType()
processBlock
(IWorldReader p_230386_1_, BlockPos p_230386_2_, BlockPos p_230386_3_, Template.BlockInfo p_230386_4_, Template.BlockInfo p_230386_5_, PlacementSettings p_230386_6_) Methods inherited from class net.minecraft.world.gen.feature.template.StructureProcessor
process, processEntity
-
Field Details
-
CODEC
-
STRUCTURE_BLOCK
-
AIR
-
STRUCTURE_AND_AIR
-
toIgnore
-
-
Constructor Details
-
BlockIgnoreStructureProcessor
-
-
Method Details
-
processBlock
@Nullable public Template.BlockInfo processBlock(IWorldReader p_230386_1_, BlockPos p_230386_2_, BlockPos p_230386_3_, Template.BlockInfo p_230386_4_, Template.BlockInfo p_230386_5_, PlacementSettings p_230386_6_) - Overrides:
processBlock
in classStructureProcessor
-
getType
- Specified by:
getType
in classStructureProcessor
-