Uses of Enum Class
org.sgrewritten.stargate.property.PluginChannel
Packages that use PluginChannel
-
Uses of PluginChannel in org.sgrewritten.stargate.network.proxy
Methods in org.sgrewritten.stargate.network.proxy with parameters of type PluginChannelModifier and TypeMethodDescriptionvoidBukkitPluginMessageInterface.scheduleSendMessage(String message, PluginChannel channel) voidPluginMessageInterface.scheduleSendMessage(String message, PluginChannel channel) Schedule sending a plugin message until a player joins the server.voidBukkitPluginMessageInterface.sendDirectedMessage(String message, PluginChannel channel, org.bukkit.plugin.Plugin plugin, String server) voidPluginMessageInterface.sendDirectedMessage(String message, PluginChannel channel, org.bukkit.plugin.Plugin plugin, String server) Send a plugin message directed to only one servervoidBukkitPluginMessageInterface.sendMessage(String message, PluginChannel channel, org.bukkit.plugin.Plugin plugin) voidPluginMessageInterface.sendMessage(String dataMsg, PluginChannel pluginChannel, org.bukkit.plugin.Plugin plugin) Send a plugin message to all servers in specified network. -
Uses of PluginChannel in org.sgrewritten.stargate.property
Methods in org.sgrewritten.stargate.property that return PluginChannelModifier and TypeMethodDescriptionstatic PluginChannelParses a channel's string representation into a channel enumstatic PluginChannelReturns the enum constant of this class with the specified name.static PluginChannel[]PluginChannel.values()Returns an array containing the constants of this enum class, in the order they are declared.