Package emu.grasscutter.net.proto
Interface HomeCustomFurnitureInfoNotifyOuterClass.HomeCustomFurnitureInfoNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeCustomFurnitureInfoNotifyOuterClass.HomeCustomFurnitureInfoNotify,HomeCustomFurnitureInfoNotifyOuterClass.HomeCustomFurnitureInfoNotify.Builder
- Enclosing class:
- HomeCustomFurnitureInfoNotifyOuterClass
public static interface HomeCustomFurnitureInfoNotifyOuterClass.HomeCustomFurnitureInfoNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsUsedSubFurnitureCountMap(int key) map<uint32, uint32> used_sub_furniture_count_map = 13;getCustomFurnitureInfoList(int index) repeated .HomeCustomFurnitureInfo custom_furniture_info_list = 9;intrepeated .HomeCustomFurnitureInfo custom_furniture_info_list = 9;repeated .HomeCustomFurnitureInfo custom_furniture_info_list = 9;getCustomFurnitureInfoListOrBuilder(int index) repeated .HomeCustomFurnitureInfo custom_furniture_info_list = 9;repeated .HomeCustomFurnitureInfo custom_furniture_info_list = 9;intgetDeleteCustomFurnitureList(int index) repeated uint32 delete_custom_furniture_list = 10;intrepeated uint32 delete_custom_furniture_list = 10;repeated uint32 delete_custom_furniture_list = 10;Deprecated.intmap<uint32, uint32> used_sub_furniture_count_map = 13;map<uint32, uint32> used_sub_furniture_count_map = 13;intgetUsedSubFurnitureCountMapOrDefault(int key, int defaultValue) map<uint32, uint32> used_sub_furniture_count_map = 13;intgetUsedSubFurnitureCountMapOrThrow(int key) map<uint32, uint32> used_sub_furniture_count_map = 13;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
-
getDeleteCustomFurnitureListList
repeated uint32 delete_custom_furniture_list = 10;- Returns:
- A list containing the deleteCustomFurnitureList.
-
getDeleteCustomFurnitureListCount
int getDeleteCustomFurnitureListCount()repeated uint32 delete_custom_furniture_list = 10;- Returns:
- The count of deleteCustomFurnitureList.
-
getDeleteCustomFurnitureList
int getDeleteCustomFurnitureList(int index) repeated uint32 delete_custom_furniture_list = 10;- Parameters:
index- The index of the element to return.- Returns:
- The deleteCustomFurnitureList at the given index.
-
getUsedSubFurnitureCountMapCount
int getUsedSubFurnitureCountMapCount()map<uint32, uint32> used_sub_furniture_count_map = 13; -
containsUsedSubFurnitureCountMap
boolean containsUsedSubFurnitureCountMap(int key) map<uint32, uint32> used_sub_furniture_count_map = 13; -
getUsedSubFurnitureCountMap
Deprecated.UsegetUsedSubFurnitureCountMapMap()instead. -
getUsedSubFurnitureCountMapMap
map<uint32, uint32> used_sub_furniture_count_map = 13; -
getUsedSubFurnitureCountMapOrDefault
int getUsedSubFurnitureCountMapOrDefault(int key, int defaultValue) map<uint32, uint32> used_sub_furniture_count_map = 13; -
getUsedSubFurnitureCountMapOrThrow
int getUsedSubFurnitureCountMapOrThrow(int key) map<uint32, uint32> used_sub_furniture_count_map = 13; -
getCustomFurnitureInfoListList
List<HomeCustomFurnitureInfoOuterClass.HomeCustomFurnitureInfo> getCustomFurnitureInfoListList()repeated .HomeCustomFurnitureInfo custom_furniture_info_list = 9; -
getCustomFurnitureInfoList
repeated .HomeCustomFurnitureInfo custom_furniture_info_list = 9; -
getCustomFurnitureInfoListCount
int getCustomFurnitureInfoListCount()repeated .HomeCustomFurnitureInfo custom_furniture_info_list = 9; -
getCustomFurnitureInfoListOrBuilderList
List<? extends HomeCustomFurnitureInfoOuterClass.HomeCustomFurnitureInfoOrBuilder> getCustomFurnitureInfoListOrBuilderList()repeated .HomeCustomFurnitureInfo custom_furniture_info_list = 9; -
getCustomFurnitureInfoListOrBuilder
HomeCustomFurnitureInfoOuterClass.HomeCustomFurnitureInfoOrBuilder getCustomFurnitureInfoListOrBuilder(int index) repeated .HomeCustomFurnitureInfo custom_furniture_info_list = 9;
-