Package emu.grasscutter.net.proto
Interface AbilityMixinFireworksLauncherOuterClass.AbilityMixinFireworksLauncherOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AbilityMixinFireworksLauncherOuterClass.AbilityMixinFireworksLauncher,AbilityMixinFireworksLauncherOuterClass.AbilityMixinFireworksLauncher.Builder
- Enclosing class:
- AbilityMixinFireworksLauncherOuterClass
public static interface AbilityMixinFireworksLauncherOuterClass.AbilityMixinFireworksLauncherOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetFireworksConfig(int index) repeated uint32 fireworks_config = 12;intrepeated uint32 fireworks_config = 12;repeated uint32 fireworks_config = 12;intgetPhase()uint32 phase = 1;intuint32 Unk3300_BDGCGLGNAIB = 3;intuint32 Unk3300_BFJBDJLAOJL = 4;intuint32 Unk3300_FHGLEJNJIHK = 5;intuint32 Unk3300_LPPKOFHKCPH = 7;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
-
getUnk3300FHGLEJNJIHK
int getUnk3300FHGLEJNJIHK()uint32 Unk3300_FHGLEJNJIHK = 5;- Returns:
- The unk3300FHGLEJNJIHK.
-
getUnk3300BFJBDJLAOJL
int getUnk3300BFJBDJLAOJL()uint32 Unk3300_BFJBDJLAOJL = 4;- Returns:
- The unk3300BFJBDJLAOJL.
-
getUnk3300LPPKOFHKCPH
int getUnk3300LPPKOFHKCPH()uint32 Unk3300_LPPKOFHKCPH = 7;- Returns:
- The unk3300LPPKOFHKCPH.
-
getUnk3300BDGCGLGNAIB
int getUnk3300BDGCGLGNAIB()uint32 Unk3300_BDGCGLGNAIB = 3;- Returns:
- The unk3300BDGCGLGNAIB.
-
getFireworksConfigList
repeated uint32 fireworks_config = 12;- Returns:
- A list containing the fireworksConfig.
-
getFireworksConfigCount
int getFireworksConfigCount()repeated uint32 fireworks_config = 12;- Returns:
- The count of fireworksConfig.
-
getFireworksConfig
int getFireworksConfig(int index) repeated uint32 fireworks_config = 12;- Parameters:
index- The index of the element to return.- Returns:
- The fireworksConfig at the given index.
-
getPhase
int getPhase()uint32 phase = 1;- Returns:
- The phase.
-