package game.world; public interface IBlockAccess { State getState(BlockPos pos); }