public final class ConsumeAction extends java.lang.Object implements ItemStackRequestAction
| Constructor and Description |
|---|
ConsumeAction(int count,
ItemStackRequestSlotData source) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getCount() |
ItemStackRequestSlotData |
getSource() |
ItemStackRequestActionType |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
public ConsumeAction(int count,
ItemStackRequestSlotData source)
public ItemStackRequestActionType getType()
getType in interface ItemStackRequestActionpublic int getCount()
public ItemStackRequestSlotData getSource()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object