Package emu.grasscutter.net.proto
Interface ScenePlayOwnerCheckRspOuterClass.ScenePlayOwnerCheckRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScenePlayOwnerCheckRspOuterClass.ScenePlayOwnerCheckRsp,ScenePlayOwnerCheckRspOuterClass.ScenePlayOwnerCheckRsp.Builder
- Enclosing class:
- ScenePlayOwnerCheckRspOuterClass
public static interface ScenePlayOwnerCheckRspOuterClass.ScenePlayOwnerCheckRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_skip_match = 14;intgetParamList(int index) repeated uint32 param_list = 6;intrepeated uint32 param_list = 6;repeated uint32 param_list = 6;intuint32 play_id = 4;intint32 retcode = 7;intuint32 wrong_uid = 1;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
-
getWrongUid
int getWrongUid()uint32 wrong_uid = 1;- Returns:
- The wrongUid.
-
getParamListList
repeated uint32 param_list = 6;- Returns:
- A list containing the paramList.
-
getParamListCount
int getParamListCount()repeated uint32 param_list = 6;- Returns:
- The count of paramList.
-
getParamList
int getParamList(int index) repeated uint32 param_list = 6;- Parameters:
index- The index of the element to return.- Returns:
- The paramList at the given index.
-
getRetcode
int getRetcode()int32 retcode = 7;- Returns:
- The retcode.
-
getIsSkipMatch
boolean getIsSkipMatch()bool is_skip_match = 14;- Returns:
- The isSkipMatch.
-
getPlayId
int getPlayId()uint32 play_id = 4;- Returns:
- The playId.
-