public class MoveStructTypeParameter
extends java.lang.Object
| Constructor and Description |
|---|
MoveStructTypeParameter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
MoveAbilitySet |
getConstraints()
Gets constraints.
|
int |
hashCode() |
boolean |
isIs_phantom()
Is is phantom boolean.
|
void |
setConstraints(MoveAbilitySet constraints)
Sets constraints.
|
void |
setIs_phantom(boolean is_phantom)
Sets is phantom.
|
java.lang.String |
toString() |
public MoveAbilitySet getConstraints()
public void setConstraints(MoveAbilitySet constraints)
constraints - the constraintspublic boolean isIs_phantom()
public void setIs_phantom(boolean is_phantom)
is_phantom - the is phantompublic 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