Package emu.grasscutter.net.proto
Interface GCGPlayCardCostInfoOuterClass.GCGPlayCardCostInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGPlayCardCostInfoOuterClass.GCGPlayCardCostInfo,GCGPlayCardCostInfoOuterClass.GCGPlayCardCostInfo.Builder
- Enclosing class:
- GCGPlayCardCostInfoOuterClass
public static interface GCGPlayCardCostInfoOuterClass.GCGPlayCardCostInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 card_id = 9;getCostMap(int index) repeated .Uint32Pair cost_map = 12;intrepeated .Uint32Pair cost_map = 12;repeated .Uint32Pair cost_map = 12;getCostMapOrBuilder(int index) repeated .Uint32Pair cost_map = 12;List<? extends Uint32PairOuterClass.Uint32PairOrBuilder>repeated .Uint32Pair cost_map = 12;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCardId
int getCardId()uint32 card_id = 9;- Returns:
- The cardId.
-
getCostMapList
List<Uint32PairOuterClass.Uint32Pair> getCostMapList()repeated .Uint32Pair cost_map = 12; -
getCostMap
repeated .Uint32Pair cost_map = 12; -
getCostMapCount
int getCostMapCount()repeated .Uint32Pair cost_map = 12; -
getCostMapOrBuilderList
List<? extends Uint32PairOuterClass.Uint32PairOrBuilder> getCostMapOrBuilderList()repeated .Uint32Pair cost_map = 12; -
getCostMapOrBuilder
repeated .Uint32Pair cost_map = 12;
-