Package emu.grasscutter.net.proto
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 TypeMethodDescriptionintuint32 card_guid = 10;intuint32 card_id = 8;intuint32 controller_id = 11;intuint32 face_type = 2;intuint32 owner_card_guid = 3;.GCGZoneType zone_type = 14;int.GCGZoneType zone_type = 14;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
-
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
GCGZoneTypeOuterClass.GCGZoneType getZoneType().GCGZoneType zone_type = 14;- Returns:
- The zoneType.
-
getOwnerCardGuid
int getOwnerCardGuid()uint32 owner_card_guid = 3;- Returns:
- The ownerCardGuid.
-