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