Class EditorActionsHandler
java.lang.Object
studio.magemonkey.codex.manager.IListener<CodexEngine>
studio.magemonkey.codex.manager.editor.EditorHandler<CodexEngine>
studio.magemonkey.codex.manager.editor.EditorActionsHandler
- All Implemented Interfaces:
org.bukkit.event.Listener,studio.magemonkey.codex.manager.AbstractListener
-
Field Summary
Fields inherited from class studio.magemonkey.codex.manager.IListener
plugin -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class studio.magemonkey.codex.manager.editor.EditorHandler
endEdit, getMainEditor, onChat, onEditorCommand, open, shutdownMethods inherited from class studio.magemonkey.codex.manager.IListener
registerListenersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface studio.magemonkey.codex.manager.AbstractListener
unregisterListeners
-
Constructor Details
-
EditorActionsHandler
-
-
Method Details
-
onType
protected boolean onType(@NotNull org.bukkit.entity.Player p, @Nullable Object editObject, @NotNull Enum<?> type, @NotNull String msg) - Specified by:
onTypein classEditorHandler<CodexEngine>
-