Package emu.grasscutter.net.proto
Interface DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo,DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfo.Builder
- Enclosing class:
- DungeonSettleExhibitionInfoOuterClass
public static interface DungeonSettleExhibitionInfoOuterClass.DungeonSettleExhibitionInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCardList(int index) repeated .ExhibitionDisplayInfo card_list = 13;intrepeated .ExhibitionDisplayInfo card_list = 13;repeated .ExhibitionDisplayInfo card_list = 13;getCardListOrBuilder(int index) repeated .ExhibitionDisplayInfo card_list = 13;repeated .ExhibitionDisplayInfo card_list = 13;.OnlinePlayerInfo player_info = 14;.OnlinePlayerInfo player_info = 14;boolean.OnlinePlayerInfo player_info = 14;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
-
hasPlayerInfo
boolean hasPlayerInfo().OnlinePlayerInfo player_info = 14;- Returns:
- Whether the playerInfo field is set.
-
getPlayerInfo
OnlinePlayerInfoOuterClass.OnlinePlayerInfo getPlayerInfo().OnlinePlayerInfo player_info = 14;- Returns:
- The playerInfo.
-
getPlayerInfoOrBuilder
OnlinePlayerInfoOuterClass.OnlinePlayerInfoOrBuilder getPlayerInfoOrBuilder().OnlinePlayerInfo player_info = 14; -
getCardListList
List<ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo> getCardListList()repeated .ExhibitionDisplayInfo card_list = 13; -
getCardList
repeated .ExhibitionDisplayInfo card_list = 13; -
getCardListCount
int getCardListCount()repeated .ExhibitionDisplayInfo card_list = 13; -
getCardListOrBuilderList
List<? extends ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder> getCardListOrBuilderList()repeated .ExhibitionDisplayInfo card_list = 13; -
getCardListOrBuilder
repeated .ExhibitionDisplayInfo card_list = 13;
-