Class DetectionResult
java.lang.Object
org.cyclops.cyclopscore.block.multi.DetectionResult
Multiblock detection result.
The `error` field is only available when the size is null, so if the structure was invalid.
-
Constructor Summary
ConstructorDescriptionDetectionResult
(String error) DetectionResult
(net.minecraft.core.Vec3i size) DetectionResult
(net.minecraft.network.chat.Component error) -
Method Summary
-
Constructor Details
-
DetectionResult
public DetectionResult(net.minecraft.core.Vec3i size) -
DetectionResult
public DetectionResult(net.minecraft.network.chat.Component error) -
DetectionResult
-