HyCodeYourTale
classpublicPriority 3

AttitudeMap

com.hypixel.hytale.server.npc.blackboard.view.attitude.AttitudeMap

4

Methods

4

Public Methods

1

Fields

1

Constructors

Constants

ComponentType<EntityStore, NPCEntity>NPC_COMPONENT_TYPE= NPCEntity.getComponentType()
ComponentType<EntityStore, Player>PLAYER_COMPONENT_TYPE= Player.getComponentType()

Constructors

private
AttitudeMap(Int2ObjectMap<Attitude>[] map)

Methods

Public Methods (4)

public
void addAttitudeGroups(Map<String, AttitudeGroup> groups)
public
Attitude getAttitude(Role role, Ref<EntityStore> target, ComponentAccessor<EntityStore> componentAccessor)
@Nullable
public
int getAttitudeGroupCount()
public
void updateAttitudeGroup(int id, AttitudeGroup group)

Fields

Private/Package Fields (1)

privateInt2ObjectMap<Attitude>[] map

Related Classes