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 Type
    Method
    Description
    string nickname = 5;
    com.google.protobuf.ByteString
    string nickname = 5;
    .OtherPlayerEnterHomeNotify.Reason reason = 10;
    int
    .OtherPlayerEnterHomeNotify.Reason reason = 10;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.