Interface RawEntityPerms<PermsType>

interface RawEntityPerms<PermsType> {
    flagPerms: RawFlagPerms;
    rnaoPerms: {
        buildPerms: PermsType;
        destroyPerms: PermsType;
        itemUsePerms: PermsType;
        switchPerms: PermsType;
    };
}

Type Parameters

  • PermsType

Properties

Properties

flagPerms: RawFlagPerms
rnaoPerms: {
    buildPerms: PermsType;
    destroyPerms: PermsType;
    itemUsePerms: PermsType;
    switchPerms: PermsType;
}