Package emu.grasscutter.net.proto
Interface ChessNormalCardInfoOuterClass.ChessNormalCardInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChessNormalCardInfoOuterClass.ChessNormalCardInfo,ChessNormalCardInfoOuterClass.ChessNormalCardInfo.Builder
- Enclosing class:
- ChessNormalCardInfoOuterClass
public static interface ChessNormalCardInfoOuterClass.ChessNormalCardInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 card_id = 2;intuint32 cost_points = 3;booleanbool is_attach_curse = 4;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
-
getCostPoints
int getCostPoints()uint32 cost_points = 3;- Returns:
- The costPoints.
-
getCardId
int getCardId()uint32 card_id = 2;- Returns:
- The cardId.
-
getIsAttachCurse
boolean getIsAttachCurse()bool is_attach_curse = 4;- Returns:
- The isAttachCurse.
-