Package emu.grasscutter.net.proto
Interface GCGAttackCostInfoOuterClass.GCGAttackCostInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGAttackCostInfoOuterClass.GCGAttackCostInfo,GCGAttackCostInfoOuterClass.GCGAttackCostInfo.Builder
- Enclosing class:
- GCGAttackCostInfoOuterClass
public static interface GCGAttackCostInfoOuterClass.GCGAttackCostInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCostMap(int index) repeated .Uint32Pair cost_map = 1;intrepeated .Uint32Pair cost_map = 1;repeated .Uint32Pair cost_map = 1;getCostMapOrBuilder(int index) repeated .Uint32Pair cost_map = 1;List<? extends Uint32PairOuterClass.Uint32PairOrBuilder>repeated .Uint32Pair cost_map = 1;intuint32 skill_id = 7;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
-
getCostMapList
List<Uint32PairOuterClass.Uint32Pair> getCostMapList()repeated .Uint32Pair cost_map = 1; -
getCostMap
repeated .Uint32Pair cost_map = 1; -
getCostMapCount
int getCostMapCount()repeated .Uint32Pair cost_map = 1; -
getCostMapOrBuilderList
List<? extends Uint32PairOuterClass.Uint32PairOrBuilder> getCostMapOrBuilderList()repeated .Uint32Pair cost_map = 1; -
getCostMapOrBuilder
repeated .Uint32Pair cost_map = 1; -
getSkillId
int getSkillId()uint32 skill_id = 7;- Returns:
- The skillId.
-