Package emu.grasscutter.net.proto
Interface BlessingActivityDetailInfoOuterClass.BlessingActivityDetailInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BlessingActivityDetailInfoOuterClass.BlessingActivityDetailInfo,BlessingActivityDetailInfoOuterClass.BlessingActivityDetailInfo.Builder
- Enclosing class:
- BlessingActivityDetailInfoOuterClass
public static interface BlessingActivityDetailInfoOuterClass.BlessingActivityDetailInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsPicNumMap(int key) map<uint32, uint32> pic_num_map = 6;intuint32 content_close_time = 4;booleanbool is_activated = 13;booleanbool is_content_closed = 2;intuint32 KFFAALMFGID = 14;intuint32 next_refresh_time = 11;intuint32 OELGLNKALIE = 10;intuint32 OJIKMNKCMJI = 7;Deprecated.intmap<uint32, uint32> pic_num_map = 6;map<uint32, uint32> pic_num_map = 6;intgetPicNumMapOrDefault(int key, int defaultValue) map<uint32, uint32> pic_num_map = 6;intgetPicNumMapOrThrow(int key) map<uint32, uint32> pic_num_map = 6;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
-
getIsContentClosed
boolean getIsContentClosed()bool is_content_closed = 2;- Returns:
- The isContentClosed.
-
getIsActivated
boolean getIsActivated()bool is_activated = 13;- Returns:
- The isActivated.
-
getOELGLNKALIE
int getOELGLNKALIE()uint32 OELGLNKALIE = 10;- Returns:
- The oELGLNKALIE.
-
getOJIKMNKCMJI
int getOJIKMNKCMJI()uint32 OJIKMNKCMJI = 7;- Returns:
- The oJIKMNKCMJI.
-
getKFFAALMFGID
int getKFFAALMFGID()uint32 KFFAALMFGID = 14;- Returns:
- The kFFAALMFGID.
-
getNextRefreshTime
int getNextRefreshTime()uint32 next_refresh_time = 11;- Returns:
- The nextRefreshTime.
-
getPicNumMapCount
int getPicNumMapCount()map<uint32, uint32> pic_num_map = 6; -
containsPicNumMap
boolean containsPicNumMap(int key) map<uint32, uint32> pic_num_map = 6; -
getPicNumMap
Deprecated.UsegetPicNumMapMap()instead. -
getPicNumMapMap
map<uint32, uint32> pic_num_map = 6; -
getPicNumMapOrDefault
int getPicNumMapOrDefault(int key, int defaultValue) map<uint32, uint32> pic_num_map = 6; -
getPicNumMapOrThrow
int getPicNumMapOrThrow(int key) map<uint32, uint32> pic_num_map = 6; -
getContentCloseTime
int getContentCloseTime()uint32 content_close_time = 4;- Returns:
- The contentCloseTime.
-