games.mythical.saga.sdk.proto.api.item.ItemsProtoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of saga-sdk-proto Show documentation
Show all versions of saga-sdk-proto Show documentation
Saga SDK for Java game servers
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: api/item/definition.proto
package games.mythical.saga.sdk.proto.api.item;
public interface ItemsProtoOrBuilder extends
// @@protoc_insertion_point(interface_extends:saga.api.item.ItemsProto)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .saga.api.item.ItemProto items = 1;
*/
java.util.List
getItemsList();
/**
* repeated .saga.api.item.ItemProto items = 1;
*/
games.mythical.saga.sdk.proto.api.item.ItemProto getItems(int index);
/**
* repeated .saga.api.item.ItemProto items = 1;
*/
int getItemsCount();
/**
* repeated .saga.api.item.ItemProto items = 1;
*/
java.util.List extends games.mythical.saga.sdk.proto.api.item.ItemProtoOrBuilder>
getItemsOrBuilderList();
/**
* repeated .saga.api.item.ItemProto items = 1;
*/
games.mythical.saga.sdk.proto.api.item.ItemProtoOrBuilder getItemsOrBuilder(
int index);
}