Empeld
Empeld plugin documentation.
|
Item extensions to interact with entities More...
Static Public Member Functions | |
static IItemDrop | DropItem (this IEntityManager entityManager, IItem item, Vector3d position) |
Drop an item in the world More... | |
static IItemDrop | DropItem< T > (this IEntityManager entityManager, Vector3d position) |
Drop a new item of type T in the world More... | |
static IEnumerable< IItemDrop > | FindItemsNear (this IEntityManager entityManager, Vector3d pos, double radius) |
Finds the items near a given position More... | |
Item extensions to interact with entities
|
static |
Drop an item in the world
entityManager | Entity manager. |
item | Item. |
position | Position. |
|
static |
Drop a new item of type T in the world
entityManager | Entity manager. |
position | Position. |
T | The 1st type parameter. |
T | : | class | |
T | : | IItem | |
T | : | new() |
|
static |
Finds the items near a given position
entityManager | Entity manager. |
pos | Position. |
radius | Radius. |