Package emu.grasscutter.net.proto
Interface ChessMonsterInfoOuterClass.ChessMonsterInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChessMonsterInfoOuterClass.ChessMonsterInfo,ChessMonsterInfoOuterClass.ChessMonsterInfo.Builder
- Enclosing class:
- ChessMonsterInfoOuterClass
public static interface ChessMonsterInfoOuterClass.ChessMonsterInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetAffixList(int index) repeated uint32 affix_list = 13;intrepeated uint32 affix_list = 13;repeated uint32 affix_list = 13;intgetLevel()uint32 level = 15;intuint32 monster_id = 9;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
-
getMonsterId
int getMonsterId()uint32 monster_id = 9;- Returns:
- The monsterId.
-
getLevel
int getLevel()uint32 level = 15;- Returns:
- The level.
-
getAffixListList
repeated uint32 affix_list = 13;- Returns:
- A list containing the affixList.
-
getAffixListCount
int getAffixListCount()repeated uint32 affix_list = 13;- Returns:
- The count of affixList.
-
getAffixList
int getAffixList(int index) repeated uint32 affix_list = 13;- Parameters:
index- The index of the element to return.- Returns:
- The affixList at the given index.
-