Table of Contents

Class BlockBehaviorCreatureContainer

Namespace
Vintagestory.GameContent
Assembly
VSSurvivalMod.dll

Allows a creature to be contained inside of this block, as well as catching and releasing the entity. Note that this behavior is built around use with the reed chest, and may have unexpected results with other blocks. This behavior uses the code "CreatureContainer", and has no properties.

[DocumentAsJson]
public class BlockBehaviorCreatureContainer : BlockBehavior
Inheritance
BlockBehaviorCreatureContainer

Examples

"behaviors": [
	{ "name": "CreatureContainer" }
]