Package emu.grasscutter.net.proto
Interface GalleryBulletHitNotifyOuterClass.GalleryBulletHitNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GalleryBulletHitNotifyOuterClass.GalleryBulletHitNotify,GalleryBulletHitNotifyOuterClass.GalleryBulletHitNotify.Builder
- Enclosing class:
- GalleryBulletHitNotifyOuterClass
public static interface GalleryBulletHitNotifyOuterClass.GalleryBulletHitNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 gallery_id = 3;intuint32 hit_count = 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
-
getGalleryId
int getGalleryId()uint32 gallery_id = 3;- Returns:
- The galleryId.
-
getHitCount
int getHitCount()uint32 hit_count = 7;- Returns:
- The hitCount.
-