Package emu.grasscutter.net.proto
Interface InBattleFleurFairInfoOuterClass.InBattleFleurFairInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo,InBattleFleurFairInfoOuterClass.InBattleFleurFairInfo.Builder
- Enclosing class:
- InBattleFleurFairInfoOuterClass
public static interface InBattleFleurFairInfoOuterClass.InBattleFleurFairInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 gallery_stage_index = 7;intuint32 preview_display_duration = 11;intuint32 preview_stage_index = 9;intgetUnk3300IJBKKLGOMIE(int index) repeated uint32 Unk3300_IJBKKLGOMIE = 14;intrepeated uint32 Unk3300_IJBKKLGOMIE = 14;repeated uint32 Unk3300_IJBKKLGOMIE = 14;intgetUnk3300NNPMBFGJELL(int index) repeated uint32 Unk3300_NNPMBFGJELL = 15;intrepeated uint32 Unk3300_NNPMBFGJELL = 15;repeated uint32 Unk3300_NNPMBFGJELL = 15;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
-
getGalleryStageIndex
int getGalleryStageIndex()uint32 gallery_stage_index = 7;- Returns:
- The galleryStageIndex.
-
getPreviewDisplayDuration
int getPreviewDisplayDuration()uint32 preview_display_duration = 11;- Returns:
- The previewDisplayDuration.
-
getUnk3300NNPMBFGJELLList
repeated uint32 Unk3300_NNPMBFGJELL = 15;- Returns:
- A list containing the unk3300NNPMBFGJELL.
-
getUnk3300NNPMBFGJELLCount
int getUnk3300NNPMBFGJELLCount()repeated uint32 Unk3300_NNPMBFGJELL = 15;- Returns:
- The count of unk3300NNPMBFGJELL.
-
getUnk3300NNPMBFGJELL
int getUnk3300NNPMBFGJELL(int index) repeated uint32 Unk3300_NNPMBFGJELL = 15;- Parameters:
index- The index of the element to return.- Returns:
- The unk3300NNPMBFGJELL at the given index.
-
getPreviewStageIndex
int getPreviewStageIndex()uint32 preview_stage_index = 9;- Returns:
- The previewStageIndex.
-
getUnk3300IJBKKLGOMIEList
repeated uint32 Unk3300_IJBKKLGOMIE = 14;- Returns:
- A list containing the unk3300IJBKKLGOMIE.
-
getUnk3300IJBKKLGOMIECount
int getUnk3300IJBKKLGOMIECount()repeated uint32 Unk3300_IJBKKLGOMIE = 14;- Returns:
- The count of unk3300IJBKKLGOMIE.
-
getUnk3300IJBKKLGOMIE
int getUnk3300IJBKKLGOMIE(int index) repeated uint32 Unk3300_IJBKKLGOMIE = 14;- Parameters:
index- The index of the element to return.- Returns:
- The unk3300IJBKKLGOMIE at the given index.
-