|
Empeld
Empeld plugin documentation.
|
A class representing the mutable version of the game world More...
Public Member Functions | |
| IBlock | GetIBlock (int x, int y, int z) |
| Get the block properties at a position More... | |
| IBlock | GetIBlock (Vector3i v) |
| Gets the block properties at a position More... | |
Events | |
| Action< IWorldBlock > | OnBlockUpdate |
| Occurs when a block in the world has updated More... | |
A class representing the mutable version of the game world
Attribute: Injectable
| IBlock pluginbase.Objects.World.IWorld.GetIBlock | ( | int | x, |
| int | y, | ||
| int | z | ||
| ) |
Get the block properties at a position
| x | A System.Int32 |
| y | A System.Int32 |
| z | A System.Int32 |
Gets the block properties at a position
| v | V. |
| Action<IWorldBlock> pluginbase.Objects.World.IWorld.OnBlockUpdate |
Occurs when a block in the world has updated