Package emu.grasscutter.net.proto
Interface SetUpLunchBoxWidgetRspOuterClass.SetUpLunchBoxWidgetRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SetUpLunchBoxWidgetRspOuterClass.SetUpLunchBoxWidgetRsp,SetUpLunchBoxWidgetRspOuterClass.SetUpLunchBoxWidgetRsp.Builder
- Enclosing class:
- SetUpLunchBoxWidgetRspOuterClass
public static interface SetUpLunchBoxWidgetRspOuterClass.SetUpLunchBoxWidgetRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.LunchBoxData lunch_box_data = 7;.LunchBoxData lunch_box_data = 7;intint32 retcode = 13;boolean.LunchBoxData lunch_box_data = 7;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
-
getRetcode
int getRetcode()int32 retcode = 13;- Returns:
- The retcode.
-
hasLunchBoxData
boolean hasLunchBoxData().LunchBoxData lunch_box_data = 7;- Returns:
- Whether the lunchBoxData field is set.
-
getLunchBoxData
LunchBoxDataOuterClass.LunchBoxData getLunchBoxData().LunchBoxData lunch_box_data = 7;- Returns:
- The lunchBoxData.
-
getLunchBoxDataOrBuilder
LunchBoxDataOuterClass.LunchBoxDataOrBuilder getLunchBoxDataOrBuilder().LunchBoxData lunch_box_data = 7;
-