Package emu.grasscutter.net.proto
Interface TowerLevelRecordOuterClass.TowerLevelRecordOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TowerLevelRecordOuterClass.TowerLevelRecord,TowerLevelRecordOuterClass.TowerLevelRecord.Builder
- Enclosing class:
- TowerLevelRecordOuterClass
public static interface TowerLevelRecordOuterClass.TowerLevelRecordOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 level_id = 6;intgetSatisfiedCondList(int index) repeated uint32 satisfied_cond_list = 13;intrepeated uint32 satisfied_cond_list = 13;repeated uint32 satisfied_cond_list = 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
-
getLevelId
int getLevelId()uint32 level_id = 6;- Returns:
- The levelId.
-
getSatisfiedCondListList
repeated uint32 satisfied_cond_list = 13;- Returns:
- A list containing the satisfiedCondList.
-
getSatisfiedCondListCount
int getSatisfiedCondListCount()repeated uint32 satisfied_cond_list = 13;- Returns:
- The count of satisfiedCondList.
-
getSatisfiedCondList
int getSatisfiedCondList(int index) repeated uint32 satisfied_cond_list = 13;- Parameters:
index- The index of the element to return.- Returns:
- The satisfiedCondList at the given index.
-