Package emu.grasscutter.net.proto
Interface LanternRiteFireworksReformFactorInfoOuterClass.LanternRiteFireworksReformFactorInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LanternRiteFireworksReformFactorInfoOuterClass.LanternRiteFireworksReformFactorInfo,LanternRiteFireworksReformFactorInfoOuterClass.LanternRiteFireworksReformFactorInfo.Builder
- Enclosing class:
- LanternRiteFireworksReformFactorInfoOuterClass
public static interface LanternRiteFireworksReformFactorInfoOuterClass.LanternRiteFireworksReformFactorInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 factor_id = 15;intuint32 factor_value = 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
-
getFactorValue
int getFactorValue()uint32 factor_value = 12;- Returns:
- The factorValue.
-
getFactorId
int getFactorId()uint32 factor_id = 15;- Returns:
- The factorId.
-