C# Class Terraria.GameContent.Biomes.MarbleBiome.Slab

Show file Open project: EmuDevs/EDTerraria Class Usage Examples

Public Properties

Property Type Description
HasWall bool
State SlabState

Public Methods

Method Description
Create ( SlabState state, bool hasWall ) : Slab
WithState ( SlabState state ) : Slab

Private Methods

Method Description
Slab ( SlabState state, bool hasWall ) : Microsoft.Xna.Framework

Method Details

Create() public static method

public static Create ( SlabState state, bool hasWall ) : Slab
state SlabState
hasWall bool
return Slab

WithState() public method

public WithState ( SlabState state ) : Slab
state SlabState
return Slab

Property Details

HasWall public property

public bool HasWall
return bool

State public property

public SlabState State
return SlabState