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 = 11;intrepeated .ExhibitionDisplayInfo card_list = 11;repeated .ExhibitionDisplayInfo card_list = 11;getCardListOrBuilder(int index) repeated .ExhibitionDisplayInfo card_list = 11;repeated .ExhibitionDisplayInfo card_list = 11;.OnlinePlayerInfo player_info = 9;.OnlinePlayerInfo player_info = 9;boolean.OnlinePlayerInfo player_info = 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
-
hasPlayerInfo
boolean hasPlayerInfo().OnlinePlayerInfo player_info = 9;- Returns:
- Whether the playerInfo field is set.
-
getPlayerInfo
OnlinePlayerInfoOuterClass.OnlinePlayerInfo getPlayerInfo().OnlinePlayerInfo player_info = 9;- Returns:
- The playerInfo.
-
getPlayerInfoOrBuilder
OnlinePlayerInfoOuterClass.OnlinePlayerInfoOrBuilder getPlayerInfoOrBuilder().OnlinePlayerInfo player_info = 9; -
getCardListList
List<ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo> getCardListList()repeated .ExhibitionDisplayInfo card_list = 11; -
getCardList
repeated .ExhibitionDisplayInfo card_list = 11; -
getCardListCount
int getCardListCount()repeated .ExhibitionDisplayInfo card_list = 11; -
getCardListOrBuilderList
List<? extends ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder> getCardListOrBuilderList()repeated .ExhibitionDisplayInfo card_list = 11; -
getCardListOrBuilder
repeated .ExhibitionDisplayInfo card_list = 11;
-