Package emu.grasscutter.net.proto
Interface AbilityActionServerMonsterLogOuterClass.AbilityActionServerMonsterLogOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AbilityActionServerMonsterLogOuterClass.AbilityActionServerMonsterLog,AbilityActionServerMonsterLogOuterClass.AbilityActionServerMonsterLog.Builder
- Enclosing class:
- AbilityActionServerMonsterLogOuterClass
public static interface AbilityActionServerMonsterLogOuterClass.AbilityActionServerMonsterLogOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetParamList(int index) repeated int32 param_list = 3;intrepeated int32 param_list = 3;repeated int32 param_list = 3;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
-
getParamListList
repeated int32 param_list = 3;- Returns:
- A list containing the paramList.
-
getParamListCount
int getParamListCount()repeated int32 param_list = 3;- Returns:
- The count of paramList.
-
getParamList
int getParamList(int index) repeated int32 param_list = 3;- Parameters:
index- The index of the element to return.- Returns:
- The paramList at the given index.
-