Appearance
@loontail/minecraft-kit v0.5.0 / LibraryRule
Interface: LibraryRule
Rule entry used by libraries and modern arguments.
Properties
| Property | Modifier | Type |
|---|---|---|
action | readonly | "allow" | "disallow" |
features? | readonly | Readonly<Record<string, boolean>> |
os? | readonly | { arch: string; name: string; version: string; } |
os.arch? | public | string |
os.name? | public | string |
os.version? | public | string |