Package emu.grasscutter.net.proto
Interface OtherPlayerEnterHomeNotifyOuterClass.OtherPlayerEnterHomeNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OtherPlayerEnterHomeNotifyOuterClass.OtherPlayerEnterHomeNotify,OtherPlayerEnterHomeNotifyOuterClass.OtherPlayerEnterHomeNotify.Builder
- Enclosing class:
- OtherPlayerEnterHomeNotifyOuterClass
public static interface OtherPlayerEnterHomeNotifyOuterClass.OtherPlayerEnterHomeNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring nickname = 5;com.google.protobuf.ByteStringstring nickname = 5;.OtherPlayerEnterHomeNotify.Reason reason = 10;int.OtherPlayerEnterHomeNotify.Reason reason = 10;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
-
getNickname
String getNickname()string nickname = 5;- Returns:
- The nickname.
-
getNicknameBytes
com.google.protobuf.ByteString getNicknameBytes()string nickname = 5;- Returns:
- The bytes for nickname.
-
getReasonValue
int getReasonValue().OtherPlayerEnterHomeNotify.Reason reason = 10;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
.OtherPlayerEnterHomeNotify.Reason reason = 10;- Returns:
- The reason.
-