Package emu.grasscutter.net.proto
Interface HomeBasicInfoNotifyOuterClass.HomeBasicInfoNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeBasicInfoNotifyOuterClass.HomeBasicInfoNotify,HomeBasicInfoNotifyOuterClass.HomeBasicInfoNotify.Builder
- Enclosing class:
- HomeBasicInfoNotifyOuterClass
public static interface HomeBasicInfoNotifyOuterClass.HomeBasicInfoNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.HomeBasicInfo basic_info = 15;.HomeBasicInfo basic_info = 15;boolean.HomeBasicInfo basic_info = 15;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
-
hasBasicInfo
boolean hasBasicInfo().HomeBasicInfo basic_info = 15;- Returns:
- Whether the basicInfo field is set.
-
getBasicInfo
HomeBasicInfoOuterClass.HomeBasicInfo getBasicInfo().HomeBasicInfo basic_info = 15;- Returns:
- The basicInfo.
-
getBasicInfoOrBuilder
HomeBasicInfoOuterClass.HomeBasicInfoOrBuilder getBasicInfoOrBuilder().HomeBasicInfo basic_info = 15;
-