Class BlockIgnoreProcessor
java.lang.Object
net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessor
net.minecraft.world.level.levelgen.structure.templatesystem.BlockIgnoreProcessor
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BlockIgnoreProcessor
static final com.mojang.serialization.Codec<BlockIgnoreProcessor>
static final BlockIgnoreProcessor
static final BlockIgnoreProcessor
private final com.google.common.collect.ImmutableList<Block>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected StructureProcessorType<?>
getType()
processBlock
(LevelReader p_74055_, BlockPos p_74056_, BlockPos p_74057_, StructureTemplate.StructureBlockInfo p_74058_, StructureTemplate.StructureBlockInfo p_74059_, StructurePlaceSettings p_74060_) Methods inherited from class net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessor
finalizeProcessing, process, processEntity
-
Field Details
-
CODEC
-
STRUCTURE_BLOCK
-
AIR
-
STRUCTURE_AND_AIR
-
toIgnore
-
-
Constructor Details
-
BlockIgnoreProcessor
-
-
Method Details
-
processBlock
@Nullable public StructureTemplate.StructureBlockInfo processBlock(LevelReader p_74055_, BlockPos p_74056_, BlockPos p_74057_, StructureTemplate.StructureBlockInfo p_74058_, StructureTemplate.StructureBlockInfo p_74059_, StructurePlaceSettings p_74060_) - Overrides:
processBlock
in classStructureProcessor
-
getType
- Specified by:
getType
in classStructureProcessor
-