Package emu.grasscutter.net.proto
Interface CustomDungeonOfficialNotifyOuterClass.CustomDungeonOfficialNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomDungeonOfficialNotifyOuterClass.CustomDungeonOfficialNotify,CustomDungeonOfficialNotifyOuterClass.CustomDungeonOfficialNotify.Builder
- Enclosing class:
- CustomDungeonOfficialNotifyOuterClass
public static interface CustomDungeonOfficialNotifyOuterClass.CustomDungeonOfficialNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.EnterCustomDungeonType enter_type = 1;int.EnterCustomDungeonType enter_type = 1;intgetOfficialBlackCoinList(int index) repeated uint32 official_black_coin_list = 5;intrepeated uint32 official_black_coin_list = 5;repeated uint32 official_black_coin_list = 5;.TryCustomDungeonType try_type = 2;int.TryCustomDungeonType try_type = 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
-
getTryTypeValue
int getTryTypeValue().TryCustomDungeonType try_type = 2;- Returns:
- The enum numeric value on the wire for tryType.
-
getTryType
TryCustomDungeonTypeOuterClass.TryCustomDungeonType getTryType().TryCustomDungeonType try_type = 2;- Returns:
- The tryType.
-
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.
-
getOfficialBlackCoinListList
repeated uint32 official_black_coin_list = 5;- Returns:
- A list containing the officialBlackCoinList.
-
getOfficialBlackCoinListCount
int getOfficialBlackCoinListCount()repeated uint32 official_black_coin_list = 5;- Returns:
- The count of officialBlackCoinList.
-
getOfficialBlackCoinList
int getOfficialBlackCoinList(int index) repeated uint32 official_black_coin_list = 5;- Parameters:
index- The index of the element to return.- Returns:
- The officialBlackCoinList at the given index.
-