Package emu.grasscutter.net.proto
Interface MassivePropParamOuterClass.MassivePropParamOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MassivePropParamOuterClass.MassivePropParam,MassivePropParamOuterClass.MassivePropParam.Builder
- Enclosing class:
- MassivePropParamOuterClass
public static interface MassivePropParamOuterClass.MassivePropParamOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionfloatgetParamList(int index) repeated float param_list = 3;intrepeated float param_list = 3;repeated float param_list = 3;intgetReactionInfoList(int index) repeated uint32 reaction_info_list = 2;intrepeated uint32 reaction_info_list = 2;repeated uint32 reaction_info_list = 2;intuint32 sync_flag = 4;intgetType()int32 type = 1;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
-
getType
int getType()int32 type = 1;- Returns:
- The type.
-
getReactionInfoListList
repeated uint32 reaction_info_list = 2;- Returns:
- A list containing the reactionInfoList.
-
getReactionInfoListCount
int getReactionInfoListCount()repeated uint32 reaction_info_list = 2;- Returns:
- The count of reactionInfoList.
-
getReactionInfoList
int getReactionInfoList(int index) repeated uint32 reaction_info_list = 2;- Parameters:
index- The index of the element to return.- Returns:
- The reactionInfoList at the given index.
-
getParamListList
repeated float param_list = 3;- Returns:
- A list containing the paramList.
-
getParamListCount
int getParamListCount()repeated float param_list = 3;- Returns:
- The count of paramList.
-
getParamList
float getParamList(int index) repeated float param_list = 3;- Parameters:
index- The index of the element to return.- Returns:
- The paramList at the given index.
-
getSyncFlag
int getSyncFlag()uint32 sync_flag = 4;- Returns:
- The syncFlag.
-