Package emu.grasscutter.net.proto
Interface QuickUseWidgetReqOuterClass.QuickUseWidgetReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QuickUseWidgetReqOuterClass.QuickUseWidgetReq,QuickUseWidgetReqOuterClass.QuickUseWidgetReq.Builder
- Enclosing class:
- QuickUseWidgetReqOuterClass
public static interface QuickUseWidgetReqOuterClass.QuickUseWidgetReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.WidgetCameraInfo camera_info = 1835;.WidgetCameraInfo camera_info = 1835;.WidgetCreatorInfo creator_info = 72;.WidgetCreatorInfo creator_info = 72;.WidgetCreateLocationInfo location_info = 1872;.WidgetCreateLocationInfo location_info = 1872;.WidgetThunderBirdFeatherInfo thunder_bird_feather_info = 491;.WidgetThunderBirdFeatherInfo thunder_bird_feather_info = 491;boolean.WidgetCameraInfo camera_info = 1835;boolean.WidgetCreatorInfo creator_info = 72;boolean.WidgetCreateLocationInfo location_info = 1872;boolean.WidgetThunderBirdFeatherInfo thunder_bird_feather_info = 491;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
-
hasLocationInfo
boolean hasLocationInfo().WidgetCreateLocationInfo location_info = 1872;- Returns:
- Whether the locationInfo field is set.
-
getLocationInfo
WidgetCreateLocationInfoOuterClass.WidgetCreateLocationInfo getLocationInfo().WidgetCreateLocationInfo location_info = 1872;- Returns:
- The locationInfo.
-
getLocationInfoOrBuilder
WidgetCreateLocationInfoOuterClass.WidgetCreateLocationInfoOrBuilder getLocationInfoOrBuilder().WidgetCreateLocationInfo location_info = 1872; -
hasCameraInfo
boolean hasCameraInfo().WidgetCameraInfo camera_info = 1835;- Returns:
- Whether the cameraInfo field is set.
-
getCameraInfo
WidgetCameraInfoOuterClass.WidgetCameraInfo getCameraInfo().WidgetCameraInfo camera_info = 1835;- Returns:
- The cameraInfo.
-
getCameraInfoOrBuilder
WidgetCameraInfoOuterClass.WidgetCameraInfoOrBuilder getCameraInfoOrBuilder().WidgetCameraInfo camera_info = 1835; -
hasCreatorInfo
boolean hasCreatorInfo().WidgetCreatorInfo creator_info = 72;- Returns:
- Whether the creatorInfo field is set.
-
getCreatorInfo
WidgetCreatorInfoOuterClass.WidgetCreatorInfo getCreatorInfo().WidgetCreatorInfo creator_info = 72;- Returns:
- The creatorInfo.
-
getCreatorInfoOrBuilder
WidgetCreatorInfoOuterClass.WidgetCreatorInfoOrBuilder getCreatorInfoOrBuilder().WidgetCreatorInfo creator_info = 72; -
hasThunderBirdFeatherInfo
boolean hasThunderBirdFeatherInfo().WidgetThunderBirdFeatherInfo thunder_bird_feather_info = 491;- Returns:
- Whether the thunderBirdFeatherInfo field is set.
-
getThunderBirdFeatherInfo
WidgetThunderBirdFeatherInfoOuterClass.WidgetThunderBirdFeatherInfo getThunderBirdFeatherInfo().WidgetThunderBirdFeatherInfo thunder_bird_feather_info = 491;- Returns:
- The thunderBirdFeatherInfo.
-
getThunderBirdFeatherInfoOrBuilder
WidgetThunderBirdFeatherInfoOuterClass.WidgetThunderBirdFeatherInfoOrBuilder getThunderBirdFeatherInfoOrBuilder().WidgetThunderBirdFeatherInfo thunder_bird_feather_info = 491; -
getParamCase
QuickUseWidgetReqOuterClass.QuickUseWidgetReq.ParamCase getParamCase()
-