Package emu.grasscutter.net.proto
Interface DelScenePlayTeamEntityNotifyOuterClass.DelScenePlayTeamEntityNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DelScenePlayTeamEntityNotifyOuterClass.DelScenePlayTeamEntityNotify,DelScenePlayTeamEntityNotifyOuterClass.DelScenePlayTeamEntityNotify.Builder
- Enclosing class:
- DelScenePlayTeamEntityNotifyOuterClass
public static interface DelScenePlayTeamEntityNotifyOuterClass.DelScenePlayTeamEntityNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetDelEntityIdList(int index) repeated uint32 del_entity_id_list = 5;intrepeated uint32 del_entity_id_list = 5;repeated uint32 del_entity_id_list = 5;intuint32 scene_id = 10;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
-
getDelEntityIdListList
repeated uint32 del_entity_id_list = 5;- Returns:
- A list containing the delEntityIdList.
-
getDelEntityIdListCount
int getDelEntityIdListCount()repeated uint32 del_entity_id_list = 5;- Returns:
- The count of delEntityIdList.
-
getDelEntityIdList
int getDelEntityIdList(int index) repeated uint32 del_entity_id_list = 5;- Parameters:
index- The index of the element to return.- Returns:
- The delEntityIdList at the given index.
-
getSceneId
int getSceneId()uint32 scene_id = 10;- Returns:
- The sceneId.
-