Skip to main content
The Deno 2 Release Candidate is here
Learn more
class BarrelInventoryMagGen
implements IInventoryMagGen
import { BarrelInventoryMagGen } from "https://deno.land/x/sptaki@1.2.0/generators/weapongen/mod.ts";

Constructors

new
BarrelInventoryMagGen(randomUtil: RandomUtil, botWeaponGeneratorHelper: BotWeaponGeneratorHelper)

Properties

protected
botWeaponGeneratorHelper: BotWeaponGeneratorHelper
protected
randomUtil: RandomUtil

Methods

canHandleInventoryMagGen(inventoryMagGen: InventoryMagGen): boolean
getPriority(): number
process(inventoryMagGen: InventoryMagGen): void