Package emu.grasscutter.net.proto
Interface ServerBuffChangeNotifyOuterClass.ServerBuffChangeNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServerBuffChangeNotifyOuterClass.ServerBuffChangeNotify,ServerBuffChangeNotifyOuterClass.ServerBuffChangeNotify.Builder
- Enclosing class:
- ServerBuffChangeNotifyOuterClass
public static interface ServerBuffChangeNotifyOuterClass.ServerBuffChangeNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetAvatarGuidList(int index) repeated uint64 avatar_guid_list = 5;intrepeated uint64 avatar_guid_list = 5;repeated uint64 avatar_guid_list = 5;intgetEntityIdList(int index) repeated uint32 entity_id_list = 15;intrepeated uint32 entity_id_list = 15;repeated uint32 entity_id_list = 15;booleanbool is_creature_buff = 7;.ServerBuffChangeNotify.ServerBuffChangeType server_buff_change_type = 8;int.ServerBuffChangeNotify.ServerBuffChangeType server_buff_change_type = 8;getServerBuffList(int index) repeated .ServerBuff server_buff_list = 9;intrepeated .ServerBuff server_buff_list = 9;repeated .ServerBuff server_buff_list = 9;getServerBuffListOrBuilder(int index) repeated .ServerBuff server_buff_list = 9;List<? extends ServerBuffOuterClass.ServerBuffOrBuilder>repeated .ServerBuff server_buff_list = 9;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
-
getServerBuffChangeTypeValue
int getServerBuffChangeTypeValue().ServerBuffChangeNotify.ServerBuffChangeType server_buff_change_type = 8;- Returns:
- The enum numeric value on the wire for serverBuffChangeType.
-
getServerBuffChangeType
ServerBuffChangeNotifyOuterClass.ServerBuffChangeNotify.ServerBuffChangeType getServerBuffChangeType().ServerBuffChangeNotify.ServerBuffChangeType server_buff_change_type = 8;- Returns:
- The serverBuffChangeType.
-
getAvatarGuidListList
repeated uint64 avatar_guid_list = 5;- Returns:
- A list containing the avatarGuidList.
-
getAvatarGuidListCount
int getAvatarGuidListCount()repeated uint64 avatar_guid_list = 5;- Returns:
- The count of avatarGuidList.
-
getAvatarGuidList
long getAvatarGuidList(int index) repeated uint64 avatar_guid_list = 5;- Parameters:
index- The index of the element to return.- Returns:
- The avatarGuidList at the given index.
-
getServerBuffListList
List<ServerBuffOuterClass.ServerBuff> getServerBuffListList()repeated .ServerBuff server_buff_list = 9; -
getServerBuffList
repeated .ServerBuff server_buff_list = 9; -
getServerBuffListCount
int getServerBuffListCount()repeated .ServerBuff server_buff_list = 9; -
getServerBuffListOrBuilderList
List<? extends ServerBuffOuterClass.ServerBuffOrBuilder> getServerBuffListOrBuilderList()repeated .ServerBuff server_buff_list = 9; -
getServerBuffListOrBuilder
repeated .ServerBuff server_buff_list = 9; -
getEntityIdListList
repeated uint32 entity_id_list = 15;- Returns:
- A list containing the entityIdList.
-
getEntityIdListCount
int getEntityIdListCount()repeated uint32 entity_id_list = 15;- Returns:
- The count of entityIdList.
-
getEntityIdList
int getEntityIdList(int index) repeated uint32 entity_id_list = 15;- Parameters:
index- The index of the element to return.- Returns:
- The entityIdList at the given index.
-
getIsCreatureBuff
boolean getIsCreatureBuff()bool is_creature_buff = 7;- Returns:
- The isCreatureBuff.
-