Package emu.grasscutter.net.proto
Interface InBattleMechanicusCardInfoOuterClass.InBattleMechanicusCardInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InBattleMechanicusCardInfoOuterClass.InBattleMechanicusCardInfo,InBattleMechanicusCardInfoOuterClass.InBattleMechanicusCardInfo.Builder
- Enclosing class:
- InBattleMechanicusCardInfoOuterClass
public static interface InBattleMechanicusCardInfoOuterClass.InBattleMechanicusCardInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 card_id = 3;.InBattleMechanicusCardChallengeState challenge_state = 15;int.InBattleMechanicusCardChallengeState challenge_state = 15;intuint32 cost_points = 5;intuint32 Unk3300_FNAHKHODBKN = 13;intuint32 Unk3300_KCIEINMEPDH = 2;intuint32 Unk3300_NDAOOKKGJPH = 7;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
-
getUnk3300KCIEINMEPDH
int getUnk3300KCIEINMEPDH()uint32 Unk3300_KCIEINMEPDH = 2;- Returns:
- The unk3300KCIEINMEPDH.
-
getUnk3300NDAOOKKGJPH
int getUnk3300NDAOOKKGJPH()uint32 Unk3300_NDAOOKKGJPH = 7;- Returns:
- The unk3300NDAOOKKGJPH.
-
getCostPoints
int getCostPoints()uint32 cost_points = 5;- Returns:
- The costPoints.
-
getCardId
int getCardId()uint32 card_id = 3;- Returns:
- The cardId.
-
getUnk3300FNAHKHODBKN
int getUnk3300FNAHKHODBKN()uint32 Unk3300_FNAHKHODBKN = 13;- Returns:
- The unk3300FNAHKHODBKN.
-
getChallengeStateValue
int getChallengeStateValue().InBattleMechanicusCardChallengeState challenge_state = 15;- Returns:
- The enum numeric value on the wire for challengeState.
-
getChallengeState
InBattleMechanicusCardChallengeStateOuterClass.InBattleMechanicusCardChallengeState getChallengeState().InBattleMechanicusCardChallengeState challenge_state = 15;- Returns:
- The challengeState.
-