public class CraftingClient
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CraftingClient.CraftItemMessage |
static class |
CraftingClient.CreateResourceNodeFromMobMessage |
static class |
CraftingClient.DestroyMobResourceNodeMessage |
Modifier and Type | Field and Description |
---|---|
static MessageType |
MSG_TYPE_CRAFTING_CRAFT_ITEM |
static MessageType |
MSG_TYPE_CRAFTING_GRID_UPDATED |
static MessageType |
MSG_TYPE_CREATE_RESOURCE_NODE_FROM_MOB |
static MessageType |
MSG_TYPE_DESTROY_MOB_RESOURCE_NODE |
static MessageType |
MSG_TYPE_GATHER_RESOURCE |
static MessageType |
MSG_TYPE_GET_BLUEPRINTS |
static MessageType |
MSG_TYPE_HARVEST_RESOURCE |
static MessageType |
MSG_TYPE_MINIGAME_WON |
Modifier | Constructor and Description |
---|---|
protected |
CraftingClient() |
Modifier and Type | Method and Description |
---|---|
static void |
CraftItem(java.lang.String item) |
static void |
sendCreateResourceNodeFromMobMessage(OID oid,
int lootTable,
int skillLevelReq,
float harvestTime) |
static void |
sendDestroyMobResourceNodeMessage(OID oid,
OID instanceOid) |
public static final MessageType MSG_TYPE_MINIGAME_WON
public static final MessageType MSG_TYPE_HARVEST_RESOURCE
public static final MessageType MSG_TYPE_GATHER_RESOURCE
public static final MessageType MSG_TYPE_CRAFTING_CRAFT_ITEM
public static final MessageType MSG_TYPE_CRAFTING_GRID_UPDATED
public static final MessageType MSG_TYPE_GET_BLUEPRINTS
public static final MessageType MSG_TYPE_CREATE_RESOURCE_NODE_FROM_MOB
public static final MessageType MSG_TYPE_DESTROY_MOB_RESOURCE_NODE
public static void CraftItem(java.lang.String item)
public static void sendCreateResourceNodeFromMobMessage(OID oid, int lootTable, int skillLevelReq, float harvestTime)