Package emu.grasscutter.net.proto
Interface PSPlayerApplyEnterMpReqOuterClass.PSPlayerApplyEnterMpReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PSPlayerApplyEnterMpReqOuterClass.PSPlayerApplyEnterMpReq,PSPlayerApplyEnterMpReqOuterClass.PSPlayerApplyEnterMpReq.Builder
- Enclosing class:
- PSPlayerApplyEnterMpReqOuterClass
public static interface PSPlayerApplyEnterMpReqOuterClass.PSPlayerApplyEnterMpReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring target_psn_id = 8;com.google.protobuf.ByteStringstring target_psn_id = 8;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
-
getTargetPsnId
String getTargetPsnId()string target_psn_id = 8;- Returns:
- The targetPsnId.
-
getTargetPsnIdBytes
com.google.protobuf.ByteString getTargetPsnIdBytes()string target_psn_id = 8;- Returns:
- The bytes for targetPsnId.
-