public ModItem(ModObjectId id, ModItemTier tier) { this.id = id; this.tier = tier; }
public ItemStub(ModObjectId id, ModItemTier tier) : base(id, tier) { }