Table of Contents

Class BlockTypeTextures

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

Properties

All

public string? All { get; init; }

Property Value

string

Codec

public static Codec<BlockTypeTextures> Codec { get; }

Property Value

Codec<BlockTypeTextures>

Down

public string? Down { get; init; }

Property Value

string

East

public string? East { get; init; }

Property Value

string

North

public string? North { get; init; }

Property Value

string

Sides

public string? Sides { get; init; }

Property Value

string

South

public string? South { get; init; }

Property Value

string

Up

public string? Up { get; init; }

Property Value

string

UpDown

public string? UpDown { get; init; }

Property Value

string

Weight

public int Weight { get; init; }

Property Value

int

West

public string? West { get; init; }

Property Value

string