Package emu.grasscutter.net.proto
Interface DeshretObeliskChestInfoNotifyOuterClass.DeshretObeliskChestInfoNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeshretObeliskChestInfoNotifyOuterClass.DeshretObeliskChestInfoNotify,DeshretObeliskChestInfoNotifyOuterClass.DeshretObeliskChestInfoNotify.Builder
- Enclosing class:
- DeshretObeliskChestInfoNotifyOuterClass
public static interface DeshretObeliskChestInfoNotifyOuterClass.DeshretObeliskChestInfoNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetChestInfoList(int index) repeated .DeshretObeliskChestInfo chest_info_list = 6;intrepeated .DeshretObeliskChestInfo chest_info_list = 6;repeated .DeshretObeliskChestInfo chest_info_list = 6;getChestInfoListOrBuilder(int index) repeated .DeshretObeliskChestInfo chest_info_list = 6;repeated .DeshretObeliskChestInfo chest_info_list = 6;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
-
getChestInfoListList
List<DeshretObeliskChestInfoOuterClass.DeshretObeliskChestInfo> getChestInfoListList()repeated .DeshretObeliskChestInfo chest_info_list = 6; -
getChestInfoList
repeated .DeshretObeliskChestInfo chest_info_list = 6; -
getChestInfoListCount
int getChestInfoListCount()repeated .DeshretObeliskChestInfo chest_info_list = 6; -
getChestInfoListOrBuilderList
List<? extends DeshretObeliskChestInfoOuterClass.DeshretObeliskChestInfoOrBuilder> getChestInfoListOrBuilderList()repeated .DeshretObeliskChestInfo chest_info_list = 6; -
getChestInfoListOrBuilder
DeshretObeliskChestInfoOuterClass.DeshretObeliskChestInfoOrBuilder getChestInfoListOrBuilder(int index) repeated .DeshretObeliskChestInfo chest_info_list = 6;
-