All Downloads are FREE. Search and download functionalities are using the official Maven repository.

POGOProtos.Inventory.InventoryItemData.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Inventory;

import "POGOProtos/Inventory/Item/ItemData.proto";
import "POGOProtos/Inventory/AppliedItems.proto";
import "POGOProtos/Inventory/EggIncubators.proto";
import "POGOProtos/Inventory/Candy.proto";
import "POGOProtos/Inventory/InventoryUpgrades.proto";
import "POGOProtos/Inventory/RaidTickets.proto";
import "POGOProtos/Data/Avatar/AvatarItem.proto";
import "POGOProtos/Data/PokemonData.proto";
import "POGOProtos/Data/PokedexEntry.proto";
import "POGOProtos/Data/Player/PlayerStats.proto";
import "POGOProtos/Data/Player/PlayerCurrency.proto";
import "POGOProtos/Data/Player/PlayerCamera.proto";
import "POGOProtos/Data/Quests/Quest.proto";
import "POGOProtos/Data/Quests/Quests.proto";
import "POGOProtos/Data/Gift/GiftBoxes.proto";
import "POGOProtos/Data/Beluga/BelugaIncenseBox.proto";

message InventoryItemData {
	oneof Type {
		.POGOProtos.Data.PokemonData pokemon_data = 1;
		.POGOProtos.Inventory.Item.ItemData item = 2;
		.POGOProtos.Data.PokedexEntry pokedex_entry = 3;
		.POGOProtos.Data.Player.PlayerStats player_stats = 4;
		.POGOProtos.Data.Player.PlayerCurrency player_currency = 5;
		.POGOProtos.Data.Player.PlayerCamera player_camera = 6;
		.POGOProtos.Inventory.InventoryUpgrades inventory_upgrades = 7;
		.POGOProtos.Inventory.AppliedItems applied_items = 8;
		.POGOProtos.Inventory.EggIncubators egg_incubators = 9;
		.POGOProtos.Inventory.Candy candy = 10;
		.POGOProtos.Data.Quests.Quest quest = 11;
		.POGOProtos.Data.Avatar.AvatarItem avatar_item = 12;
		.POGOProtos.Inventory.RaidTickets raid_tickets = 13;
		.POGOProtos.Data.Quests.Quests quests = 14;
		.POGOProtos.Data.Gift.GiftBoxes gift_boxes = 15;
		.POGOProtos.Data.Beluga.BelugaIncenseBox beluga_incense = 16;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy