Package emu.grasscutter.net.proto
Interface QuestGlobalVarNotifyOuterClass.QuestGlobalVarNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QuestGlobalVarNotifyOuterClass.QuestGlobalVarNotify,QuestGlobalVarNotifyOuterClass.QuestGlobalVarNotify.Builder
- Enclosing class:
- QuestGlobalVarNotifyOuterClass
public static interface QuestGlobalVarNotifyOuterClass.QuestGlobalVarNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetVarList(int index) repeated .QuestGlobalVar var_list = 4;intrepeated .QuestGlobalVar var_list = 4;repeated .QuestGlobalVar var_list = 4;getVarListOrBuilder(int index) repeated .QuestGlobalVar var_list = 4;repeated .QuestGlobalVar var_list = 4;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
-
getVarListList
List<QuestGlobalVarOuterClass.QuestGlobalVar> getVarListList()repeated .QuestGlobalVar var_list = 4; -
getVarList
repeated .QuestGlobalVar var_list = 4; -
getVarListCount
int getVarListCount()repeated .QuestGlobalVar var_list = 4; -
getVarListOrBuilderList
List<? extends QuestGlobalVarOuterClass.QuestGlobalVarOrBuilder> getVarListOrBuilderList()repeated .QuestGlobalVar var_list = 4; -
getVarListOrBuilder
repeated .QuestGlobalVar var_list = 4;
-