Package emu.grasscutter.net.proto
Interface GCGMsgMoveCardOuterClass.GCGMsgMoveCardOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGMsgMoveCardOuterClass.GCGMsgMoveCard,GCGMsgMoveCardOuterClass.GCGMsgMoveCard.Builder
- Enclosing class:
- GCGMsgMoveCardOuterClass
public static interface GCGMsgMoveCardOuterClass.GCGMsgMoveCardOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetCardGuidList(int index) repeated uint32 card_guid_list = 5;intrepeated uint32 card_guid_list = 5;repeated uint32 card_guid_list = 5;intuint32 controller_id = 4;intgetFailGuidList(int index) repeated uint32 fail_guid_list = 2;intrepeated uint32 fail_guid_list = 2;repeated uint32 fail_guid_list = 2;getFrom().GCGZoneType from = 14;int.GCGZoneType from = 14;.GCGReason reason = 13;int.GCGReason reason = 13;getTo().GCGZoneType to = 9;int.GCGZoneType to = 9;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
-
getToValue
int getToValue().GCGZoneType to = 9;- Returns:
- The enum numeric value on the wire for to.
-
getTo
.GCGZoneType to = 9;- Returns:
- The to.
-
getFailGuidListList
repeated uint32 fail_guid_list = 2;- Returns:
- A list containing the failGuidList.
-
getFailGuidListCount
int getFailGuidListCount()repeated uint32 fail_guid_list = 2;- Returns:
- The count of failGuidList.
-
getFailGuidList
int getFailGuidList(int index) repeated uint32 fail_guid_list = 2;- Parameters:
index- The index of the element to return.- Returns:
- The failGuidList at the given index.
-
getFromValue
int getFromValue().GCGZoneType from = 14;- Returns:
- The enum numeric value on the wire for from.
-
getFrom
GCGZoneTypeOuterClass.GCGZoneType getFrom().GCGZoneType from = 14;- Returns:
- The from.
-
getControllerId
int getControllerId()uint32 controller_id = 4;- Returns:
- The controllerId.
-
getReasonValue
int getReasonValue().GCGReason reason = 13;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
GCGReasonOuterClass.GCGReason getReason().GCGReason reason = 13;- Returns:
- The reason.
-
getCardGuidListList
repeated uint32 card_guid_list = 5;- Returns:
- A list containing the cardGuidList.
-
getCardGuidListCount
int getCardGuidListCount()repeated uint32 card_guid_list = 5;- Returns:
- The count of cardGuidList.
-
getCardGuidList
int getCardGuidList(int index) repeated uint32 card_guid_list = 5;- Parameters:
index- The index of the element to return.- Returns:
- The cardGuidList at the given index.
-