Package emu.grasscutter.net.proto
Interface WidgetDoBagReqOuterClass.WidgetDoBagReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WidgetDoBagReqOuterClass.WidgetDoBagReq,WidgetDoBagReqOuterClass.WidgetDoBagReq.Builder
- Enclosing class:
- WidgetDoBagReqOuterClass
public static interface WidgetDoBagReqOuterClass.WidgetDoBagReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.WidgetCreateLocationInfo location_info = 486;.WidgetCreateLocationInfo location_info = 486;intuint32 material_id = 12;.WidgetCreatorInfo widget_creator_info = 694;.WidgetCreatorInfo widget_creator_info = 694;boolean.WidgetCreateLocationInfo location_info = 486;boolean.WidgetCreatorInfo widget_creator_info = 694;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.
-
hasLocationInfo
boolean hasLocationInfo().WidgetCreateLocationInfo location_info = 486;- Returns:
- Whether the locationInfo field is set.
-
getLocationInfo
WidgetCreateLocationInfoOuterClass.WidgetCreateLocationInfo getLocationInfo().WidgetCreateLocationInfo location_info = 486;- Returns:
- The locationInfo.
-
getLocationInfoOrBuilder
WidgetCreateLocationInfoOuterClass.WidgetCreateLocationInfoOrBuilder getLocationInfoOrBuilder().WidgetCreateLocationInfo location_info = 486; -
hasWidgetCreatorInfo
boolean hasWidgetCreatorInfo().WidgetCreatorInfo widget_creator_info = 694;- Returns:
- Whether the widgetCreatorInfo field is set.
-
getWidgetCreatorInfo
WidgetCreatorInfoOuterClass.WidgetCreatorInfo getWidgetCreatorInfo().WidgetCreatorInfo widget_creator_info = 694;- Returns:
- The widgetCreatorInfo.
-
getWidgetCreatorInfoOrBuilder
WidgetCreatorInfoOuterClass.WidgetCreatorInfoOrBuilder getWidgetCreatorInfoOrBuilder().WidgetCreatorInfo widget_creator_info = 694; -
getOpInfoCase
WidgetDoBagReqOuterClass.WidgetDoBagReq.OpInfoCase getOpInfoCase()
-