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 = 6;getOp().WidgetSlotOp op = 12;int.WidgetSlotOp op = 12;getTagList(int index) repeated .WidgetSlotTag tag_list = 5;intrepeated .WidgetSlotTag tag_list = 5;repeated .WidgetSlotTag tag_list = 5;intgetTagListValue(int index) repeated .WidgetSlotTag tag_list = 5;repeated .WidgetSlotTag tag_list = 5;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
-
getTagListList
List<WidgetSlotTagOuterClass.WidgetSlotTag> getTagListList()repeated .WidgetSlotTag tag_list = 5;- Returns:
- A list containing the tagList.
-
getTagListCount
int getTagListCount()repeated .WidgetSlotTag tag_list = 5;- Returns:
- The count of tagList.
-
getTagList
repeated .WidgetSlotTag tag_list = 5;- Parameters:
index- The index of the element to return.- Returns:
- The tagList at the given index.
-
getTagListValueList
repeated .WidgetSlotTag tag_list = 5;- Returns:
- A list containing the enum numeric values on the wire for tagList.
-
getTagListValue
int getTagListValue(int index) repeated .WidgetSlotTag tag_list = 5;- 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 = 12;- Returns:
- The enum numeric value on the wire for op.
-
getOp
.WidgetSlotOp op = 12;- Returns:
- The op.
-
getMaterialId
int getMaterialId()uint32 material_id = 6;- Returns:
- The materialId.
-