Uses of Interface
top.magstar.framework.MagstarPlugin
Packages that use MagstarPlugin
Package
Description
-
Uses of MagstarPlugin in top.magstar.framework.commands
Constructors in top.magstar.framework.commands with parameters of type MagstarPluginModifierConstructorDescriptionAnnotatedCommandHandler(org.bukkit.plugin.java.JavaPlugin plugin, MagstarPlugin magstarPlugin) 构造一个新的命令处理器实例。EnhancedCommandWrapper(MagstarPlugin plugin, CommandNode rootNode, Method tabCompleteMethod) -
Uses of MagstarPlugin in top.magstar.framework.configs
Methods in top.magstar.framework.configs that return MagstarPluginModifier and TypeMethodDescriptionfinal MagstarPluginConfigHandler.getPlugin()ConfigSubscriber.getPlugin()Constructors in top.magstar.framework.configs with parameters of type MagstarPluginModifierConstructorDescriptionConfigHandler(MagstarPlugin plugin, org.bukkit.plugin.Plugin instance) -
Uses of MagstarPlugin in top.magstar.framework.gui.interfaces
Methods in top.magstar.framework.gui.interfaces with parameters of type MagstarPluginModifier and TypeMethodDescriptionGUIFactory.buildChestGUI(org.bukkit.plugin.Plugin instance, MagstarPlugin plugin, GUIBuilder builder) 构建基于箱子的GUI<T> PagedGUI<T> GUIFactory.buildChestPagedGUI(org.bukkit.plugin.Plugin instance, MagstarPlugin plugin, PagedGUIBuilder<T> builder) 构建基于箱子的分页GUIGUIFactory.buildPacketGUI(org.bukkit.plugin.Plugin instance, MagstarPlugin plugin, GUIBuilder builder) 构建基于数据包的GUI<T> PagedGUI<T> GUIFactory.buildPacketPagedGUI(org.bukkit.plugin.Plugin instance, MagstarPlugin plugin, PagedGUIBuilder<T> builder) 构建基于数据包的分页GUI -
Uses of MagstarPlugin in top.magstar.framework.gui.utils
Methods in top.magstar.framework.gui.utils with type parameters of type MagstarPluginModifier and TypeMethodDescription<P extends org.bukkit.plugin.Plugin & MagstarPlugin>
PagedGUI<T> PagedGUIBuilder.buildChestGUI(GUIFactory factory, P instance) 构建基于箱子的分页GUI<P extends org.bukkit.plugin.Plugin & MagstarPlugin>
PagedGUI<T> PagedGUIBuilder.buildPacketGUI(GUIFactory factory, P instance) 构建基于数据包的分页GUIMethods in top.magstar.framework.gui.utils with parameters of type MagstarPluginModifier and TypeMethodDescriptionGUIBuilder.buildChestGUI(GUIFactory factory, org.bukkit.plugin.Plugin instance, MagstarPlugin plugin) 构建基于箱子的GUIPagedGUIBuilder.buildChestGUI(GUIFactory factory, org.bukkit.plugin.Plugin instance, MagstarPlugin plugin) 构建基于箱子的分页GUIGUIBuilder.buildPacketGUI(GUIFactory factory, org.bukkit.plugin.Plugin instance, MagstarPlugin plugin) 构建基于数据包的GUIPagedGUIBuilder.buildPacketGUI(GUIFactory factory, org.bukkit.plugin.Plugin instance, MagstarPlugin plugin) 构建基于数据包的分页GUIConstructors in top.magstar.framework.gui.utils with parameters of type MagstarPluginModifierConstructorDescriptionGUIReader(T configHandler, GUIFactory guiFactory, MagstarPlugin magstarPlugin) 构造GUI配置读取器