Class TileBreakContext
Supplies metadata and behavioral flags for tile break operations.
public sealed class TileBreakContext
- Inheritance
-
TileBreakContext
- Inherited Members
Properties
ActorEntityId
Gets the actor identifier responsible for the break request.
public int ActorEntityId { get; init; }
Property Value
IgnoreHardness
Gets a value indicating whether mining hardness rules should be bypassed.
public bool IgnoreHardness { get; init; }
Property Value
Source
Gets the logical source of the break request.
public BreakSource Source { get; init; }
Property Value
SpawnDrops
Gets a value reserved for future drop-spawn behavior.
public bool SpawnDrops { get; init; }
Property Value
SuppressEvents
Gets a value indicating whether break events should be suppressed.
public bool SuppressEvents { get; init; }