public final class EnchantData
extends java.lang.Object
| Constructor and Description |
|---|
EnchantData(int type,
int level) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getLevel() |
int |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
public int getType()
public int getLevel()
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