Table of Contents

Interface IBlockFlowing

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll
public interface IBlockFlowing
Extension Methods

Properties

Flow

string Flow { get; set; }

Property Value

string

FlowNormali

Vec3i FlowNormali { get; set; }

Property Value

Vec3i

HasNormalWaves

bool HasNormalWaves { get; }

Property Value

bool

IsLava

bool IsLava { get; }

Property Value

bool

IsStill

bool IsStill { get; }

Property Value

bool

Methods

FlowRate(BlockPos)

float FlowRate(BlockPos pos)

Parameters

pos BlockPos

Returns

float

GetPushVector(BlockPos)

FastVec3f GetPushVector(BlockPos pos)

Parameters

pos BlockPos

Returns

FastVec3f