Package emu.grasscutter.net.proto
Interface BounceConjuringGallerySettleInfoOuterClass.BounceConjuringGallerySettleInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BounceConjuringGallerySettleInfoOuterClass.BounceConjuringGallerySettleInfo,BounceConjuringGallerySettleInfoOuterClass.BounceConjuringGallerySettleInfo.Builder
- Enclosing class:
- BounceConjuringGallerySettleInfoOuterClass
public static interface BounceConjuringGallerySettleInfoOuterClass.BounceConjuringGallerySettleInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsGadgetCountMap(int key) map<uint32, uint32> gadget_count_map = 3;getCardList(int index) repeated .ExhibitionDisplayInfo card_list = 9;intrepeated .ExhibitionDisplayInfo card_list = 9;repeated .ExhibitionDisplayInfo card_list = 9;getCardListOrBuilder(int index) repeated .ExhibitionDisplayInfo card_list = 9;repeated .ExhibitionDisplayInfo card_list = 9;floatfloat damage = 12;Deprecated.intmap<uint32, uint32> gadget_count_map = 3;map<uint32, uint32> gadget_count_map = 3;intgetGadgetCountMapOrDefault(int key, int defaultValue) map<uint32, uint32> gadget_count_map = 3;intgetGadgetCountMapOrThrow(int key) map<uint32, uint32> gadget_count_map = 3;.OnlinePlayerInfo player_info = 2;.OnlinePlayerInfo player_info = 2;intgetScore()uint32 score = 15;intuint32 Unk3300_BJHCDKNFDFN = 7;intuint32 Unk3300_CNGOBOFDEOE = 11;intuint32 Unk3300_NKGFKLGDFAC = 1;intuint32 Unk3300_PELHBJDMKAE = 6;boolean.OnlinePlayerInfo player_info = 2;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
-
getUnk3300PELHBJDMKAE
int getUnk3300PELHBJDMKAE()uint32 Unk3300_PELHBJDMKAE = 6;- Returns:
- The unk3300PELHBJDMKAE.
-
getScore
int getScore()uint32 score = 15;- Returns:
- The score.
-
getGadgetCountMapCount
int getGadgetCountMapCount()map<uint32, uint32> gadget_count_map = 3; -
containsGadgetCountMap
boolean containsGadgetCountMap(int key) map<uint32, uint32> gadget_count_map = 3; -
getGadgetCountMap
Deprecated.UsegetGadgetCountMapMap()instead. -
getGadgetCountMapMap
map<uint32, uint32> gadget_count_map = 3; -
getGadgetCountMapOrDefault
int getGadgetCountMapOrDefault(int key, int defaultValue) map<uint32, uint32> gadget_count_map = 3; -
getGadgetCountMapOrThrow
int getGadgetCountMapOrThrow(int key) map<uint32, uint32> gadget_count_map = 3; -
getUnk3300CNGOBOFDEOE
int getUnk3300CNGOBOFDEOE()uint32 Unk3300_CNGOBOFDEOE = 11;- Returns:
- The unk3300CNGOBOFDEOE.
-
getUnk3300NKGFKLGDFAC
int getUnk3300NKGFKLGDFAC()uint32 Unk3300_NKGFKLGDFAC = 1;- Returns:
- The unk3300NKGFKLGDFAC.
-
hasPlayerInfo
boolean hasPlayerInfo().OnlinePlayerInfo player_info = 2;- Returns:
- Whether the playerInfo field is set.
-
getPlayerInfo
OnlinePlayerInfoOuterClass.OnlinePlayerInfo getPlayerInfo().OnlinePlayerInfo player_info = 2;- Returns:
- The playerInfo.
-
getPlayerInfoOrBuilder
OnlinePlayerInfoOuterClass.OnlinePlayerInfoOrBuilder getPlayerInfoOrBuilder().OnlinePlayerInfo player_info = 2; -
getDamage
float getDamage()float damage = 12;- Returns:
- The damage.
-
getUnk3300BJHCDKNFDFN
int getUnk3300BJHCDKNFDFN()uint32 Unk3300_BJHCDKNFDFN = 7;- Returns:
- The unk3300BJHCDKNFDFN.
-
getCardListList
List<ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo> getCardListList()repeated .ExhibitionDisplayInfo card_list = 9; -
getCardList
repeated .ExhibitionDisplayInfo card_list = 9; -
getCardListCount
int getCardListCount()repeated .ExhibitionDisplayInfo card_list = 9; -
getCardListOrBuilderList
List<? extends ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder> getCardListOrBuilderList()repeated .ExhibitionDisplayInfo card_list = 9; -
getCardListOrBuilder
repeated .ExhibitionDisplayInfo card_list = 9;
-