Class StateOption
java.lang.Object
com.hypixel.hytale.server.npc.decisionmaker.core.Option
com.hypixel.hytale.server.npc.decisionmaker.stateevaluator.StateOption
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BuilderCodec<StateOption> protected Stringprotected intprotected Stringprotected intFields inherited from class com.hypixel.hytale.server.npc.decisionmaker.core.Option
ABSTRACT_CODEC, conditions, description, sortedConditions, weightCoefficient -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetState()intintvoidsetStateIndex(int stateIndex, int subStateIndex) toString()Methods inherited from class com.hypixel.hytale.server.npc.decisionmaker.core.Option
calculateUtility, getConditions, getWeightCoefficient, setupNPC, setupNPC, sortConditions
-
Field Details
-
CODEC
-
state
-
subState
-
stateIndex
protected int stateIndex -
subStateIndex
protected int subStateIndex
-
-
Constructor Details
-
StateOption
protected StateOption()
-
-
Method Details