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 = 1340;.WidgetCreateLocationInfo location_info = 1340;intuint32 material_id = 9;.WidgetCreatorInfo widget_creator_info = 1743;.WidgetCreatorInfo widget_creator_info = 1743;boolean.WidgetCreateLocationInfo location_info = 1340;boolean.WidgetCreatorInfo widget_creator_info = 1743;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 = 9;- Returns:
- The materialId.
-
hasLocationInfo
boolean hasLocationInfo().WidgetCreateLocationInfo location_info = 1340;- Returns:
- Whether the locationInfo field is set.
-
getLocationInfo
WidgetCreateLocationInfoOuterClass.WidgetCreateLocationInfo getLocationInfo().WidgetCreateLocationInfo location_info = 1340;- Returns:
- The locationInfo.
-
getLocationInfoOrBuilder
WidgetCreateLocationInfoOuterClass.WidgetCreateLocationInfoOrBuilder getLocationInfoOrBuilder().WidgetCreateLocationInfo location_info = 1340; -
hasWidgetCreatorInfo
boolean hasWidgetCreatorInfo().WidgetCreatorInfo widget_creator_info = 1743;- Returns:
- Whether the widgetCreatorInfo field is set.
-
getWidgetCreatorInfo
WidgetCreatorInfoOuterClass.WidgetCreatorInfo getWidgetCreatorInfo().WidgetCreatorInfo widget_creator_info = 1743;- Returns:
- The widgetCreatorInfo.
-
getWidgetCreatorInfoOrBuilder
WidgetCreatorInfoOuterClass.WidgetCreatorInfoOrBuilder getWidgetCreatorInfoOrBuilder().WidgetCreatorInfo widget_creator_info = 1743; -
getOpInfoCase
WidgetDoBagReqOuterClass.WidgetDoBagReq.OpInfoCase getOpInfoCase()
-