Package emu.grasscutter.net.proto
Interface GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify,GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotify.Builder
- Enclosing class:
- GadgetPlayUidOpNotifyOuterClass
public static interface GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 entity_id = 10;intgetOp()uint32 op = 2;intgetParamList(int index) repeated uint32 param_list = 12;intrepeated uint32 param_list = 12;repeated uint32 param_list = 12;string param_str = 14;com.google.protobuf.ByteStringstring param_str = 14;intuint32 play_type = 9;intgetUidList(int index) repeated uint32 uid_list = 5;intrepeated uint32 uid_list = 5;repeated uint32 uid_list = 5;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
-
getParamStr
String getParamStr()string param_str = 14;- Returns:
- The paramStr.
-
getParamStrBytes
com.google.protobuf.ByteString getParamStrBytes()string param_str = 14;- Returns:
- The bytes for paramStr.
-
getOp
int getOp()uint32 op = 2;- Returns:
- The op.
-
getEntityId
int getEntityId()uint32 entity_id = 10;- Returns:
- The entityId.
-
getParamListList
repeated uint32 param_list = 12;- Returns:
- A list containing the paramList.
-
getParamListCount
int getParamListCount()repeated uint32 param_list = 12;- Returns:
- The count of paramList.
-
getParamList
int getParamList(int index) repeated uint32 param_list = 12;- Parameters:
index- The index of the element to return.- Returns:
- The paramList at the given index.
-
getPlayType
int getPlayType()uint32 play_type = 9;- Returns:
- The playType.
-
getUidListList
repeated uint32 uid_list = 5;- Returns:
- A list containing the uidList.
-
getUidListCount
int getUidListCount()repeated uint32 uid_list = 5;- Returns:
- The count of uidList.
-
getUidList
int getUidList(int index) repeated uint32 uid_list = 5;- Parameters:
index- The index of the element to return.- Returns:
- The uidList at the given index.
-