Interface ScenePlayBattleInterruptNotifyOuterClass.ScenePlayBattleInterruptNotifyOrBuilder

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

public static interface ScenePlayBattleInterruptNotifyOuterClass.ScenePlayBattleInterruptNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 interrupt_state = 8;
    int
    uint32 play_id = 10;
    int
    uint32 play_type = 1;

    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

    • getInterruptState

      int getInterruptState()
      uint32 interrupt_state = 8;
      Returns:
      The interruptState.
    • getPlayId

      int getPlayId()
      uint32 play_id = 10;
      Returns:
      The playId.
    • getPlayType

      int getPlayType()
      uint32 play_type = 1;
      Returns:
      The playType.