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 = 15;
    int
    uint32 scene_id = 6;
    long
    uint64 scene_time = 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

    • getSceneId

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

      boolean getIsPaused()
      bool is_paused = 15;
      Returns:
      The isPaused.
    • getSceneTime

      long getSceneTime()
      uint64 scene_time = 1;
      Returns:
      The sceneTime.