‪TechbloxModdingAPI  ‪v2.2.0
‪The unofficial Techblox modding API
TechbloxModdingAPI.Blocks.Engines.BlockEventsEngine Class Reference
Inheritance diagram for TechbloxModdingAPI.Blocks.Engines.BlockEventsEngine:
TechbloxModdingAPI.Engines.IReactionaryEngine< BlockTagEntityStruct >

Public Member Functions

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

Public Attributes

WrappedHandler< BlockPlacedRemovedEventArgsPlaced
 
WrappedHandler< BlockPlacedRemovedEventArgsRemoved
 

Properties

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

Member Function Documentation

◆ Add()

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

◆ Dispose()

void TechbloxModdingAPI.Blocks.Engines.BlockEventsEngine.Dispose ( )
inline

◆ Ready()

void TechbloxModdingAPI.Blocks.Engines.BlockEventsEngine.Ready ( )
inline

◆ Remove()

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

Member Data Documentation

◆ Placed

WrappedHandler<BlockPlacedRemovedEventArgs> TechbloxModdingAPI.Blocks.Engines.BlockEventsEngine.Placed

◆ Removed

WrappedHandler<BlockPlacedRemovedEventArgs> TechbloxModdingAPI.Blocks.Engines.BlockEventsEngine.Removed

Property Documentation

◆ entitiesDB

EntitiesDB TechbloxModdingAPI.Blocks.Engines.BlockEventsEngine.entitiesDB
getset

◆ isRemovable

bool TechbloxModdingAPI.Blocks.Engines.BlockEventsEngine.isRemovable = false
get

◆ Name

string TechbloxModdingAPI.Blocks.Engines.BlockEventsEngine.Name = "TechbloxModdingAPIBlockEventsEngine"
get

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