Show / Hide Table of Contents

Class BlockProbe

Inheritance
System.Object
BlockProbe
Namespace: Eco.Gameplay.Wires
Assembly: Eco.Gameplay.dll
Syntax
public class BlockProbe : Object

Constructors

BlockProbe(WorldObject, Vector3i, Action<Type>)

Declaration
public BlockProbe(WorldObject obj, Vector3i offset, Action<Type> onChanged)
Parameters
Type Name Description
WorldObject obj
Vector3i offset
System.Action<System.Type> onChanged

BlockProbe(Vector3i, Action<Type>)

Declaration
public BlockProbe(Vector3i worldPos, Action<Type> onChanged)
Parameters
Type Name Description
Vector3i worldPos
System.Action<System.Type> onChanged

Properties

BlockType

Declaration
public Type BlockType { get; }
Property Value
Type Description
System.Type

Methods

Tick()

Declaration
public void Tick()

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾