Package emu.grasscutter.net.proto
Interface ExclusiveRuleInfoOuterClass.ExclusiveRuleInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExclusiveRuleInfoOuterClass.ExclusiveRuleInfo,ExclusiveRuleInfoOuterClass.ExclusiveRuleInfo.Builder
- Enclosing class:
- ExclusiveRuleInfoOuterClass
public static interface ExclusiveRuleInfoOuterClass.ExclusiveRuleInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetObjectIdList(int index) repeated uint32 object_id_list = 15;intrepeated uint32 object_id_list = 15;repeated uint32 object_id_list = 15;intuint32 rule_type = 2;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
-
getRuleType
int getRuleType()uint32 rule_type = 2;- Returns:
- The ruleType.
-
getObjectIdListList
repeated uint32 object_id_list = 15;- Returns:
- A list containing the objectIdList.
-
getObjectIdListCount
int getObjectIdListCount()repeated uint32 object_id_list = 15;- Returns:
- The count of objectIdList.
-
getObjectIdList
int getObjectIdList(int index) repeated uint32 object_id_list = 15;- Parameters:
index- The index of the element to return.- Returns:
- The objectIdList at the given index.
-