Package emu.grasscutter.net.proto
Interface HomeGetBlueprintSlotInfoRspOuterClass.HomeGetBlueprintSlotInfoRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeGetBlueprintSlotInfoRspOuterClass.HomeGetBlueprintSlotInfoRsp,HomeGetBlueprintSlotInfoRspOuterClass.HomeGetBlueprintSlotInfoRsp.Builder
- Enclosing class:
- HomeGetBlueprintSlotInfoRspOuterClass
public static interface HomeGetBlueprintSlotInfoRspOuterClass.HomeGetBlueprintSlotInfoRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetDeleteSlotIdList(int index) repeated uint32 delete_slot_id_list = 1;intrepeated uint32 delete_slot_id_list = 1;repeated uint32 delete_slot_id_list = 1;intint32 retcode = 7;getSlotInfoList(int index) repeated .HomeBlueprintSlotInfo slot_info_list = 15;intrepeated .HomeBlueprintSlotInfo slot_info_list = 15;repeated .HomeBlueprintSlotInfo slot_info_list = 15;getSlotInfoListOrBuilder(int index) repeated .HomeBlueprintSlotInfo slot_info_list = 15;repeated .HomeBlueprintSlotInfo slot_info_list = 15;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
-
getDeleteSlotIdListList
repeated uint32 delete_slot_id_list = 1;- Returns:
- A list containing the deleteSlotIdList.
-
getDeleteSlotIdListCount
int getDeleteSlotIdListCount()repeated uint32 delete_slot_id_list = 1;- Returns:
- The count of deleteSlotIdList.
-
getDeleteSlotIdList
int getDeleteSlotIdList(int index) repeated uint32 delete_slot_id_list = 1;- Parameters:
index- The index of the element to return.- Returns:
- The deleteSlotIdList at the given index.
-
getSlotInfoListList
List<HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo> getSlotInfoListList()repeated .HomeBlueprintSlotInfo slot_info_list = 15; -
getSlotInfoList
repeated .HomeBlueprintSlotInfo slot_info_list = 15; -
getSlotInfoListCount
int getSlotInfoListCount()repeated .HomeBlueprintSlotInfo slot_info_list = 15; -
getSlotInfoListOrBuilderList
List<? extends HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfoOrBuilder> getSlotInfoListOrBuilderList()repeated .HomeBlueprintSlotInfo slot_info_list = 15; -
getSlotInfoListOrBuilder
repeated .HomeBlueprintSlotInfo slot_info_list = 15; -
getRetcode
int getRetcode()int32 retcode = 7;- Returns:
- The retcode.
-