Package emu.grasscutter.net.proto
Interface UnlockedFurnitureFormulaDataNotifyOuterClass.UnlockedFurnitureFormulaDataNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UnlockedFurnitureFormulaDataNotifyOuterClass.UnlockedFurnitureFormulaDataNotify,UnlockedFurnitureFormulaDataNotifyOuterClass.UnlockedFurnitureFormulaDataNotify.Builder
- Enclosing class:
- UnlockedFurnitureFormulaDataNotifyOuterClass
public static interface UnlockedFurnitureFormulaDataNotifyOuterClass.UnlockedFurnitureFormulaDataNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetFurnitureIdList(int index) repeated uint32 furniture_id_list = 3;intrepeated uint32 furniture_id_list = 3;repeated uint32 furniture_id_list = 3;booleangetIsAll()bool is_all = 7;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
-
getFurnitureIdListList
repeated uint32 furniture_id_list = 3;- Returns:
- A list containing the furnitureIdList.
-
getFurnitureIdListCount
int getFurnitureIdListCount()repeated uint32 furniture_id_list = 3;- Returns:
- The count of furnitureIdList.
-
getFurnitureIdList
int getFurnitureIdList(int index) repeated uint32 furniture_id_list = 3;- Parameters:
index- The index of the element to return.- Returns:
- The furnitureIdList at the given index.
-
getIsAll
boolean getIsAll()bool is_all = 7;- Returns:
- The isAll.
-