StatePair

public class StatePair

Class StatePair. Provides statepair functionality for the Hytale server.

java.lang.Object > StatePair

Field Summary

No fields documented.

Method Detail

StatePair

public public StatePair (final String fullStateName, final int state, final int subState)

Method StatePair.

Parameters:
final String fullStateName
final int state
final int subState

getFullStateName

public String getFullStateName ()

Method getFullStateName.

getState

public int getState ()

Method getState.

getSubState

public int getSubState ()

Method getSubState.