Package emu.grasscutter.net.proto
Interface CoopProgressUpdateNotifyOuterClass.CoopProgressUpdateNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoopProgressUpdateNotifyOuterClass.CoopProgressUpdateNotify,CoopProgressUpdateNotifyOuterClass.CoopProgressUpdateNotify.Builder
- Enclosing class:
- CoopProgressUpdateNotifyOuterClass
public static interface CoopProgressUpdateNotifyOuterClass.CoopProgressUpdateNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 cur_coop_point = 4;booleanbool is_have_progress = 8;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
-
getCurCoopPoint
int getCurCoopPoint()uint32 cur_coop_point = 4;- Returns:
- The curCoopPoint.
-
getIsHaveProgress
boolean getIsHaveProgress()bool is_have_progress = 8;- Returns:
- The isHaveProgress.
-