📝 Added more API documentation
This commit is contained in:
parent
affbb762a9
commit
3ca43b4487
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue