Struct BlockPredicate
- Namespace
- Obsidian.API.Inventory.DataComponents
- Assembly
- Obsidian.API.dll
public readonly struct BlockPredicate
- Inherited Members
-
Properties
BlockIds
public List<string> BlockIds { get; init; }
Property Value
- List<string>
HasBlocks
public bool HasBlocks { get; }
Property Value
- bool
HasNbt
public bool HasNbt { get; }
Property Value
- bool
HasProperties
public bool HasProperties { get; }
Property Value
- bool
Nbt
public object? Nbt { get; init; }
Property Value
- object
Properties
public List<BlockProperty> Properties { get; init; }
Property Value
- List<BlockProperty>