public interface IMultiblockController
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<IMultiblockComponent> |
getComponents() |
java.lang.String |
getLastValidationError() |
net.minecraft.util.math.BlockPos |
getLastValidationErrorPosition() |
boolean |
isAssembled() |
void |
reassemble()
Call to force the controller to check the multiblock's validity.
|
boolean isAssembled()
void reassemble()
@Nullable java.lang.String getLastValidationError()
@Nullable net.minecraft.util.math.BlockPos getLastValidationErrorPosition()
java.util.Collection<IMultiblockComponent> getComponents()