Package emu.grasscutter.net.proto
Interface GCGSkillPreviewElementReactionInfoOuterClass.GCGSkillPreviewElementReactionInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGSkillPreviewElementReactionInfoOuterClass.GCGSkillPreviewElementReactionInfo,GCGSkillPreviewElementReactionInfoOuterClass.GCGSkillPreviewElementReactionInfo.Builder
- Enclosing class:
- GCGSkillPreviewElementReactionInfoOuterClass
public static interface GCGSkillPreviewElementReactionInfoOuterClass.GCGSkillPreviewElementReactionInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetReactionList(int index) repeated .GCGSkillPreviewReactionInfo reaction_list = 1;intrepeated .GCGSkillPreviewReactionInfo reaction_list = 1;repeated .GCGSkillPreviewReactionInfo reaction_list = 1;getReactionListOrBuilder(int index) repeated .GCGSkillPreviewReactionInfo reaction_list = 1;repeated .GCGSkillPreviewReactionInfo reaction_list = 1;intgetUnk3300BELBNDNDGAO(int index) repeated uint32 Unk3300_BELBNDNDGAO = 14;intrepeated uint32 Unk3300_BELBNDNDGAO = 14;repeated uint32 Unk3300_BELBNDNDGAO = 14;intgetUnk3300JOBNBDJHAPJ(int index) repeated uint32 Unk3300_JOBNBDJHAPJ = 12;intrepeated uint32 Unk3300_JOBNBDJHAPJ = 12;repeated uint32 Unk3300_JOBNBDJHAPJ = 12;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
-
getUnk3300JOBNBDJHAPJList
repeated uint32 Unk3300_JOBNBDJHAPJ = 12;- Returns:
- A list containing the unk3300JOBNBDJHAPJ.
-
getUnk3300JOBNBDJHAPJCount
int getUnk3300JOBNBDJHAPJCount()repeated uint32 Unk3300_JOBNBDJHAPJ = 12;- Returns:
- The count of unk3300JOBNBDJHAPJ.
-
getUnk3300JOBNBDJHAPJ
int getUnk3300JOBNBDJHAPJ(int index) repeated uint32 Unk3300_JOBNBDJHAPJ = 12;- Parameters:
index- The index of the element to return.- Returns:
- The unk3300JOBNBDJHAPJ at the given index.
-
getUnk3300BELBNDNDGAOList
repeated uint32 Unk3300_BELBNDNDGAO = 14;- Returns:
- A list containing the unk3300BELBNDNDGAO.
-
getUnk3300BELBNDNDGAOCount
int getUnk3300BELBNDNDGAOCount()repeated uint32 Unk3300_BELBNDNDGAO = 14;- Returns:
- The count of unk3300BELBNDNDGAO.
-
getUnk3300BELBNDNDGAO
int getUnk3300BELBNDNDGAO(int index) repeated uint32 Unk3300_BELBNDNDGAO = 14;- Parameters:
index- The index of the element to return.- Returns:
- The unk3300BELBNDNDGAO at the given index.
-
getReactionListList
List<GCGSkillPreviewReactionInfoOuterClass.GCGSkillPreviewReactionInfo> getReactionListList()repeated .GCGSkillPreviewReactionInfo reaction_list = 1; -
getReactionList
repeated .GCGSkillPreviewReactionInfo reaction_list = 1; -
getReactionListCount
int getReactionListCount()repeated .GCGSkillPreviewReactionInfo reaction_list = 1; -
getReactionListOrBuilderList
List<? extends GCGSkillPreviewReactionInfoOuterClass.GCGSkillPreviewReactionInfoOrBuilder> getReactionListOrBuilderList()repeated .GCGSkillPreviewReactionInfo reaction_list = 1; -
getReactionListOrBuilder
GCGSkillPreviewReactionInfoOuterClass.GCGSkillPreviewReactionInfoOrBuilder getReactionListOrBuilder(int index) repeated .GCGSkillPreviewReactionInfo reaction_list = 1;
-