Package me.lucyy.squirtgun.bukkit
Class BukkitPlatform
java.lang.Object
me.lucyy.squirtgun.bukkit.BukkitPlatform
- All Implemented Interfaces:
me.lucyy.squirtgun.platform.Platform
public class BukkitPlatform
extends java.lang.Object
implements me.lucyy.squirtgun.platform.Platform
A Platform implementation for Bukkit.
-
Constructor Summary
Constructors Constructor Description BukkitPlatform(org.bukkit.plugin.java.JavaPlugin plugin) -
Method Summary
Modifier and Type Method Description me.lucyy.squirtgun.platform.AuthModegetAuthMode()java.util.logging.LoggergetLogger()java.util.List<me.lucyy.squirtgun.platform.SquirtgunPlayer>getOnlinePlayers()me.lucyy.squirtgun.platform.SquirtgunPlayergetPlayer(java.lang.String name)me.lucyy.squirtgun.platform.SquirtgunPlayergetPlayer(java.util.UUID uuid)java.lang.StringgetPluginName()java.lang.StringgetPluginVersion()me.lucyy.squirtgun.platform.scheduler.TaskSchedulergetTaskScheduler()voidregisterEventListener(me.lucyy.squirtgun.platform.EventListener listener)voidunregisterEventListener(me.lucyy.squirtgun.platform.EventListener listener)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BukkitPlatform
public BukkitPlatform(org.bukkit.plugin.java.JavaPlugin plugin)
-
-
Method Details
-
getLogger
public java.util.logging.Logger getLogger()- Specified by:
getLoggerin interfaceme.lucyy.squirtgun.platform.Platform
-
getPluginName
public java.lang.String getPluginName()- Specified by:
getPluginNamein interfaceme.lucyy.squirtgun.platform.Platform
-
getPluginVersion
public java.lang.String getPluginVersion()- Specified by:
getPluginVersionin interfaceme.lucyy.squirtgun.platform.Platform
-
getAuthMode
public me.lucyy.squirtgun.platform.AuthMode getAuthMode()- Specified by:
getAuthModein interfaceme.lucyy.squirtgun.platform.Platform
-
getTaskScheduler
public me.lucyy.squirtgun.platform.scheduler.TaskScheduler getTaskScheduler()- Specified by:
getTaskSchedulerin interfaceme.lucyy.squirtgun.platform.Platform
-
registerEventListener
public void registerEventListener(me.lucyy.squirtgun.platform.EventListener listener)- Specified by:
registerEventListenerin interfaceme.lucyy.squirtgun.platform.Platform
-
unregisterEventListener
public void unregisterEventListener(me.lucyy.squirtgun.platform.EventListener listener)- Specified by:
unregisterEventListenerin interfaceme.lucyy.squirtgun.platform.Platform
-
getPlayer
public me.lucyy.squirtgun.platform.SquirtgunPlayer getPlayer(java.util.UUID uuid)- Specified by:
getPlayerin interfaceme.lucyy.squirtgun.platform.Platform
-
getPlayer
public me.lucyy.squirtgun.platform.SquirtgunPlayer getPlayer(java.lang.String name)- Specified by:
getPlayerin interfaceme.lucyy.squirtgun.platform.Platform
-
getOnlinePlayers
public java.util.List<me.lucyy.squirtgun.platform.SquirtgunPlayer> getOnlinePlayers()- Specified by:
getOnlinePlayersin interfaceme.lucyy.squirtgun.platform.Platform
-