Package emu.grasscutter.net.proto
Interface SetWidgetSlotRspOuterClass.SetWidgetSlotRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SetWidgetSlotRspOuterClass.SetWidgetSlotRsp,SetWidgetSlotRspOuterClass.SetWidgetSlotRsp.Builder
- Enclosing class:
- SetWidgetSlotRspOuterClass
public static interface SetWidgetSlotRspOuterClass.SetWidgetSlotRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 material_id = 12;getOp().WidgetSlotOp op = 2;int.WidgetSlotOp op = 2;intint32 retcode = 7;getTagList(int index) repeated .WidgetSlotTag tag_list = 15;intrepeated .WidgetSlotTag tag_list = 15;repeated .WidgetSlotTag tag_list = 15;intgetTagListValue(int index) repeated .WidgetSlotTag tag_list = 15;repeated .WidgetSlotTag tag_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
-
getMaterialId
int getMaterialId()uint32 material_id = 12;- Returns:
- The materialId.
-
getTagListList
List<WidgetSlotTagOuterClass.WidgetSlotTag> getTagListList()repeated .WidgetSlotTag tag_list = 15;- Returns:
- A list containing the tagList.
-
getTagListCount
int getTagListCount()repeated .WidgetSlotTag tag_list = 15;- Returns:
- The count of tagList.
-
getTagList
repeated .WidgetSlotTag tag_list = 15;- Parameters:
index- The index of the element to return.- Returns:
- The tagList at the given index.
-
getTagListValueList
repeated .WidgetSlotTag tag_list = 15;- Returns:
- A list containing the enum numeric values on the wire for tagList.
-
getTagListValue
int getTagListValue(int index) repeated .WidgetSlotTag tag_list = 15;- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of tagList at the given index.
-
getOpValue
int getOpValue().WidgetSlotOp op = 2;- Returns:
- The enum numeric value on the wire for op.
-
getOp
.WidgetSlotOp op = 2;- Returns:
- The op.
-
getRetcode
int getRetcode()int32 retcode = 7;- Returns:
- The retcode.
-