Package emu.grasscutter.net.proto
Interface ChessPickCardNotifyOuterClass.ChessPickCardNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChessPickCardNotifyOuterClass.ChessPickCardNotify,ChessPickCardNotifyOuterClass.ChessPickCardNotify.Builder
- Enclosing class:
- ChessPickCardNotifyOuterClass
public static interface ChessPickCardNotifyOuterClass.ChessPickCardNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 curse_card_id = 6;.ChessNormalCardInfo normal_card_info = 8;.ChessNormalCardInfo normal_card_info = 8;boolean.ChessNormalCardInfo normal_card_info = 8;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
-
hasNormalCardInfo
boolean hasNormalCardInfo().ChessNormalCardInfo normal_card_info = 8;- Returns:
- Whether the normalCardInfo field is set.
-
getNormalCardInfo
ChessNormalCardInfoOuterClass.ChessNormalCardInfo getNormalCardInfo().ChessNormalCardInfo normal_card_info = 8;- Returns:
- The normalCardInfo.
-
getNormalCardInfoOrBuilder
ChessNormalCardInfoOuterClass.ChessNormalCardInfoOrBuilder getNormalCardInfoOrBuilder().ChessNormalCardInfo normal_card_info = 8; -
getCurseCardId
int getCurseCardId()uint32 curse_card_id = 6;- Returns:
- The curseCardId.
-