Table of Contents

Struct BlockPosFacing

Namespace
Vintagestory.Common.Collectible.Block
Assembly
VintagestoryAPI.dll
public struct BlockPosFacing
Inherited Members
Extension Methods

Constructors

BlockPosFacing()

public BlockPosFacing()

BlockPosFacing(BlockPos, BlockFacing, string)

public BlockPosFacing(BlockPos position, BlockFacing facing, string constraints)

Parameters

position BlockPos
facing BlockFacing
constraints string

Fields

Constraints

public string Constraints

Field Value

string

Facing

public BlockFacing Facing

Field Value

BlockFacing

Position

public BlockPos Position

Field Value

BlockPos