Package net.citizensnpcs.npc.ai.tree
Class NPCExpressionScope
java.lang.Object
net.citizensnpcs.npc.ai.tree.NPCExpressionScope
Factory for creating expression scopes with NPC-related bindings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExpressionScopeCreates an expression scope with lazy bindings for NPC properties.
-
Constructor Details
-
NPCExpressionScope
public NPCExpressionScope()
-
-
Method Details
-
createFor
Creates an expression scope with lazy bindings for NPC properties.- Parameters:
npc- the NPC to bind- Returns:
- a scope with NPC bindings
-