public class Clock
extends net.risingworld.api.Plugin
implements net.risingworld.api.events.Listener
| Constructor and Description |
|---|
Clock() |
| Modifier and Type | Method and Description |
|---|---|
de.chaoswg.ClassCallbackOnCreateClock.CallbackOnCreateClock |
getOnCreateClock(net.risingworld.api.Plugin plugin) |
de.chaoswg.ClassCallbackOnPlayerElementInteractionEvent.CallbackOnPlayerElementInteractionEvent |
getOnInteractionEvent(net.risingworld.api.Plugin plugin) |
de.chaoswg.ClassCallbackOnRemoveClock.CallbackOnRemoveClock |
getOnRemoveClock(net.risingworld.api.Plugin plugin) |
void |
onDisable() |
void |
onEnable() |
void |
onPlayerChangeEquippedItemEvent(net.risingworld.api.events.player.PlayerChangeEquippedItemEvent event) |
void |
onPlayerConnect(net.risingworld.api.events.player.PlayerConnectEvent event) |
void |
onPlayerElementInteractionEvent(net.risingworld.api.events.player.PlayerElementInteractionEvent event) |
void |
setOnCreateClock(net.risingworld.api.Plugin plugin,
de.chaoswg.ClassCallbackOnCreateClock.CallbackOnCreateClock onCreateClock) |
void |
setOnInteractionEvent(net.risingworld.api.Plugin plugin,
de.chaoswg.ClassCallbackOnPlayerElementInteractionEvent.CallbackOnPlayerElementInteractionEvent onInteractionEvent) |
void |
setOnRemoveClock(net.risingworld.api.Plugin plugin,
de.chaoswg.ClassCallbackOnRemoveClock.CallbackOnRemoveClock onRemoveClock) |
enqueue, executeDelayed, getAllPlugins, getDescription, getGameVersion, getID, getInternals, getMySQLConnection, getName, getPath, getPluginByID, getPluginByName, getServer, getSQLiteConnection, getWorld, getWorldDatabase, onLoad, registerEventListener, sendHttpRequest, sendHttpRequest, triggerEvent, unregisterEventListenerpublic de.chaoswg.ClassCallbackOnPlayerElementInteractionEvent.CallbackOnPlayerElementInteractionEvent getOnInteractionEvent(net.risingworld.api.Plugin plugin)
public void setOnInteractionEvent(net.risingworld.api.Plugin plugin,
de.chaoswg.ClassCallbackOnPlayerElementInteractionEvent.CallbackOnPlayerElementInteractionEvent onInteractionEvent)
public de.chaoswg.ClassCallbackOnCreateClock.CallbackOnCreateClock getOnCreateClock(net.risingworld.api.Plugin plugin)
public void setOnCreateClock(net.risingworld.api.Plugin plugin,
de.chaoswg.ClassCallbackOnCreateClock.CallbackOnCreateClock onCreateClock)
public de.chaoswg.ClassCallbackOnRemoveClock.CallbackOnRemoveClock getOnRemoveClock(net.risingworld.api.Plugin plugin)
public void setOnRemoveClock(net.risingworld.api.Plugin plugin,
de.chaoswg.ClassCallbackOnRemoveClock.CallbackOnRemoveClock onRemoveClock)
public void onEnable()
onEnable in class net.risingworld.api.Pluginpublic void onDisable()
onDisable in class net.risingworld.api.Pluginpublic void onPlayerConnect(net.risingworld.api.events.player.PlayerConnectEvent event)
public void onPlayerChangeEquippedItemEvent(net.risingworld.api.events.player.PlayerChangeEquippedItemEvent event)
public void onPlayerElementInteractionEvent(net.risingworld.api.events.player.PlayerElementInteractionEvent event)