Table of Contents

Interface IAcceptsDecor

Namespace
Vintagestory.GameContent
Assembly
VintagestoryAPI.dll
public interface IAcceptsDecor
Extension Methods

Methods

CanAccept(Block)

bool CanAccept(Block decorBlock)

Parameters

decorBlock Block

Returns

bool

GetDecor(BlockFacing)

int GetDecor(BlockFacing face)

Parameters

face BlockFacing

Returns

int

SetDecor(Block, BlockFacing)

void SetDecor(Block decorBlock, BlockFacing face)

Parameters

decorBlock Block
face BlockFacing