blob: fd2a8c72b4e4f7627c140361e9f4943e20dc0a60 [file] [log] [blame] [raw]
package tmechworks.lib.blocks;
public interface IDrawbridgeLogicBase {
public boolean hasExtended();
public byte getPlacementDirection();
}