Beta
Describes a block point-of-interest instance returned by a query.
Required Experiments:
export class PoiBlockInstance { private constructor(); readonly position: Vector3; readonly tickets: number; readonly 'type': PoiBlockType;} Copy
export class PoiBlockInstance { private constructor(); readonly position: Vector3; readonly tickets: number; readonly 'type': PoiBlockType;}
Private
Readonly
Block position of this POI instance.
This property can't be read in early-execution mode.
Number of tickets currently available to be claimed from this POI instance.
Type of this POI instance.
Describes a block point-of-interest instance returned by a query.
Required Experiments:
Source