Class BlockBehaviorContainer
- Namespace
- Vintagestory.GameContent
- Assembly
- VSSurvivalMod.dll
Specifies that this block works as a container. Note that it requires a block entity class which implements BlockEntityOpenableContainer. Used with the code "Container". This behavior does not use any properties.
[DocumentAsJson]
public class BlockBehaviorContainer : BlockBehavior
- Inheritance
-
BlockBehaviorContainer
Examples
"behaviors": [
{ "name": "Container" }
]