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 = 8;intrepeated uint32 param1 = 8;repeated uint32 param1 = 8;floatgetParam2(int index) repeated float param2 = 6;intrepeated float param2 = 6;repeated float param2 = 6;getParam3(int index) repeated string param3 = 5;com.google.protobuf.ByteStringgetParam3Bytes(int index) repeated string param3 = 5;intrepeated string param3 = 5;repeated string param3 = 5;intuint32 source_uid = 11;intgetType()int32 type = 9;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
-
getType
int getType()int32 type = 9;- Returns:
- The type.
-
getSourceUid
int getSourceUid()uint32 source_uid = 11;- Returns:
- The sourceUid.
-
getParam2List
repeated float param2 = 6;- Returns:
- A list containing the param2.
-
getParam2Count
int getParam2Count()repeated float param2 = 6;- Returns:
- The count of param2.
-
getParam2
float getParam2(int index) repeated float param2 = 6;- Parameters:
index- The index of the element to return.- Returns:
- The param2 at the given index.
-
getParam3List
repeated string param3 = 5;- Returns:
- A list containing the param3.
-
getParam3Count
int getParam3Count()repeated string param3 = 5;- Returns:
- The count of param3.
-
getParam3
repeated string param3 = 5;- 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 = 5;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the param3 at the given index.
-
getParam1List
repeated uint32 param1 = 8;- Returns:
- A list containing the param1.
-
getParam1Count
int getParam1Count()repeated uint32 param1 = 8;- Returns:
- The count of param1.
-
getParam1
int getParam1(int index) repeated uint32 param1 = 8;- Parameters:
index- The index of the element to return.- Returns:
- The param1 at the given index.
-