public abstract class StructureProcessor extends Object
Constructor and Description |
---|
StructureProcessor() |
Modifier and Type | Method and Description |
---|---|
protected abstract StructureProcessorType<?> |
getType() |
abstract Structure.StructureBlockInfo |
process(WorldView worldView,
BlockPos pos,
BlockPos blockPos,
Structure.StructureBlockInfo structureBlockInfo,
Structure.StructureBlockInfo structureBlockInfo2,
StructurePlacementData structurePlacementData) |
@Nullable public abstract Structure.StructureBlockInfo process(WorldView worldView, BlockPos pos, BlockPos blockPos, Structure.StructureBlockInfo structureBlockInfo, Structure.StructureBlockInfo structureBlockInfo2, StructurePlacementData structurePlacementData)
protected abstract StructureProcessorType<?> getType()