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
Codec
public static Codec<ItemStackContainerConfig> Codec { get; }
Property Value
GlobalFilter
public FilterType? GlobalFilter { get; init; }
Property Value
ItemTag
public string? ItemTag { get; init; }