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