RegisterTrackerSystem

public class RegisterTrackerSystem extends HolderSystem

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

java.lang.Object > HolderSystem > RegisterTrackerSystem

Field Summary

No fields documented.

Method Detail

onEntityAdd

public void onEntityAdd (@NonNullDecl final Holder holder, @NonNullDecl final AddReason reason, @NonNullDecl final Store store)

Method onEntityAdd.

Parameters:
@NonNullDecl final Holder holder
@NonNullDecl final AddReason reason
@NonNullDecl final Store store

onEntityRemoved

public void onEntityRemoved (@NonNullDecl final Holder holder, @NonNullDecl final RemoveReason reason, @NonNullDecl final Store store)

Method onEntityRemoved.

Parameters:
@NonNullDecl final Holder holder
@NonNullDecl final RemoveReason reason
@NonNullDecl final Store store

getQuery

public Query getQuery ()

Method getQuery.