Interface IMountable
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
Represents something the player can mount. Usually a block or an entity.
public interface IMountable
- Extension Methods
Properties
Controller
The entity that controls this mountable - there can only be one
Entity Controller { get; }
Property Value
Position
Position of this mountable
EntityPos Position { get; }
Property Value
Seats
The seats of this mountable
IMountableSeat[] Seats { get; }
Property Value
Methods
AnyMounted()
bool AnyMounted()