‪GamecraftModdingAPI  ‪v1.8.0
‪The unofficial Gamecraft modding API
GamecraftModdingAPI.Blocks.BlockEventsEngine Class Reference
Inheritance diagram for GamecraftModdingAPI.Blocks.BlockEventsEngine:
GamecraftModdingAPI.Engines.IReactionaryEngine< BlockTagEntityStruct >

Public Member Functions

void Add (ref BlockTagEntityStruct entityComponent, EGID egid)
 
void Dispose ()
 
void Ready ()
 
void Remove (ref BlockTagEntityStruct entityComponent, EGID egid)
 

Properties

EntitiesDB entitiesDB [get, set]
 
bool isRemovable = false [get]
 
string Name = "GamecraftModdingAPIBlockEventsEngine" [get]
 

Events

EventHandler< BlockPlacedRemovedEventArgsPlaced
 
EventHandler< BlockPlacedRemovedEventArgsRemoved
 

Member Function Documentation

◆ Add()

void GamecraftModdingAPI.Blocks.BlockEventsEngine.Add ( ref BlockTagEntityStruct  entityComponent,
EGID  egid 
)
inline

◆ Dispose()

void GamecraftModdingAPI.Blocks.BlockEventsEngine.Dispose ( )
inline

◆ Ready()

void GamecraftModdingAPI.Blocks.BlockEventsEngine.Ready ( )
inline

◆ Remove()

void GamecraftModdingAPI.Blocks.BlockEventsEngine.Remove ( ref BlockTagEntityStruct  entityComponent,
EGID  egid 
)
inline

Property Documentation

◆ entitiesDB

EntitiesDB GamecraftModdingAPI.Blocks.BlockEventsEngine.entitiesDB
getset

◆ isRemovable

bool GamecraftModdingAPI.Blocks.BlockEventsEngine.isRemovable = false
get

◆ Name

string GamecraftModdingAPI.Blocks.BlockEventsEngine.Name = "GamecraftModdingAPIBlockEventsEngine"
get

Event Documentation

◆ Placed

EventHandler< BlockPlacedRemovedEventArgs> GamecraftModdingAPI.Blocks.BlockEventsEngine.Placed

◆ Removed

EventHandler< BlockPlacedRemovedEventArgs> GamecraftModdingAPI.Blocks.BlockEventsEngine.Removed

The documentation for this class was generated from the following file: