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