public static class _3D.StaticModelLoader
extends java.lang.Object
implements net.risingworld.api.events.Listener
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
CUSTOMITEM_UUID |
| Constructor and Description |
|---|
StaticModelLoader(net.risingworld.api.Plugin plugin) |
StaticModelLoader(net.risingworld.api.Plugin plugin,
int debug) |
| Modifier and Type | Method and Description |
|---|---|
void |
onDisable() |
void |
onEnable() |
void |
onItemCraft(net.risingworld.api.events.player.PlayerCraftItemEvent event)
Called when a player crafts a new item.
|
void |
onPlayerChangeItem(net.risingworld.api.events.player.PlayerChangeEquippedItemEvent event)
This method if called if the player changes the eqiupped item.
|
void |
onPlayerConnect(net.risingworld.api.events.player.PlayerConnectEvent event) |
void |
onPlayerHitWorldElement(net.risingworld.api.events.player.PlayerElementHitEvent event)
Called when the world element is hit by an item.
|
void |
onPlayerKeyInput(net.risingworld.api.events.player.PlayerKeyEvent event)
This event is triggered when the player presses a key (only works for keys which
were registered to the client previously, see the "onPlayerConnect()" event
|
void |
onPlayerSelectFileForUpload(net.risingworld.api.events.player.gui.PlayerSelectFileEvent event) |
public final java.lang.String CUSTOMITEM_UUID
public StaticModelLoader(net.risingworld.api.Plugin plugin)
public StaticModelLoader(net.risingworld.api.Plugin plugin,
int debug)
public void onEnable()
public void onDisable()
public void onPlayerConnect(net.risingworld.api.events.player.PlayerConnectEvent event)
public void onPlayerChangeItem(net.risingworld.api.events.player.PlayerChangeEquippedItemEvent event)
event - the event.public void onPlayerSelectFileForUpload(net.risingworld.api.events.player.gui.PlayerSelectFileEvent event)
public void onPlayerKeyInput(net.risingworld.api.events.player.PlayerKeyEvent event)
event - the key input event.public void onPlayerHitWorldElement(net.risingworld.api.events.player.PlayerElementHitEvent event)
event - the event.public void onItemCraft(net.risingworld.api.events.player.PlayerCraftItemEvent event)
event - the item craft event.