Package emu.grasscutter.net.proto
Interface UnlockedFurnitureSuiteDataNotifyOuterClass.UnlockedFurnitureSuiteDataNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UnlockedFurnitureSuiteDataNotifyOuterClass.UnlockedFurnitureSuiteDataNotify,UnlockedFurnitureSuiteDataNotifyOuterClass.UnlockedFurnitureSuiteDataNotify.Builder
- Enclosing class:
- UnlockedFurnitureSuiteDataNotifyOuterClass
public static interface UnlockedFurnitureSuiteDataNotifyOuterClass.UnlockedFurnitureSuiteDataNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetFurnitureSuiteIdList(int index) repeated uint32 furniture_suite_id_list = 15;intrepeated uint32 furniture_suite_id_list = 15;repeated uint32 furniture_suite_id_list = 15;booleangetIsAll()bool is_all = 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
-
getFurnitureSuiteIdListList
repeated uint32 furniture_suite_id_list = 15;- Returns:
- A list containing the furnitureSuiteIdList.
-
getFurnitureSuiteIdListCount
int getFurnitureSuiteIdListCount()repeated uint32 furniture_suite_id_list = 15;- Returns:
- The count of furnitureSuiteIdList.
-
getFurnitureSuiteIdList
int getFurnitureSuiteIdList(int index) repeated uint32 furniture_suite_id_list = 15;- Parameters:
index- The index of the element to return.- Returns:
- The furnitureSuiteIdList at the given index.
-
getIsAll
boolean getIsAll()bool is_all = 1;- Returns:
- The isAll.
-