Class BlockEntityBehavior
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
Basic class for block entities - a data structures to hold custom information for blocks, e.g. for chests to hold it's contents.
See the derived types for all block entity behaviors. Open in GitHub
[DocumentAsJson]
public abstract class BlockEntityBehavior
- Inheritance
-
BlockEntityBehavior
- Derived