📝 Added more API documentation

This commit is contained in:
SBDeveloper 2022-08-05 14:35:51 +02:00
parent affbb762a9
commit 3ca43b4487

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