Package emu.grasscutter.net.proto
Interface GCGReplayControllerDataOuterClass.GCGReplayControllerDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGReplayControllerDataOuterClass.GCGReplayControllerData,GCGReplayControllerDataOuterClass.GCGReplayControllerData.Builder
- Enclosing class:
- GCGReplayControllerDataOuterClass
public static interface GCGReplayControllerDataOuterClass.GCGReplayControllerDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetCardIdList(int index) repeated uint32 card_id_list = 12;intrepeated uint32 card_id_list = 12;repeated uint32 card_id_list = 12;intuint32 controller_id = 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
-
getCardIdListList
repeated uint32 card_id_list = 12;- Returns:
- A list containing the cardIdList.
-
getCardIdListCount
int getCardIdListCount()repeated uint32 card_id_list = 12;- Returns:
- The count of cardIdList.
-
getCardIdList
int getCardIdList(int index) repeated uint32 card_id_list = 12;- Parameters:
index- The index of the element to return.- Returns:
- The cardIdList at the given index.
-
getControllerId
int getControllerId()uint32 controller_id = 6;- Returns:
- The controllerId.
-