C# Class kOS.CommandBlock

Inheritance: Command
Mostrar archivo Open project: Nivekk/KOS

Public Methods

Method Description
Break ( ) : void
CommandBlock ( Match regexMatch, kOS.ExecutionContext context ) : System
CommandBlock ( String directInput, kOS.ExecutionContext context ) : System
Evaluate ( ) : void
Refresh ( ) : void
SpecialKey ( kOSKeys key ) : bool
Update ( float time ) : void

Method Details

Break() public method

public Break ( ) : void
return void

CommandBlock() public method

public CommandBlock ( Match regexMatch, kOS.ExecutionContext context ) : System
regexMatch System.Text.RegularExpressions.Match
context kOS.ExecutionContext
return System

CommandBlock() public method

public CommandBlock ( String directInput, kOS.ExecutionContext context ) : System
directInput String
context kOS.ExecutionContext
return System

Evaluate() public method

public Evaluate ( ) : void
return void

Refresh() public method

public Refresh ( ) : void
return void

SpecialKey() public method

public SpecialKey ( kOSKeys key ) : bool
key kOSKeys
return bool

Update() public method

public Update ( float time ) : void
time float
return void