Package emu.grasscutter.net.proto
Interface SceneGalleryInfoNotifyOuterClass.SceneGalleryInfoNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SceneGalleryInfoNotifyOuterClass.SceneGalleryInfoNotify,SceneGalleryInfoNotifyOuterClass.SceneGalleryInfoNotify.Builder
- Enclosing class:
- SceneGalleryInfoNotifyOuterClass
public static interface SceneGalleryInfoNotifyOuterClass.SceneGalleryInfoNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.SceneGalleryInfo gallery_info = 11;.SceneGalleryInfo gallery_info = 11;boolean.SceneGalleryInfo gallery_info = 11;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
-
hasGalleryInfo
boolean hasGalleryInfo().SceneGalleryInfo gallery_info = 11;- Returns:
- Whether the galleryInfo field is set.
-
getGalleryInfo
SceneGalleryInfoOuterClass.SceneGalleryInfo getGalleryInfo().SceneGalleryInfo gallery_info = 11;- Returns:
- The galleryInfo.
-
getGalleryInfoOrBuilder
SceneGalleryInfoOuterClass.SceneGalleryInfoOrBuilder getGalleryInfoOrBuilder().SceneGalleryInfo gallery_info = 11;
-