Class LevelEntityRemovedEvent
Dispatched when an entity gets removed from an OpenLevel
Namespace: OpenAPI.Events.Level
Assembly: OpenAPI.dll
Syntax
public class LevelEntityRemovedEvent : LevelEvent
Constructors
| Improve this Doc View SourceLevelEntityRemovedEvent(OpenLevel, MiNET.Entities.Entity)
Declaration
public LevelEntityRemovedEvent(OpenLevel world, MiNET.Entities.Entity entity)
Parameters
Type | Name | Description |
---|---|---|
OpenLevel | world | |
MiNET.Entities.Entity | entity |
Properties
| Improve this Doc View SourceEntity
The entity that got removed
Declaration
public MiNET.Entities.Entity Entity { get; }
Property Value
Type | Description |
---|---|
MiNET.Entities.Entity |