Package emu.grasscutter.net.proto
Interface WatcherEventTypeNotifyOuterClass.WatcherEventTypeNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WatcherEventTypeNotifyOuterClass.WatcherEventTypeNotify,WatcherEventTypeNotifyOuterClass.WatcherEventTypeNotify.Builder
- Enclosing class:
- WatcherEventTypeNotifyOuterClass
public static interface WatcherEventTypeNotifyOuterClass.WatcherEventTypeNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 add_progress = 13;intgetParamList(int index) repeated uint32 param_list = 4;intrepeated uint32 param_list = 4;repeated uint32 param_list = 4;intuint32 watcher_trigger_type = 2;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
-
getParamListList
repeated uint32 param_list = 4;- Returns:
- A list containing the paramList.
-
getParamListCount
int getParamListCount()repeated uint32 param_list = 4;- Returns:
- The count of paramList.
-
getParamList
int getParamList(int index) repeated uint32 param_list = 4;- Parameters:
index- The index of the element to return.- Returns:
- The paramList at the given index.
-
getAddProgress
int getAddProgress()uint32 add_progress = 13;- Returns:
- The addProgress.
-
getWatcherTriggerType
int getWatcherTriggerType()uint32 watcher_trigger_type = 2;- Returns:
- The watcherTriggerType.
-