Package emu.grasscutter.net.proto
Interface NormalUidOpNotifyOuterClass.NormalUidOpNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NormalUidOpNotifyOuterClass.NormalUidOpNotify,NormalUidOpNotifyOuterClass.NormalUidOpNotify.Builder
- Enclosing class:
- NormalUidOpNotifyOuterClass
public static interface NormalUidOpNotifyOuterClass.NormalUidOpNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 duration = 8;intuint32 param_index = 2;intgetParamList(int index) repeated uint32 param_list = 11;intrepeated uint32 param_list = 11;repeated uint32 param_list = 11;intgetParamUidList(int index) repeated uint32 param_uid_list = 1;intrepeated uint32 param_uid_list = 1;repeated uint32 param_uid_list = 1;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
-
getParamIndex
int getParamIndex()uint32 param_index = 2;- Returns:
- The paramIndex.
-
getParamUidListList
repeated uint32 param_uid_list = 1;- Returns:
- A list containing the paramUidList.
-
getParamUidListCount
int getParamUidListCount()repeated uint32 param_uid_list = 1;- Returns:
- The count of paramUidList.
-
getParamUidList
int getParamUidList(int index) repeated uint32 param_uid_list = 1;- Parameters:
index- The index of the element to return.- Returns:
- The paramUidList at the given index.
-
getDuration
int getDuration()uint32 duration = 8;- Returns:
- The duration.
-
getParamListList
repeated uint32 param_list = 11;- Returns:
- A list containing the paramList.
-
getParamListCount
int getParamListCount()repeated uint32 param_list = 11;- Returns:
- The count of paramList.
-
getParamList
int getParamList(int index) repeated uint32 param_list = 11;- Parameters:
index- The index of the element to return.- Returns:
- The paramList at the given index.
-