Table of Contents

Interface IMountableSupplier

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll
public interface IMountableSupplier

Properties

MountPoints

IMountable[] MountPoints { get; }

Property Value

IMountable[]

Methods

GetMountOffset(Entity)

Vec3f GetMountOffset(Entity entity)

Parameters

entity Entity

Returns

Vec3f

IsMountedBy(Entity)

bool IsMountedBy(Entity entity)

Parameters

entity Entity

Returns

bool