Interface IBlock
- Namespace
- Obsidian.API
- Assembly
- Obsidian.API.dll
Properties
BaseId
Property Value
- int
DefaultId
Property Value
- int
IsAir
Property Value
- bool
IsLiquid
Property Value
- bool
IsTransparent
[Obsolete]
bool IsTransparent { get; }
Property Value
- bool
Material
Material Material { get; }
Property Value
- Material
RegistryId
Property Value
- int
State
IBlockState State { get; }
Property Value
- IBlockState
UnlocalizedName
string UnlocalizedName { get; }
Property Value
- string
Methods
Is(Material)
bool Is(Material material)
Parameters
material
Material
Returns
- bool