Package emu.grasscutter.net.proto
Interface ChessActivityDetailInfoOuterClass.ChessActivityDetailInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChessActivityDetailInfoOuterClass.ChessActivityDetailInfo,ChessActivityDetailInfoOuterClass.ChessActivityDetailInfo.Builder
- Enclosing class:
- ChessActivityDetailInfoOuterClass
public static interface ChessActivityDetailInfoOuterClass.ChessActivityDetailInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 content_close_time = 1;intgetExp()uint32 exp = 6;intgetFinishedMapIdList(int index) repeated uint32 finished_map_id_list = 13;intrepeated uint32 finished_map_id_list = 13;repeated uint32 finished_map_id_list = 13;booleanbool is_content_closed = 5;booleanbool is_teach_dungeon_finished = 11;intgetLevel()uint32 level = 14;intuint32 punish_over_time = 9;intuint32 Unk3300_HBGEGIPIANG = 15;intuint32 Unk3300_LPDDFGGKGBP = 4;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
-
getPunishOverTime
int getPunishOverTime()uint32 punish_over_time = 9;- Returns:
- The punishOverTime.
-
getUnk3300LPDDFGGKGBP
int getUnk3300LPDDFGGKGBP()uint32 Unk3300_LPDDFGGKGBP = 4;- Returns:
- The unk3300LPDDFGGKGBP.
-
getLevel
int getLevel()uint32 level = 14;- Returns:
- The level.
-
getExp
int getExp()uint32 exp = 6;- Returns:
- The exp.
-
getUnk3300HBGEGIPIANG
int getUnk3300HBGEGIPIANG()uint32 Unk3300_HBGEGIPIANG = 15;- Returns:
- The unk3300HBGEGIPIANG.
-
getContentCloseTime
int getContentCloseTime()uint32 content_close_time = 1;- Returns:
- The contentCloseTime.
-
getIsTeachDungeonFinished
boolean getIsTeachDungeonFinished()bool is_teach_dungeon_finished = 11;- Returns:
- The isTeachDungeonFinished.
-
getIsContentClosed
boolean getIsContentClosed()bool is_content_closed = 5;- Returns:
- The isContentClosed.
-
getFinishedMapIdListList
repeated uint32 finished_map_id_list = 13;- Returns:
- A list containing the finishedMapIdList.
-
getFinishedMapIdListCount
int getFinishedMapIdListCount()repeated uint32 finished_map_id_list = 13;- Returns:
- The count of finishedMapIdList.
-
getFinishedMapIdList
int getFinishedMapIdList(int index) repeated uint32 finished_map_id_list = 13;- Parameters:
index- The index of the element to return.- Returns:
- The finishedMapIdList at the given index.
-