Package emu.grasscutter.net.proto
Interface ServerAnnounceRevokeNotifyOuterClass.ServerAnnounceRevokeNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServerAnnounceRevokeNotifyOuterClass.ServerAnnounceRevokeNotify,ServerAnnounceRevokeNotifyOuterClass.ServerAnnounceRevokeNotify.Builder
- Enclosing class:
- ServerAnnounceRevokeNotifyOuterClass
public static interface ServerAnnounceRevokeNotifyOuterClass.ServerAnnounceRevokeNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetConfigIdList(int index) repeated uint32 config_id_list = 6;intrepeated uint32 config_id_list = 6;repeated uint32 config_id_list = 6;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
-
getConfigIdListList
repeated uint32 config_id_list = 6;- Returns:
- A list containing the configIdList.
-
getConfigIdListCount
int getConfigIdListCount()repeated uint32 config_id_list = 6;- Returns:
- The count of configIdList.
-
getConfigIdList
int getConfigIdList(int index) repeated uint32 config_id_list = 6;- Parameters:
index- The index of the element to return.- Returns:
- The configIdList at the given index.
-