Class NeighbourBlockTagsLocationCondition
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/NeighbourBlockTagsLocationCondition", "8c03e84da8a12899489101d8d12add567568d6a0e3ed0e861da0f1bbf194ed63")]
public sealed record NeighbourBlockTagsLocationCondition : DirectionalGrowthBehaviourLocationConditions, IEquatable<NeighbourBlockTagsLocationCondition>
- Inheritance
-
NeighbourBlockTagsLocationCondition
- Implements
- Inherited Members
Properties
Codec
public static Codec<NeighbourBlockTagsLocationCondition> Codec { get; }
Property Value
NeighbourBlock
public NeighbourDirection NeighbourBlock { get; init; }
Property Value
Support
public int[]? Support { get; init; }
Property Value
- int[]
TagPattern
public string TagPattern { get; init; }