public final class CraftCreativeAction extends java.lang.Object implements ItemStackRequestAction
| Constructor and Description |
|---|
CraftCreativeAction(int creativeItemNetworkId,
int numberOfRequestedCrafts) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getCreativeItemNetworkId()
creativeItemNetworkId is the network ID of the creative item that is being created.
|
int |
getNumberOfRequestedCrafts() |
ItemStackRequestActionType |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
public CraftCreativeAction(int creativeItemNetworkId,
int numberOfRequestedCrafts)
public ItemStackRequestActionType getType()
getType in interface ItemStackRequestActionpublic int getCreativeItemNetworkId()
public int getNumberOfRequestedCrafts()
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