Interface SceneTimeNotifyOuterClass.SceneTimeNotifyOrBuilder

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

public static interface SceneTimeNotifyOuterClass.SceneTimeNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool is_paused = 7;
    int
    uint32 scene_id = 13;
    long
    uint64 scene_time = 2;

    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

    • getSceneTime

      long getSceneTime()
      uint64 scene_time = 2;
      Returns:
      The sceneTime.
    • getSceneId

      int getSceneId()
      uint32 scene_id = 13;
      Returns:
      The sceneId.
    • getIsPaused

      boolean getIsPaused()
      bool is_paused = 7;
      Returns:
      The isPaused.