Uses of Interface
me.hsgamer.topper.agent.core.Agent
-
-
Uses of Agent in me.hsgamer.topper.agent.holder
Methods in me.hsgamer.topper.agent.holder with parameters of type Agent Modifier and Type Method Description void
AgentDataHolder. addAgent(Agent<K,V> agent)
void
AgentDataHolder. removeAgent(Agent<K,V> agent)
-
Uses of Agent in me.hsgamer.topper.agent.runnable
Classes in me.hsgamer.topper.agent.runnable with type parameters of type Agent Modifier and Type Class Description class
RunnableAgent<K,V,A extends Agent<K,V> & Runnable>
Classes in me.hsgamer.topper.agent.runnable that implement Agent Modifier and Type Class Description class
RunnableAgent<K,V,A extends Agent<K,V> & Runnable>
-
Uses of Agent in me.hsgamer.topper.agent.snapshot
Classes in me.hsgamer.topper.agent.snapshot that implement Agent Modifier and Type Class Description class
SnapshotAgent<K,V>
-
Uses of Agent in me.hsgamer.topper.agent.storage
Classes in me.hsgamer.topper.agent.storage that implement Agent Modifier and Type Class Description class
StorageAgent<K,V>
-
Uses of Agent in me.hsgamer.topper.agent.update
Classes in me.hsgamer.topper.agent.update that implement Agent Modifier and Type Class Description class
UpdateAgent<K,V>
-
Uses of Agent in me.hsgamer.topper.spigot.agent.runnable
Classes in me.hsgamer.topper.spigot.agent.runnable with type parameters of type Agent Modifier and Type Class Description class
SpigotRunnableAgent<K,V,A extends Agent<K,V> & Runnable>
Classes in me.hsgamer.topper.spigot.agent.runnable that implement Agent Modifier and Type Class Description class
SpigotRunnableAgent<K,V,A extends Agent<K,V> & Runnable>
-