Package emu.grasscutter.net.proto
Interface GCGMsgGameOverOuterClass.GCGMsgGameOverOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGMsgGameOverOuterClass.GCGMsgGameOver,GCGMsgGameOverOuterClass.GCGMsgGameOver.Builder
- Enclosing class:
- GCGMsgGameOverOuterClass
public static interface GCGMsgGameOverOuterClass.GCGMsgGameOverOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.GCGEndReason end_reason = 6;int.GCGEndReason end_reason = 6;intuint32 win_controller_id = 3;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
-
getEndReasonValue
int getEndReasonValue().GCGEndReason end_reason = 6;- Returns:
- The enum numeric value on the wire for endReason.
-
getEndReason
GCGEndReasonOuterClass.GCGEndReason getEndReason().GCGEndReason end_reason = 6;- Returns:
- The endReason.
-
getWinControllerId
int getWinControllerId()uint32 win_controller_id = 3;- Returns:
- The winControllerId.
-