HyCodeYourTale
classpublicPriority 3

MatchResult

com.hypixel.hytale.server.core.command.system.MatchResult

implements Comparable

7

Methods

7

Public Methods

4

Fields

1

Constructors

Constants

intALIAS= 1
intDESCRIPTION= 4
MatchResultEXACT= new MatchResult(2147483647, 2147483647, 2147483647, 2147483647)
intNAME= 0
MatchResultNONE= new MatchResult(-2147483648, -2147483648, -2147483648, -2147483648)
intUSAGE_ARG= 3
intUSAGE_DESCRIPTION= 5

Constructors

public
MatchResult(int term, int depth, int type, int match)

Methods

Public Methods (7)

public
int compareTo(MatchResult o)
public
boolean equals(Object o)
@Override
public
int getDepth()
public
int getMatch()
public
int getType()
public
int hashCode()
@Override
public
String toString()
@Nonnull@Override

Fields

Private/Package Fields (4)

privateint depth
privateint match
privateint term
privateint type

Related Classes