From 3ca43b448795cb6a6f63c3cfbd4cc420c1db6250 Mon Sep 17 00:00:00 2001 From: SBDeveloper Date: Fri, 5 Aug 2022 14:35:51 +0200 Subject: [PATCH] :memo: Added more API documentation --- .../sbdevelopment/mapreflectionapi/api/MultiMapController.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/java/tech/sbdevelopment/mapreflectionapi/api/MultiMapController.java b/src/main/java/tech/sbdevelopment/mapreflectionapi/api/MultiMapController.java index 0eeee37..5d9081b 100644 --- a/src/main/java/tech/sbdevelopment/mapreflectionapi/api/MultiMapController.java +++ b/src/main/java/tech/sbdevelopment/mapreflectionapi/api/MultiMapController.java @@ -141,6 +141,9 @@ public interface MultiMapController extends IMapController { */ void clearFrames(Player player, ItemFrame[][] itemFrameMatrix); + /** + * The DebugCallable can be used to get debug information for a frame + */ interface DebugCallable { /** * Called to get debug information for a frame