Package emu.grasscutter.net.proto
Interface SceneAudioNotifyOuterClass.SceneAudioNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SceneAudioNotifyOuterClass.SceneAudioNotify,SceneAudioNotifyOuterClass.SceneAudioNotify.Builder
- Enclosing class:
- SceneAudioNotifyOuterClass
public static interface SceneAudioNotifyOuterClass.SceneAudioNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetParam1(int index) repeated uint32 param1 = 14;intrepeated uint32 param1 = 14;repeated uint32 param1 = 14;floatgetParam2(int index) repeated float param2 = 11;intrepeated float param2 = 11;repeated float param2 = 11;getParam3(int index) repeated string param3 = 13;com.google.protobuf.ByteStringgetParam3Bytes(int index) repeated string param3 = 13;intrepeated string param3 = 13;repeated string param3 = 13;intuint32 source_uid = 6;intgetType()int32 type = 15;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
-
getSourceUid
int getSourceUid()uint32 source_uid = 6;- Returns:
- The sourceUid.
-
getParam2List
repeated float param2 = 11;- Returns:
- A list containing the param2.
-
getParam2Count
int getParam2Count()repeated float param2 = 11;- Returns:
- The count of param2.
-
getParam2
float getParam2(int index) repeated float param2 = 11;- Parameters:
index- The index of the element to return.- Returns:
- The param2 at the given index.
-
getParam3List
repeated string param3 = 13;- Returns:
- A list containing the param3.
-
getParam3Count
int getParam3Count()repeated string param3 = 13;- Returns:
- The count of param3.
-
getParam3
repeated string param3 = 13;- Parameters:
index- The index of the element to return.- Returns:
- The param3 at the given index.
-
getParam3Bytes
com.google.protobuf.ByteString getParam3Bytes(int index) repeated string param3 = 13;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the param3 at the given index.
-
getType
int getType()int32 type = 15;- Returns:
- The type.
-
getParam1List
repeated uint32 param1 = 14;- Returns:
- A list containing the param1.
-
getParam1Count
int getParam1Count()repeated uint32 param1 = 14;- Returns:
- The count of param1.
-
getParam1
int getParam1(int index) repeated uint32 param1 = 14;- Parameters:
index- The index of the element to return.- Returns:
- The param1 at the given index.
-