fCraft.SandTask.SandTask C# (CSharp) Method

SandTask() public method

public SandTask ( World world, Vector3I position, Block Type )
world World
position Vector3I
Type Block
        public SandTask( World world, Vector3I position, Block Type )
            : base(world)
        {
            _pos = position;
            _nextPos = position.Z - 1;
            _type = Type;
        }