‪GamecraftModdingAPI  ‪v1.8.0
‪The unofficial Gamecraft modding API
GamecraftModdingAPI.Blocks.PlacementEngine Class Reference

‪Engine which executes block placement actions More...

Inheritance diagram for GamecraftModdingAPI.Blocks.PlacementEngine:
GamecraftModdingAPI.Engines.IApiEngine

Classes

class  FactoryObtainerPatch
 

Public Member Functions

void Dispose ()
 
EntityInitializer PlaceBlock (BlockIDs block, float3 position, Player player, bool autoWire)
 
void Ready ()
 

Public Attributes

bool IsInGame
 
bool isRemovable => false
 
string Name => "GamecraftModdingAPIPlacementGameEngine"
 

Properties

EntitiesDB entitiesDB [get, set]
 

Detailed Description

Engine which executes block placement actions

Member Function Documentation

◆ Dispose()

void GamecraftModdingAPI.Blocks.PlacementEngine.Dispose ( )
inline

◆ PlaceBlock()

EntityInitializer GamecraftModdingAPI.Blocks.PlacementEngine.PlaceBlock ( BlockIDs  block,
float3  position,
Player  player,
bool  autoWire 
)
inline

◆ Ready()

void GamecraftModdingAPI.Blocks.PlacementEngine.Ready ( )
inline

Member Data Documentation

◆ IsInGame

bool GamecraftModdingAPI.Blocks.PlacementEngine.IsInGame

◆ isRemovable

bool GamecraftModdingAPI.Blocks.PlacementEngine.isRemovable => false

◆ Name

string GamecraftModdingAPI.Blocks.PlacementEngine.Name => "GamecraftModdingAPIPlacementGameEngine"

Property Documentation

◆ entitiesDB

EntitiesDB GamecraftModdingAPI.Blocks.PlacementEngine.entitiesDB
getset

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