Package emu.grasscutter.net.proto
Interface ClientScriptEventNotifyOuterClass.ClientScriptEventNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientScriptEventNotifyOuterClass.ClientScriptEventNotify,ClientScriptEventNotifyOuterClass.ClientScriptEventNotify.Builder
- Enclosing class:
- ClientScriptEventNotifyOuterClass
public static interface ClientScriptEventNotifyOuterClass.ClientScriptEventNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 event_type = 8;intgetParamList(int index) repeated int32 param_list = 6;intrepeated int32 param_list = 6;repeated int32 param_list = 6;intuint32 source_entity_id = 1;intuint32 target_entity_id = 4;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
-
getSourceEntityId
int getSourceEntityId()uint32 source_entity_id = 1;- Returns:
- The sourceEntityId.
-
getEventType
int getEventType()uint32 event_type = 8;- Returns:
- The eventType.
-
getTargetEntityId
int getTargetEntityId()uint32 target_entity_id = 4;- Returns:
- The targetEntityId.
-
getParamListList
repeated int32 param_list = 6;- Returns:
- A list containing the paramList.
-
getParamListCount
int getParamListCount()repeated int32 param_list = 6;- Returns:
- The count of paramList.
-
getParamList
int getParamList(int index) repeated int32 param_list = 6;- Parameters:
index- The index of the element to return.- Returns:
- The paramList at the given index.
-