Class WindowClickMessage
java.lang.Object
net.glowstone.net.message.play.inv.WindowClickMessage
- All Implemented Interfaces:
com.flowpowered.network.Message
-
Constructor Summary
ConstructorDescriptionWindowClickMessage
(int id, int slot, int button, int transaction, int mode, org.bukkit.inventory.ItemStack item) -
Method Summary
-
Constructor Details
-
WindowClickMessage
public WindowClickMessage(int id, int slot, int button, int transaction, int mode, org.bukkit.inventory.ItemStack item)
-
-
Method Details
-
getId
public int getId() -
getSlot
public int getSlot() -
getButton
public int getButton() -
getTransaction
public int getTransaction() -
getMode
public int getMode() -
getItem
public org.bukkit.inventory.ItemStack getItem() -
equals
-
hashCode
public int hashCode() -
toString
-