Package emu.grasscutter.net.proto
Interface TryEnterHomeRspOuterClass.TryEnterHomeRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TryEnterHomeRspOuterClass.TryEnterHomeRsp,TryEnterHomeRspOuterClass.TryEnterHomeRsp.Builder
- Enclosing class:
- TryEnterHomeRspOuterClass
public static interface TryEnterHomeRspOuterClass.TryEnterHomeRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetParamList(int index) repeated uint32 param_list = 5;intrepeated uint32 param_list = 5;repeated uint32 param_list = 5;intint32 retcode = 6;intuint32 target_uid = 4;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
-
getRetcode
int getRetcode()int32 retcode = 6;- Returns:
- The retcode.
-
getTargetUid
int getTargetUid()uint32 target_uid = 4;- Returns:
- The targetUid.
-
getParamListList
repeated uint32 param_list = 5;- Returns:
- A list containing the paramList.
-
getParamListCount
int getParamListCount()repeated uint32 param_list = 5;- Returns:
- The count of paramList.
-
getParamList
int getParamList(int index) repeated uint32 param_list = 5;- Parameters:
index- The index of the element to return.- Returns:
- The paramList at the given index.
-