Interface SealBattleBeginNotifyOuterClass.SealBattleBeginNotifyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SealBattleBeginNotifyOuterClass.SealBattleBeginNotify, SealBattleBeginNotifyOuterClass.SealBattleBeginNotify.Builder
Enclosing class:
SealBattleBeginNotifyOuterClass

public static interface SealBattleBeginNotifyOuterClass.SealBattleBeginNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .SealBattleType battle_type = 10;
    int
    .SealBattleType battle_type = 10;
    int
    uint32 seal_entity_id = 7;
    int
    uint32 seal_max_progress = 13;
    int
    uint32 seal_radius = 5;

    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

    • getBattleTypeValue

      int getBattleTypeValue()
      .SealBattleType battle_type = 10;
      Returns:
      The enum numeric value on the wire for battleType.
    • getBattleType

      .SealBattleType battle_type = 10;
      Returns:
      The battleType.
    • getSealEntityId

      int getSealEntityId()
      uint32 seal_entity_id = 7;
      Returns:
      The sealEntityId.
    • getSealMaxProgress

      int getSealMaxProgress()
      uint32 seal_max_progress = 13;
      Returns:
      The sealMaxProgress.
    • getSealRadius

      int getSealRadius()
      uint32 seal_radius = 5;
      Returns:
      The sealRadius.