Class Context

java.lang.Object
skadistats.clarity.processor.runner.Context

public class Context extends Object
  • Constructor Details

  • Method Details

    • getProcessor

      public <T> T getProcessor(Class<T> processorClass)
    • getTick

      public int getTick()
    • getEngineType

      public EngineType getEngineType()
    • getMillisPerTick

      public float getMillisPerTick()
    • getBuildNumber

      public int getBuildNumber()
    • getGameVersion

      public int getGameVersion()
    • createEvent

      public <A extends Annotation> Event<A> createEvent(Class<A> eventType, Class... parameterTypes)