Package emu.grasscutter.net.proto
Interface CustomDungeonRecoverNotifyOuterClass.CustomDungeonRecoverNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomDungeonRecoverNotifyOuterClass.CustomDungeonRecoverNotify,CustomDungeonRecoverNotifyOuterClass.CustomDungeonRecoverNotify.Builder
- Enclosing class:
- CustomDungeonRecoverNotifyOuterClass
public static interface CustomDungeonRecoverNotifyOuterClass.CustomDungeonRecoverNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.CustomDungeon custom_dungeon = 15;.CustomDungeon custom_dungeon = 15;.EnterCustomDungeonType enter_type = 1;int.EnterCustomDungeonType enter_type = 1;intgetOfficialBlackCoinList(int index) repeated uint32 official_black_coin_list = 3;intrepeated uint32 official_black_coin_list = 3;repeated uint32 official_black_coin_list = 3;.TryCustomDungeonType try_type = 8;int.TryCustomDungeonType try_type = 8;boolean.CustomDungeon custom_dungeon = 15;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
-
hasCustomDungeon
boolean hasCustomDungeon().CustomDungeon custom_dungeon = 15;- Returns:
- Whether the customDungeon field is set.
-
getCustomDungeon
CustomDungeonOuterClass.CustomDungeon getCustomDungeon().CustomDungeon custom_dungeon = 15;- Returns:
- The customDungeon.
-
getCustomDungeonOrBuilder
CustomDungeonOuterClass.CustomDungeonOrBuilder getCustomDungeonOrBuilder().CustomDungeon custom_dungeon = 15; -
getEnterTypeValue
int getEnterTypeValue().EnterCustomDungeonType enter_type = 1;- Returns:
- The enum numeric value on the wire for enterType.
-
getEnterType
EnterCustomDungeonTypeOuterClass.EnterCustomDungeonType getEnterType().EnterCustomDungeonType enter_type = 1;- Returns:
- The enterType.
-
getTryTypeValue
int getTryTypeValue().TryCustomDungeonType try_type = 8;- Returns:
- The enum numeric value on the wire for tryType.
-
getTryType
TryCustomDungeonTypeOuterClass.TryCustomDungeonType getTryType().TryCustomDungeonType try_type = 8;- Returns:
- The tryType.
-
getOfficialBlackCoinListList
repeated uint32 official_black_coin_list = 3;- Returns:
- A list containing the officialBlackCoinList.
-
getOfficialBlackCoinListCount
int getOfficialBlackCoinListCount()repeated uint32 official_black_coin_list = 3;- Returns:
- The count of officialBlackCoinList.
-
getOfficialBlackCoinList
int getOfficialBlackCoinList(int index) repeated uint32 official_black_coin_list = 3;- Parameters:
index- The index of the element to return.- Returns:
- The officialBlackCoinList at the given index.
-