Package emu.grasscutter.net.proto
Interface LunaRiteSacrificeRspOuterClass.LunaRiteSacrificeRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LunaRiteSacrificeRspOuterClass.LunaRiteSacrificeRsp,LunaRiteSacrificeRspOuterClass.LunaRiteSacrificeRsp.Builder
- Enclosing class:
- LunaRiteSacrificeRspOuterClass
public static interface LunaRiteSacrificeRspOuterClass.LunaRiteSacrificeRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 area_id = 14;intgetIndex()uint32 index = 3;intint32 retcode = 12;intgetSacrificeList(int index) repeated uint32 sacrifice_list = 11;intrepeated uint32 sacrifice_list = 11;repeated uint32 sacrifice_list = 11;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
-
getSacrificeListList
repeated uint32 sacrifice_list = 11;- Returns:
- A list containing the sacrificeList.
-
getSacrificeListCount
int getSacrificeListCount()repeated uint32 sacrifice_list = 11;- Returns:
- The count of sacrificeList.
-
getSacrificeList
int getSacrificeList(int index) repeated uint32 sacrifice_list = 11;- Parameters:
index- The index of the element to return.- Returns:
- The sacrificeList at the given index.
-
getRetcode
int getRetcode()int32 retcode = 12;- Returns:
- The retcode.
-
getIndex
int getIndex()uint32 index = 3;- Returns:
- The index.
-
getAreaId
int getAreaId()uint32 area_id = 14;- Returns:
- The areaId.
-