mirror of
https://github.com/SikongJueluo/cc-utils.git
synced 2025-11-05 03:37:50 +08:00
finish basic access control system
This commit is contained in:
17
types/advanced-peripherals/index.d.ts
vendored
17
types/advanced-peripherals/index.d.ts
vendored
@@ -1,14 +1,3 @@
|
||||
declare interface BlockItemDetailData {
|
||||
id: string;
|
||||
tag: object;
|
||||
Count: number;
|
||||
Slot: number;
|
||||
}
|
||||
|
||||
declare interface BlockDetailData {
|
||||
Items: Record<number, BlockItemDetailData>;
|
||||
}
|
||||
|
||||
declare class BlockReaderPeripheral {
|
||||
getBlockData(): BlockDetailData;
|
||||
}
|
||||
/// <reference path="./block-reader.d.ts" />
|
||||
/// <reference path="./chat-box.d.ts" />
|
||||
/// <reference path="./player-detector.d.ts" />
|
||||
Reference in New Issue
Block a user