Package emu.grasscutter.net.proto
Interface MainCoopFailNotifyOuterClass.MainCoopFailNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MainCoopFailNotifyOuterClass.MainCoopFailNotify,MainCoopFailNotifyOuterClass.MainCoopFailNotify.Builder
- Enclosing class:
- MainCoopFailNotifyOuterClass
public static interface MainCoopFailNotifyOuterClass.MainCoopFailNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 chapter_id = 14;string textmap_id = 7;com.google.protobuf.ByteStringstring textmap_id = 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
-
getTextmapId
String getTextmapId()string textmap_id = 7;- Returns:
- The textmapId.
-
getTextmapIdBytes
com.google.protobuf.ByteString getTextmapIdBytes()string textmap_id = 7;- Returns:
- The bytes for textmapId.
-
getChapterId
int getChapterId()uint32 chapter_id = 14;- Returns:
- The chapterId.
-