public final class BeaconPaymentAction extends java.lang.Object implements ItemStackRequestAction
| Constructor and Description |
|---|
BeaconPaymentAction(int primaryEffect,
int secondaryEffect) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getPrimaryEffect() |
int |
getSecondaryEffect() |
ItemStackRequestActionType |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
public BeaconPaymentAction(int primaryEffect,
int secondaryEffect)
public ItemStackRequestActionType getType()
getType in interface ItemStackRequestActionpublic int getPrimaryEffect()
public int getSecondaryEffect()
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