Table of Contents

Class BlockOffsetAndNumber

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll
public class BlockOffsetAndNumber : Vec4i, IEquatable<Vec4i>
Inheritance
BlockOffsetAndNumber
Implements
Inherited Members

Constructors

BlockOffsetAndNumber()

public BlockOffsetAndNumber()

BlockOffsetAndNumber(int, int, int, int)

public BlockOffsetAndNumber(int x, int y, int z, int w)

Parameters

x int
y int
z int
w int

Properties

BlockNumber

public int BlockNumber { get; }

Property Value

int