Class StructureFoundationProcessor

java.lang.Object
net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessor
com.hbm_m.worldgen.StructureFoundationProcessor

public class StructureFoundationProcessor extends net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessor
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.mojang.serialization.Codec<StructureFoundationProcessor>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessorType<?>
     
    net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate.StructureBlockInfo
    processBlock(net.minecraft.world.level.LevelAccessor level, net.minecraft.core.BlockPos pos1, net.minecraft.core.BlockPos pos2, net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate.StructureBlockInfo info1, net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate.StructureBlockInfo info2, net.minecraft.world.level.levelgen.structure.templatesystem.StructurePlaceSettings settings)
     

    Methods inherited from class net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessor

    finalizeProcessing, process, processBlock, processEntity

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • StructureFoundationProcessor

      public StructureFoundationProcessor()
  • Method Details

    • getType

      protected net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessorType<?> getType()
      Specified by:
      getType in class net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessor
    • processBlock

      public net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate.StructureBlockInfo processBlock(net.minecraft.world.level.LevelAccessor level, net.minecraft.core.BlockPos pos1, net.minecraft.core.BlockPos pos2, net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate.StructureBlockInfo info1, net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate.StructureBlockInfo info2, net.minecraft.world.level.levelgen.structure.templatesystem.StructurePlaceSettings settings)