Package emu.grasscutter.net.proto
Interface GCGDSDeckDataOuterClass.GCGDSDeckDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGDSDeckDataOuterClass.GCGDSDeckData,GCGDSDeckDataOuterClass.GCGDSDeckData.Builder
- Enclosing class:
- GCGDSDeckDataOuterClass
public static interface GCGDSDeckDataOuterClass.GCGDSDeckDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 card_back_id = 9;intgetCardList(int index) repeated uint32 card_list = 1;intrepeated uint32 card_list = 1;repeated uint32 card_list = 1;intgetCharacterCardList(int index) repeated uint32 character_card_list = 7;intrepeated uint32 character_card_list = 7;repeated uint32 character_card_list = 7;intfixed32 create_time = 5;intuint32 field_id = 13;intgetId()uint32 id = 12;booleanbool is_valid = 15;getName()string name = 10;com.google.protobuf.ByteStringstring name = 10;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
-
getCreateTime
int getCreateTime()fixed32 create_time = 5;- Returns:
- The createTime.
-
getFieldId
int getFieldId()uint32 field_id = 13;- Returns:
- The fieldId.
-
getCardBackId
int getCardBackId()uint32 card_back_id = 9;- Returns:
- The cardBackId.
-
getCardListList
repeated uint32 card_list = 1;- Returns:
- A list containing the cardList.
-
getCardListCount
int getCardListCount()repeated uint32 card_list = 1;- Returns:
- The count of cardList.
-
getCardList
int getCardList(int index) repeated uint32 card_list = 1;- Parameters:
index- The index of the element to return.- Returns:
- The cardList at the given index.
-
getCharacterCardListList
repeated uint32 character_card_list = 7;- Returns:
- A list containing the characterCardList.
-
getCharacterCardListCount
int getCharacterCardListCount()repeated uint32 character_card_list = 7;- Returns:
- The count of characterCardList.
-
getCharacterCardList
int getCharacterCardList(int index) repeated uint32 character_card_list = 7;- Parameters:
index- The index of the element to return.- Returns:
- The characterCardList at the given index.
-
getId
int getId()uint32 id = 12;- Returns:
- The id.
-
getName
String getName()string name = 10;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 10;- Returns:
- The bytes for name.
-
getIsValid
boolean getIsValid()bool is_valid = 15;- Returns:
- The isValid.
-