Package emu.grasscutter.net.proto
Interface CoopCgUpdateNotifyOuterClass.CoopCgUpdateNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoopCgUpdateNotifyOuterClass.CoopCgUpdateNotify,CoopCgUpdateNotifyOuterClass.CoopCgUpdateNotify.Builder
- Enclosing class:
- CoopCgUpdateNotifyOuterClass
public static interface CoopCgUpdateNotifyOuterClass.CoopCgUpdateNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetCgList(int index) repeated uint32 cg_list = 8;intrepeated uint32 cg_list = 8;repeated uint32 cg_list = 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
-
getCgListList
repeated uint32 cg_list = 8;- Returns:
- A list containing the cgList.
-
getCgListCount
int getCgListCount()repeated uint32 cg_list = 8;- Returns:
- The count of cgList.
-
getCgList
int getCgList(int index) repeated uint32 cg_list = 8;- Parameters:
index- The index of the element to return.- Returns:
- The cgList at the given index.
-