Package emu.grasscutter.net.proto
Interface SetPlayerNameRspOuterClass.SetPlayerNameRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SetPlayerNameRspOuterClass.SetPlayerNameRsp,SetPlayerNameRspOuterClass.SetPlayerNameRsp.Builder
- Enclosing class:
- SetPlayerNameRspOuterClass
public static interface SetPlayerNameRspOuterClass.SetPlayerNameRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring nick_name = 14;com.google.protobuf.ByteStringstring nick_name = 14;intint32 retcode = 15;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 = 15;- Returns:
- The retcode.
-
getNickName
String getNickName()string nick_name = 14;- Returns:
- The nickName.
-
getNickNameBytes
com.google.protobuf.ByteString getNickNameBytes()string nick_name = 14;- Returns:
- The bytes for nickName.
-