Package emu.grasscutter.net.proto
Interface EquipRoguelikeRuneRspOuterClass.EquipRoguelikeRuneRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EquipRoguelikeRuneRspOuterClass.EquipRoguelikeRuneRsp,EquipRoguelikeRuneRspOuterClass.EquipRoguelikeRuneRsp.Builder
- Enclosing class:
- EquipRoguelikeRuneRspOuterClass
public static interface EquipRoguelikeRuneRspOuterClass.EquipRoguelikeRuneRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintint32 retcode = 5;intgetRuneList(int index) repeated uint32 rune_list = 6;intrepeated uint32 rune_list = 6;repeated uint32 rune_list = 6;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
-
getRuneListList
repeated uint32 rune_list = 6;- Returns:
- A list containing the runeList.
-
getRuneListCount
int getRuneListCount()repeated uint32 rune_list = 6;- Returns:
- The count of runeList.
-
getRuneList
int getRuneList(int index) repeated uint32 rune_list = 6;- Parameters:
index- The index of the element to return.- Returns:
- The runeList at the given index.
-
getRetcode
int getRetcode()int32 retcode = 5;- Returns:
- The retcode.
-