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