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 = 7;intgetRuneList(int index) repeated uint32 rune_list = 14;intrepeated uint32 rune_list = 14;repeated uint32 rune_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
-
getRetcode
int getRetcode()int32 retcode = 7;- Returns:
- The retcode.
-
getRuneListList
repeated uint32 rune_list = 14;- Returns:
- A list containing the runeList.
-
getRuneListCount
int getRuneListCount()repeated uint32 rune_list = 14;- Returns:
- The count of runeList.
-
getRuneList
int getRuneList(int index) repeated uint32 rune_list = 14;- Parameters:
index- The index of the element to return.- Returns:
- The runeList at the given index.
-