v1.4: Removed ProtocolLib dependency, untested #9

Merged
stijnb1234 merged 13 commits from feature/removeprotocollib into development 2022-09-27 21:10:18 +02:00
Showing only changes of commit 3ca43b4487 - Show all commits

View file

@ -141,6 +141,9 @@ public interface MultiMapController extends IMapController {
*/ */
void clearFrames(Player player, ItemFrame[][] itemFrameMatrix); void clearFrames(Player player, ItemFrame[][] itemFrameMatrix);
/**
* The DebugCallable can be used to get debug information for a frame
*/
interface DebugCallable { interface DebugCallable {
/** /**
* Called to get debug information for a frame * Called to get debug information for a frame