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