Package emu.grasscutter.net.proto
Interface ExclusiveRuleNotifyOuterClass.ExclusiveRuleNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExclusiveRuleNotifyOuterClass.ExclusiveRuleNotify,ExclusiveRuleNotifyOuterClass.ExclusiveRuleNotify.Builder
- Enclosing class:
- ExclusiveRuleNotifyOuterClass
public static interface ExclusiveRuleNotifyOuterClass.ExclusiveRuleNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetRuleInfoList(int index) repeated .ExclusiveRuleInfo rule_info_list = 15;intrepeated .ExclusiveRuleInfo rule_info_list = 15;repeated .ExclusiveRuleInfo rule_info_list = 15;getRuleInfoListOrBuilder(int index) repeated .ExclusiveRuleInfo rule_info_list = 15;repeated .ExclusiveRuleInfo rule_info_list = 15;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
-
getRuleInfoListList
List<ExclusiveRuleInfoOuterClass.ExclusiveRuleInfo> getRuleInfoListList()repeated .ExclusiveRuleInfo rule_info_list = 15; -
getRuleInfoList
repeated .ExclusiveRuleInfo rule_info_list = 15; -
getRuleInfoListCount
int getRuleInfoListCount()repeated .ExclusiveRuleInfo rule_info_list = 15; -
getRuleInfoListOrBuilderList
List<? extends ExclusiveRuleInfoOuterClass.ExclusiveRuleInfoOrBuilder> getRuleInfoListOrBuilderList()repeated .ExclusiveRuleInfo rule_info_list = 15; -
getRuleInfoListOrBuilder
repeated .ExclusiveRuleInfo rule_info_list = 15;
-