Class SimpleItemContainer
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/SimpleItemContainer", "8177bf34f901578999f81c9aae61cb1bc753b29504bba2bb05ca8514618489f2")]
public sealed record SimpleItemContainer : CoopBlockStorage, IEquatable<SimpleItemContainer>
- Inheritance
-
SimpleItemContainer
- Implements
- Inherited Members
Properties
Capacity
public int Capacity { get; init; }
Property Value
Codec
public static Codec<SimpleItemContainer> Codec { get; }
Property Value
Items
public Dictionary<string, ItemStack>? Items { get; init; }