Package emu.grasscutter.net.proto
Interface GCGMsgClientPerformOuterClass.GCGMsgClientPerformOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGMsgClientPerformOuterClass.GCGMsgClientPerform,GCGMsgClientPerformOuterClass.GCGMsgClientPerform.Builder
- Enclosing class:
- GCGMsgClientPerformOuterClass
public static interface GCGMsgClientPerformOuterClass.GCGMsgClientPerformOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetParamList(int index) repeated uint32 param_list = 4;intrepeated uint32 param_list = 4;repeated uint32 param_list = 4;.GCGClientPerformType perform_type = 1;int.GCGClientPerformType perform_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
-
getParamListList
repeated uint32 param_list = 4;- Returns:
- A list containing the paramList.
-
getParamListCount
int getParamListCount()repeated uint32 param_list = 4;- Returns:
- The count of paramList.
-
getParamList
int getParamList(int index) repeated uint32 param_list = 4;- Parameters:
index- The index of the element to return.- Returns:
- The paramList at the given index.
-
getPerformTypeValue
int getPerformTypeValue().GCGClientPerformType perform_type = 1;- Returns:
- The enum numeric value on the wire for performType.
-
getPerformType
GCGClientPerformTypeOuterClass.GCGClientPerformType getPerformType().GCGClientPerformType perform_type = 1;- Returns:
- The performType.
-