Package emu.grasscutter.net.proto
Interface PlayerSignatureNotifyOuterClass.PlayerSignatureNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlayerSignatureNotifyOuterClass.PlayerSignatureNotify,PlayerSignatureNotifyOuterClass.PlayerSignatureNotify.Builder
- Enclosing class:
- PlayerSignatureNotifyOuterClass
public static interface PlayerSignatureNotifyOuterClass.PlayerSignatureNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring signature = 13;com.google.protobuf.ByteStringstring signature = 13;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
-
getSignature
String getSignature()string signature = 13;- Returns:
- The signature.
-
getSignatureBytes
com.google.protobuf.ByteString getSignatureBytes()string signature = 13;- Returns:
- The bytes for signature.
-