Table of Contents

Class BlockSoundSet

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/BlockSoundSet.json#", "3f17d3d11f31e67d2fa76e98243041c92e025bca5954f8af38279498b1072383")]
public sealed record BlockSoundSet : IEquatable<BlockSoundSet>
Inheritance
BlockSoundSet
Implements
Inherited Members

Properties

Codec

public static Codec<BlockSoundSet> Codec { get; }

Property Value

Codec<BlockSoundSet>

MoveInRepeatRange

public float[]? MoveInRepeatRange { get; init; }

Property Value

float[]

SoundEvents

public Dictionary<string, string> SoundEvents { get; init; }

Property Value

Dictionary<string, string>