Interface ScenePlayerSoundNotifyOuterClass.ScenePlayerSoundNotifyOrBuilder

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

public static interface ScenePlayerSoundNotifyOuterClass.ScenePlayerSoundNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getSoundName

      String getSoundName()
      string sound_name = 11;
      Returns:
      The soundName.
    • getSoundNameBytes

      com.google.protobuf.ByteString getSoundNameBytes()
      string sound_name = 11;
      Returns:
      The bytes for soundName.
    • hasPlayPos

      boolean hasPlayPos()
      .Vector play_pos = 7;
      Returns:
      Whether the playPos field is set.
    • getPlayPos

      .Vector play_pos = 7;
      Returns:
      The playPos.
    • getPlayPosOrBuilder

      VectorOuterClass.VectorOrBuilder getPlayPosOrBuilder()
      .Vector play_pos = 7;
    • getPlayTypeValue

      int getPlayTypeValue()
      .ScenePlayerSoundNotify.PlaySoundType play_type = 15;
      Returns:
      The enum numeric value on the wire for playType.
    • getPlayType

      .ScenePlayerSoundNotify.PlaySoundType play_type = 15;
      Returns:
      The playType.