Empeld
Empeld plugin documentation.
essentials.BlockEntities.IBlockEntity Interface Reference

An interface that denotes an entity as a block-entity More...

Inheritance diagram for essentials.BlockEntities.IBlockEntity:
pluginbase.Objects.Syncable.Entity.IEntity essentials.BlockEntities.BlockEntityBase< TBlock > essentials.BlockEntities.IBlockEntityInteractable

Properties

string Name [get]
 Name of the block-entity More...
 
Vector3i Position [get]
 Position its located at More...
 
- Properties inherited from pluginbase.Objects.Syncable.Entity.IEntity
uint ObjectId [get]
 Gets the object identifier. More...
 
ushort OwnerId [get]
 Gets the owner identifier. (Net Ident) More...
 
ushort ObjectTypeId [get]
 Gets the object type identifier, as defined by the attribute More...
 
bool DestroyFlag [get]
 Gets a value indicating whether this pluginbase.Objects.Syncable.Entity.IEntity is destroyable. More...
 
bool Spawned [get]
 Gets a value indicating whether this entity has been spawned More...
 
bool Transient [get]
 Gets a value indicating whether this entity is transient (Won't be saved) More...
 

Detailed Description

An interface that denotes an entity as a block-entity

Property Documentation

◆ Name

string essentials.BlockEntities.IBlockEntity.Name
get

Name of the block-entity

The name.

◆ Position

Vector3i essentials.BlockEntities.IBlockEntity.Position
get

Position its located at

The position.


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