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