Show / Hide Table of Contents

Class BlockChange

Inheritance
System.Object
BlockChange
Namespace: Eco.World
Assembly: Eco.World.dll
Syntax
public sealed class BlockChange : ValueType

Constructors

BlockChange(Type, Vector3i)

Declaration
public BlockChange(Type blockType, Vector3i position)
Parameters
Type Name Description
System.Type blockType
Vector3i position

BlockChange(Type, Vector3i, Object[])

Declaration
public BlockChange(Type blockType, Vector3i position, params object[] additionalData)
Parameters
Type Name Description
System.Type blockType
Vector3i position
System.Object[] additionalData

Fields

BlockType

Declaration
public Type BlockType
Field Value
Type Description
System.Type

ParamArray

Declaration
public object[] ParamArray
Field Value
Type Description
System.Object[]

Position

Declaration
public Vector3i Position
Field Value
Type Description
Vector3i
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾