Package emu.grasscutter.net.proto
Interface GCGMsgSelectOnStageOuterClass.GCGMsgSelectOnStageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGMsgSelectOnStageOuterClass.GCGMsgSelectOnStage,GCGMsgSelectOnStageOuterClass.GCGMsgSelectOnStage.Builder
- Enclosing class:
- GCGMsgSelectOnStageOuterClass
public static interface GCGMsgSelectOnStageOuterClass.GCGMsgSelectOnStageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 card_guid = 4;intuint32 controller_id = 12;.GCGReason reason = 11;int.GCGReason reason = 11;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
-
getReasonValue
int getReasonValue().GCGReason reason = 11;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
GCGReasonOuterClass.GCGReason getReason().GCGReason reason = 11;- Returns:
- The reason.
-
getControllerId
int getControllerId()uint32 controller_id = 12;- Returns:
- The controllerId.
-
getCardGuid
int getCardGuid()uint32 card_guid = 4;- Returns:
- The cardGuid.
-