Package emu.grasscutter.net.proto
Interface GCGMsgModifyAddOuterClass.GCGMsgModifyAddOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGMsgModifyAddOuterClass.GCGMsgModifyAdd,GCGMsgModifyAddOuterClass.GCGMsgModifyAdd.Builder
- Enclosing class:
- GCGMsgModifyAddOuterClass
public static interface GCGMsgModifyAddOuterClass.GCGMsgModifyAddOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetCardGuidList(int index) repeated uint32 card_guid_list = 3;intrepeated uint32 card_guid_list = 3;repeated uint32 card_guid_list = 3;intuint32 controller_id = 12;intuint32 owner_card_guid = 11;intgetPos()uint32 pos = 9;.GCGReason reason = 15;int.GCGReason reason = 15;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
-
getOwnerCardGuid
int getOwnerCardGuid()uint32 owner_card_guid = 11;- Returns:
- The ownerCardGuid.
-
getPos
int getPos()uint32 pos = 9;- Returns:
- The pos.
-
getCardGuidListList
repeated uint32 card_guid_list = 3;- Returns:
- A list containing the cardGuidList.
-
getCardGuidListCount
int getCardGuidListCount()repeated uint32 card_guid_list = 3;- Returns:
- The count of cardGuidList.
-
getCardGuidList
int getCardGuidList(int index) repeated uint32 card_guid_list = 3;- Parameters:
index- The index of the element to return.- Returns:
- The cardGuidList at the given index.
-
getControllerId
int getControllerId()uint32 controller_id = 12;- Returns:
- The controllerId.
-
getReasonValue
int getReasonValue().GCGReason reason = 15;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
GCGReasonOuterClass.GCGReason getReason().GCGReason reason = 15;- Returns:
- The reason.
-