Package emu.grasscutter.net.proto
Interface BargainStartNotifyOuterClass.BargainStartNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BargainStartNotifyOuterClass.BargainStartNotify,BargainStartNotifyOuterClass.BargainStartNotify.Builder
- Enclosing class:
- BargainStartNotifyOuterClass
public static interface BargainStartNotifyOuterClass.BargainStartNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 bargain_id = 11;.BargainSnapshot snapshot = 10;.BargainSnapshot snapshot = 10;boolean.BargainSnapshot snapshot = 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
-
getBargainId
int getBargainId()uint32 bargain_id = 11;- Returns:
- The bargainId.
-
hasSnapshot
boolean hasSnapshot().BargainSnapshot snapshot = 10;- Returns:
- Whether the snapshot field is set.
-
getSnapshot
BargainSnapshotOuterClass.BargainSnapshot getSnapshot().BargainSnapshot snapshot = 10;- Returns:
- The snapshot.
-
getSnapshotOrBuilder
BargainSnapshotOuterClass.BargainSnapshotOrBuilder getSnapshotOrBuilder().BargainSnapshot snapshot = 10;
-