Package emu.grasscutter.net.proto
Interface GroupUnloadNotifyOuterClass.GroupUnloadNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GroupUnloadNotifyOuterClass.GroupUnloadNotify,GroupUnloadNotifyOuterClass.GroupUnloadNotify.Builder
- Enclosing class:
- GroupUnloadNotifyOuterClass
public static interface GroupUnloadNotifyOuterClass.GroupUnloadNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetGroupList(int index) repeated uint32 group_list = 13;intrepeated uint32 group_list = 13;repeated uint32 group_list = 13;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
-
getGroupListList
repeated uint32 group_list = 13;- Returns:
- A list containing the groupList.
-
getGroupListCount
int getGroupListCount()repeated uint32 group_list = 13;- Returns:
- The count of groupList.
-
getGroupList
int getGroupList(int index) repeated uint32 group_list = 13;- Parameters:
index- The index of the element to return.- Returns:
- The groupList at the given index.
-