C# Class kOS.CommandBlock

Inheritance: Command
Afficher le fichier Open project: Nivekk/KOS

Méthodes publiques

Méthode 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 méthode

public Break ( ) : void
Résultat void

CommandBlock() public méthode

public CommandBlock ( Match regexMatch, kOS.ExecutionContext context ) : System
regexMatch System.Text.RegularExpressions.Match
context kOS.ExecutionContext
Résultat System

CommandBlock() public méthode

public CommandBlock ( String directInput, kOS.ExecutionContext context ) : System
directInput String
context kOS.ExecutionContext
Résultat System

Evaluate() public méthode

public Evaluate ( ) : void
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

SpecialKey() public méthode

public SpecialKey ( kOSKeys key ) : bool
key kOSKeys
Résultat bool

Update() public méthode

public Update ( float time ) : void
time float
Résultat void