ReputationAttitudeSystem

public class ReputationAttitudeSystem extends StoreSystem

System for handling reputationattitude mechanics. Systems contain game logic that operates on entities with specific component types.

java.lang.Object > StoreSystem > ReputationAttitudeSystem

Field Summary

blackboard

final Blackboard blackboard

Field blackboard.

view

final AttitudeView view

Field view.

playerComponent

final Player playerComponent

Field playerComponent.

Method Detail

ReputationAttitudeSystem

public public ReputationAttitudeSystem ()

Method ReputationAttitudeSystem.

onSystemAddedToStore

public void onSystemAddedToStore (@Nonnull final Store store)

Method onSystemAddedToStore.

Parameters:
@Nonnull final Store store

onSystemRemovedFromStore

public void onSystemRemovedFromStore (@Nonnull final Store store)

Method onSystemRemovedFromStore.

Parameters:
@Nonnull final Store store