Interface GCGSkillPreviewCardInfoOuterClass.GCGSkillPreviewCardInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GCGSkillPreviewCardInfoOuterClass.GCGSkillPreviewCardInfo, GCGSkillPreviewCardInfoOuterClass.GCGSkillPreviewCardInfo.Builder
Enclosing class:
GCGSkillPreviewCardInfoOuterClass

public static interface GCGSkillPreviewCardInfoOuterClass.GCGSkillPreviewCardInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 card_guid = 10;
    int
    uint32 card_id = 8;
    int
    uint32 controller_id = 11;
    int
    uint32 face_type = 2;
    int
    uint32 owner_card_guid = 3;
    .GCGZoneType zone_type = 14;
    int
    .GCGZoneType zone_type = 14;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getCardGuid

      int getCardGuid()
      uint32 card_guid = 10;
      Returns:
      The cardGuid.
    • getFaceType

      int getFaceType()
      uint32 face_type = 2;
      Returns:
      The faceType.
    • getControllerId

      int getControllerId()
      uint32 controller_id = 11;
      Returns:
      The controllerId.
    • getCardId

      int getCardId()
      uint32 card_id = 8;
      Returns:
      The cardId.
    • getZoneTypeValue

      int getZoneTypeValue()
      .GCGZoneType zone_type = 14;
      Returns:
      The enum numeric value on the wire for zoneType.
    • getZoneType

      .GCGZoneType zone_type = 14;
      Returns:
      The zoneType.
    • getOwnerCardGuid

      int getOwnerCardGuid()
      uint32 owner_card_guid = 3;
      Returns:
      The ownerCardGuid.