public final class CraftCreativeAction extends java.lang.Object implements ItemStackRequestAction
| Constructor and Description |
|---|
CraftCreativeAction(int creativeItemNetworkId) |
| 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.
|
ItemStackRequestActionType |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
public ItemStackRequestActionType getType()
getType in interface ItemStackRequestActionpublic int getCreativeItemNetworkId()
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