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