Package emu.grasscutter.net.proto
Interface FurnitureMakeInfoChangeNotifyOuterClass.FurnitureMakeInfoChangeNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FurnitureMakeInfoChangeNotifyOuterClass.FurnitureMakeInfoChangeNotify,FurnitureMakeInfoChangeNotifyOuterClass.FurnitureMakeInfoChangeNotify.Builder
- Enclosing class:
- FurnitureMakeInfoChangeNotifyOuterClass
public static interface FurnitureMakeInfoChangeNotifyOuterClass.FurnitureMakeInfoChangeNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.FurnitureMakeInfo make_info = 10;.FurnitureMakeInfo make_info = 10;boolean.FurnitureMakeInfo make_info = 10;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
-
hasMakeInfo
boolean hasMakeInfo().FurnitureMakeInfo make_info = 10;- Returns:
- Whether the makeInfo field is set.
-
getMakeInfo
FurnitureMakeInfoOuterClass.FurnitureMakeInfo getMakeInfo().FurnitureMakeInfo make_info = 10;- Returns:
- The makeInfo.
-
getMakeInfoOrBuilder
FurnitureMakeInfoOuterClass.FurnitureMakeInfoOrBuilder getMakeInfoOrBuilder().FurnitureMakeInfo make_info = 10;
-