Package emu.grasscutter.net.proto
Interface ScenePlayOwnerStartInviteRspOuterClass.ScenePlayOwnerStartInviteRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScenePlayOwnerStartInviteRspOuterClass.ScenePlayOwnerStartInviteRsp,ScenePlayOwnerStartInviteRspOuterClass.ScenePlayOwnerStartInviteRsp.Builder
- Enclosing class:
- ScenePlayOwnerStartInviteRspOuterClass
public static interface ScenePlayOwnerStartInviteRspOuterClass.ScenePlayOwnerStartInviteRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_skip_match = 15;intuint32 play_id = 7;intint32 retcode = 10;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
-
getPlayId
int getPlayId()uint32 play_id = 7;- Returns:
- The playId.
-
getRetcode
int getRetcode()int32 retcode = 10;- Returns:
- The retcode.
-
getIsSkipMatch
boolean getIsSkipMatch()bool is_skip_match = 15;- Returns:
- The isSkipMatch.
-