Table of Contents

Interface IGeometryTester

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll

Used for blocks (e.g. chiselled blocks) where the basic block geometry: AO shading, side opaque etc - depends on the individual block or blockEntity

public interface IGeometryTester

Methods

GetCurrentBlockEntityOnSide(BlockFacing)

BlockEntity GetCurrentBlockEntityOnSide(BlockFacing side)

Parameters

side BlockFacing

Returns

BlockEntity

GetCurrentBlockEntityOnSide(Vec3iAndFacingFlags)

BlockEntity GetCurrentBlockEntityOnSide(Vec3iAndFacingFlags vec)

Parameters

vec Vec3iAndFacingFlags

Returns

BlockEntity