Package emu.grasscutter.net.proto
Interface GCGPVEIntentionOuterClass.GCGPVEIntentionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGPVEIntentionOuterClass.GCGPVEIntention,GCGPVEIntentionOuterClass.GCGPVEIntention.Builder
- Enclosing class:
- GCGPVEIntentionOuterClass
public static interface GCGPVEIntentionOuterClass.GCGPVEIntentionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 card_guid = 15;intgetSkillIdList(int index) repeated uint32 skill_id_list = 14;intrepeated uint32 skill_id_list = 14;repeated uint32 skill_id_list = 14;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
-
getSkillIdListList
repeated uint32 skill_id_list = 14;- Returns:
- A list containing the skillIdList.
-
getSkillIdListCount
int getSkillIdListCount()repeated uint32 skill_id_list = 14;- Returns:
- The count of skillIdList.
-
getSkillIdList
int getSkillIdList(int index) repeated uint32 skill_id_list = 14;- Parameters:
index- The index of the element to return.- Returns:
- The skillIdList at the given index.
-
getCardGuid
int getCardGuid()uint32 card_guid = 15;- Returns:
- The cardGuid.
-