Package emu.grasscutter.net.proto
Interface AllWidgetBackgroundActiveStateNotifyOuterClass.AllWidgetBackgroundActiveStateNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AllWidgetBackgroundActiveStateNotifyOuterClass.AllWidgetBackgroundActiveStateNotify,AllWidgetBackgroundActiveStateNotifyOuterClass.AllWidgetBackgroundActiveStateNotify.Builder
- Enclosing class:
- AllWidgetBackgroundActiveStateNotifyOuterClass
public static interface AllWidgetBackgroundActiveStateNotifyOuterClass.AllWidgetBackgroundActiveStateNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetBackgroundActiveWidgetList(int index) repeated uint32 background_active_widget_list = 2;intrepeated uint32 background_active_widget_list = 2;repeated uint32 background_active_widget_list = 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
-
getBackgroundActiveWidgetListList
repeated uint32 background_active_widget_list = 2;- Returns:
- A list containing the backgroundActiveWidgetList.
-
getBackgroundActiveWidgetListCount
int getBackgroundActiveWidgetListCount()repeated uint32 background_active_widget_list = 2;- Returns:
- The count of backgroundActiveWidgetList.
-
getBackgroundActiveWidgetList
int getBackgroundActiveWidgetList(int index) repeated uint32 background_active_widget_list = 2;- Parameters:
index- The index of the element to return.- Returns:
- The backgroundActiveWidgetList at the given index.
-