Show / Hide Table of Contents

Class BlockID

Standard block IDs. These shared between client and server and should be read-only to be compatible with Burst. Client uses these block IDs as default for fully enclosed chunks or for missing chunks.

Inheritance
System.Object
BlockID
Namespace: Eco.Shared.Voxel
Assembly: Eco.Shared.dll
Syntax
public static class BlockID : Object

Fields

Empty

Declaration
public const ushort Empty = 0
Field Value
Type Description
System.UInt16

Stone

Declaration
public const ushort Stone = 1
Field Value
Type Description
System.UInt16

Water

Declaration
public const ushort Water = 2
Field Value
Type Description
System.UInt16
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾