games.mythical.saga.sdk.proto.api.item.BurnItemRequestOrBuilder 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 BurnItemRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:saga.api.item.BurnItemRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Game's id for the Item to burn
*
*
* string inventory_id = 1;
* @return The inventoryId.
*/
java.lang.String getInventoryId();
/**
*
* Game's id for the Item to burn
*
*
* string inventory_id = 1;
* @return The bytes for inventoryId.
*/
com.google.protobuf.ByteString
getInventoryIdBytes();
/**
* bool prefund_gas = 2;
* @return The prefundGas.
*/
boolean getPrefundGas();
}