Class ProtectedBlockProcessor
java.lang.Object
net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessor
net.minecraft.world.level.levelgen.structure.templatesystem.ProtectedBlockProcessor
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ProtectedBlockProcessor> - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected StructureProcessorType<?>getType()processBlock(LevelReader p_163755_, BlockPos p_163756_, BlockPos p_163757_, StructureTemplate.StructureBlockInfo p_163758_, StructureTemplate.StructureBlockInfo p_163759_, StructurePlaceSettings p_163760_) Methods inherited from class net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessor
finalizeProcessing, process, processEntity 
- 
Field Details
- 
cannotReplace
 - 
CODEC
 
 - 
 - 
Constructor Details
- 
ProtectedBlockProcessor
 
 - 
 - 
Method Details
- 
processBlock
@Nullable public StructureTemplate.StructureBlockInfo processBlock(LevelReader p_163755_, BlockPos p_163756_, BlockPos p_163757_, StructureTemplate.StructureBlockInfo p_163758_, StructureTemplate.StructureBlockInfo p_163759_, StructurePlaceSettings p_163760_) - Overrides:
 processBlockin classStructureProcessor
 - 
getType
- Specified by:
 getTypein classStructureProcessor
 
 -