Class LevelEntityAddedEvent
Dispatched when an Entity gets added to a OpenLevel
Namespace: OpenAPI.Events.Level
Assembly: OpenAPI.dll
Syntax
public class LevelEntityAddedEvent : LevelEvent
Constructors
| Improve this Doc View SourceLevelEntityAddedEvent(OpenLevel, MiNET.Entities.Entity)
Declaration
public LevelEntityAddedEvent(OpenLevel world, MiNET.Entities.Entity entity)
Parameters
Type | Name | Description |
---|---|---|
OpenLevel | world | The level the entity was added to |
MiNET.Entities.Entity | entity | The entity that has been added |
Properties
| Improve this Doc View SourceEntity
The entity that got added
Declaration
public MiNET.Entities.Entity Entity { get; }
Property Value
Type | Description |
---|---|
MiNET.Entities.Entity |