Table of Contents

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

int

Codec

public static Codec<SimpleItemContainer> Codec { get; }

Property Value

Codec<SimpleItemContainer>

Items

public Dictionary<string, ItemStack>? Items { get; init; }

Property Value

Dictionary<string, ItemStack>