C# Class fCraft.PlantTask

Inheritance: PhysicsTask
Afficher le fichier Open project: GlennMR/800craft Class Usage Examples

Méthodes publiques

Méthode Description
GetRandomDelay ( ) : int
PlantTask ( World w, short x, short y, short z ) : System

Méthodes protégées

Méthode Description
PerformInternal ( ) : int

Private Methods

Méthode Description
CanGrow ( int height ) : bool
MakeTrunks ( short height, TreeType type ) : void
TypeByBlock ( Block b ) : TreeType

Method Details

GetRandomDelay() public static méthode

public static GetRandomDelay ( ) : int
Résultat int

PerformInternal() protected méthode

protected PerformInternal ( ) : int
Résultat int

PlantTask() public méthode

public PlantTask ( World w, short x, short y, short z ) : System
w World
x short
y short
z short
Résultat System