Skip to content

Instantly share code, notes, and snippets.

@StillManic
Created May 23, 2015 00:51
Show Gist options
  • Save StillManic/1ca20f8b530367c7ed7a to your computer and use it in GitHub Desktop.
Save StillManic/1ca20f8b530367c7ed7a to your computer and use it in GitHub Desktop.
IMultiBlockStructure
public interface IMultiBlockStructure {
public boolean isStructureFormed(int id, TileEntity tileEntity);
public boolean checkStructure(int id, World world, int x, int y, int z, ForgeDirection direction, MultiBlockStructure structure);
public void registerStructure();
public MultiBlockStructure getStructure(int id);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment