Package emu.grasscutter.net.proto
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 Summary
Modifier and TypeMethodDescription.Vector play_pos = 7;.Vector play_pos = 7;.ScenePlayerSoundNotify.PlaySoundType play_type = 15;int.ScenePlayerSoundNotify.PlaySoundType play_type = 15;string sound_name = 11;com.google.protobuf.ByteStringstring sound_name = 11;boolean.Vector play_pos = 7;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
VectorOuterClass.Vector 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.
-