Class DetectionResult

java.lang.Object
org.cyclops.cyclopscore.block.multi.DetectionResult

public class DetectionResult extends Object
Multiblock detection result. The `error` field is only available when the size is null, so if the structure was invalid.
  • Constructor Details

    • DetectionResult

      public DetectionResult(net.minecraft.core.Vec3i size)
    • DetectionResult

      public DetectionResult(net.minecraft.network.chat.Component error)
    • DetectionResult

      public DetectionResult(String error)