package ley.modding.dartcraft.api; public interface IOwnedTile { String getOwner(); int getAccessLevel(); }