Class HintArrowType.State
- java.lang.Object
-
- net.eternalclient.api.wrappers.hintarrows.HintArrowType.State
-
- Enclosing class:
- HintArrowType
public class HintArrowType.State extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description HintArrowType
instance
int
type
-
Constructor Summary
Constructors Constructor Description State()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HintArrowType
getInstance()
int
getType()
void
setInstance(HintArrowType instance)
void
setType(int type)
-
-
-
Field Detail
-
instance
public HintArrowType instance
-
type
public int type
-
-
Method Detail
-
getInstance
public HintArrowType getInstance()
-
getType
public int getType()
-
setInstance
public void setInstance(HintArrowType instance)
-
setType
public void setType(int type)
-
-