fCraft.PlantTask.PlantTask C# (CSharp) Method

PlantTask() public method

public PlantTask ( World w, short x, short y, short z ) : System
w World
x short
y short
z short
return System
        public PlantTask( World w, short x, short y, short z )
            : base(w)
        {
            _x = x;
            _y = y;
            _z = z;
        }