C# Class Terraria.World.Generation.Actions.SwapSolidTile

Inheritance: GenAction
Show file Open project: EmuDevs/EDTerraria

Public Methods

Method Description
Apply ( System.Point origin, int x, int y ) : bool
SwapSolidTile ( ushort type ) : Microsoft.Xna.Framework

Method Details

Apply() public method

public Apply ( System.Point origin, int x, int y ) : bool
origin System.Point
x int
y int
return bool

SwapSolidTile() public method

public SwapSolidTile ( ushort type ) : Microsoft.Xna.Framework
type ushort
return Microsoft.Xna.Framework