HyCodeYourTale
classpublicabstractPriority 3

Evaluator

com.hypixel.hytale.server.npc.decisionmaker.core.Evaluator

9

Methods

9

Public Methods

2

Fields

1

Constructors

Constants

HytaleLoggerLOGGER= HytaleLogger.forEnclosingClass()

Constructors

public
Evaluator()

Methods

Public Methods (9)

public
double calculateUtility(int var1, ArchetypeChunk<EntityStore> var2, CommandBuffer<EntityStore> var3, EvaluationContext var4)
public
OptionType getOption()
public
double getTotalUtility(double threshold)
public
double getWeight()
@Override
public
double getWeightCoefficient()
public
void initialise()
public
void setupNPC(Role role)
public
void setupNPC(Holder<EntityStore> holder)
public
double tryPick(double currentWeight, double threshold)

Fields

Public Fields (1)

publicstaticlong NOT_USED

Protected Fields (1)

protectedList<Evaluator<OptionType>.OptionHolder> options

Related Classes