Interface LExecutor.LInstruction

All Known Implementing Classes:
LExecutor.ApplyEffectI, LExecutor.ClientDataI, LExecutor.ControlI, LExecutor.CutsceneI, LExecutor.DrawFlushI, LExecutor.DrawI, LExecutor.EffectI, LExecutor.EndI, LExecutor.ExplosionI, LExecutor.FetchI, LExecutor.FlushMessageI, LExecutor.FormatI, LExecutor.GetBlockI, LExecutor.GetFlagI, LExecutor.GetLinkI, LExecutor.JumpI, LExecutor.LocalePrintI, LExecutor.LookupI, LExecutor.MakeMarkerI, LExecutor.NoopI, LExecutor.OpI, LExecutor.PackColorI, LExecutor.PlaySoundI, LExecutor.PrintCharI, LExecutor.PrintFlushI, LExecutor.PrintI, LExecutor.RadarI, LExecutor.ReadI, LExecutor.SenseI, LExecutor.SenseWeatherI, LExecutor.SetBlockI, LExecutor.SetFlagI, LExecutor.SetI, LExecutor.SetMarkerI, LExecutor.SetPropI, LExecutor.SetRateI, LExecutor.SetRuleI, LExecutor.SetWeatherI, LExecutor.SpawnUnitI, LExecutor.SpawnWaveI, LExecutor.StopI, LExecutor.SyncI, LExecutor.UnitBindI, LExecutor.UnitControlI, LExecutor.UnitLocateI, LExecutor.WaitI, LExecutor.WriteI
Enclosing class:
LExecutor

public static interface LExecutor.LInstruction
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(LExecutor exec)
     
  • Method Details