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 = 6;.Vector play_pos = 6;.ScenePlayerSoundNotify.PlaySoundType play_type = 15;int.ScenePlayerSoundNotify.PlaySoundType play_type = 15;string sound_name = 14;com.google.protobuf.ByteStringstring sound_name = 14;boolean.Vector play_pos = 6;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
-
hasPlayPos
boolean hasPlayPos().Vector play_pos = 6;- Returns:
- Whether the playPos field is set.
-
getPlayPos
VectorOuterClass.Vector getPlayPos().Vector play_pos = 6;- Returns:
- The playPos.
-
getPlayPosOrBuilder
VectorOuterClass.VectorOrBuilder getPlayPosOrBuilder().Vector play_pos = 6; -
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.
-
getSoundName
String getSoundName()string sound_name = 14;- Returns:
- The soundName.
-
getSoundNameBytes
com.google.protobuf.ByteString getSoundNameBytes()string sound_name = 14;- Returns:
- The bytes for soundName.
-