mirror of
https://github.com/XevianLight/Aphelion.git
synced 2026-05-11 01:50:56 +01:00
Basic framework for vacuum arc furnace multiblock. Moved multiblock methods to MultiblockHelper.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package net.xevianlight.aphelion.util;
|
||||
|
||||
import net.minecraft.core.BlockPos;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
public interface IMultiblockController {
|
||||
boolean isFormed();
|
||||
void setFormed(boolean formed);
|
||||
}
|
||||
Reference in New Issue
Block a user