classpublicPriority 3
StateOption
com.hypixel.hytale.server.npc.decisionmaker.stateevaluator.StateOption
extends Option
6
Methods
6
Public Methods
4
Fields
1
Constructors
Constants
BuilderCodec<StateOption>CODEC= BuilderCodec.builder(StateOption.class, StateOption::new, Option.ABSTRACT_CODEC)
.append(ne...
Constructors
protected
StateOption()Methods
Public Methods (6)
public
String getState()public
int getStateIndex()public
String getSubState()public
int getSubStateIndex()public
void setStateIndex(int stateIndex, int subStateIndex)public
String toString()@Nonnull@Override
Fields
Protected Fields (4)
protected
String stateprotected
int stateIndexprotected
String subStateprotected
int subStateIndex