Table of Contents

Class ItemStackContainerConfig

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/ItemStackContainerConfig", "50bff3f86aa22acbbe8b452490a7a4c99b786213754a71304f18b98268779e49")]
public sealed record ItemStackContainerConfig : IEquatable<ItemStackContainerConfig>
Inheritance
ItemStackContainerConfig
Implements
Inherited Members

Properties

Capacity

public int Capacity { get; init; }

Property Value

int

Codec

public static Codec<ItemStackContainerConfig> Codec { get; }

Property Value

Codec<ItemStackContainerConfig>

GlobalFilter

public FilterType? GlobalFilter { get; init; }

Property Value

FilterType?

ItemTag

public string? ItemTag { get; init; }

Property Value

string