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