public final class DeferredDescriptor extends java.lang.Object implements ItemDescriptor
| Constructor and Description |
|---|
DeferredDescriptor(java.lang.String fullName,
int auxValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getAuxValue() |
java.lang.String |
getFullName() |
ItemDescriptorType |
getType() |
int |
hashCode() |
ItemData.Builder |
toItem() |
java.lang.String |
toString() |
public DeferredDescriptor(java.lang.String fullName,
int auxValue)
public ItemDescriptorType getType()
getType in interface ItemDescriptorpublic ItemData.Builder toItem()
toItem in interface ItemDescriptorpublic java.lang.String getFullName()
public int getAuxValue()
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