Package emu.grasscutter.net.proto
Interface FishingGallerySettleNotifyOuterClass.FishingGallerySettleNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FishingGallerySettleNotifyOuterClass.FishingGallerySettleNotify,FishingGallerySettleNotifyOuterClass.FishingGallerySettleNotify.Builder
- Enclosing class:
- FishingGallerySettleNotifyOuterClass
public static interface FishingGallerySettleNotifyOuterClass.FishingGallerySettleNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 gallery_id = 5;intuint32 level_id = 12;.FishingGallerySettleInfo settle_info = 4;.FishingGallerySettleInfo settle_info = 4;boolean.FishingGallerySettleInfo settle_info = 4;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 = 5;- Returns:
- The galleryId.
-
hasSettleInfo
boolean hasSettleInfo().FishingGallerySettleInfo settle_info = 4;- Returns:
- Whether the settleInfo field is set.
-
getSettleInfo
FishingGallerySettleInfoOuterClass.FishingGallerySettleInfo getSettleInfo().FishingGallerySettleInfo settle_info = 4;- Returns:
- The settleInfo.
-
getSettleInfoOrBuilder
FishingGallerySettleInfoOuterClass.FishingGallerySettleInfoOrBuilder getSettleInfoOrBuilder().FishingGallerySettleInfo settle_info = 4; -
getLevelId
int getLevelId()uint32 level_id = 12;- Returns:
- The levelId.
-