Table of Contents

Interface IBlock

Namespace
Obsidian.API
Assembly
Obsidian.API.dll
public interface IBlock

Properties

BaseId

int BaseId { get; }

Property Value

int

DefaultId

int DefaultId { get; }

Property Value

int

IsAir

bool IsAir { get; }

Property Value

bool

IsLiquid

bool IsLiquid { get; }

Property Value

bool

IsTransparent

[Obsolete]
bool IsTransparent { get; }

Property Value

bool

Material

Material Material { get; }

Property Value

Material

RegistryId

int RegistryId { get; }

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