Package emu.grasscutter.net.proto
Interface ClientRemoveCombatEndModifierNotifyOuterClass.ClientRemoveCombatEndModifierNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientRemoveCombatEndModifierNotifyOuterClass.ClientRemoveCombatEndModifierNotify,ClientRemoveCombatEndModifierNotifyOuterClass.ClientRemoveCombatEndModifierNotify.Builder
- Enclosing class:
- ClientRemoveCombatEndModifierNotifyOuterClass
public static interface ClientRemoveCombatEndModifierNotifyOuterClass.ClientRemoveCombatEndModifierNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetCombatEndTypeList(int index) repeated uint32 combat_end_type_list = 10;intrepeated uint32 combat_end_type_list = 10;repeated uint32 combat_end_type_list = 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
-
getCombatEndTypeListList
repeated uint32 combat_end_type_list = 10;- Returns:
- A list containing the combatEndTypeList.
-
getCombatEndTypeListCount
int getCombatEndTypeListCount()repeated uint32 combat_end_type_list = 10;- Returns:
- The count of combatEndTypeList.
-
getCombatEndTypeList
int getCombatEndTypeList(int index) repeated uint32 combat_end_type_list = 10;- Parameters:
index- The index of the element to return.- Returns:
- The combatEndTypeList at the given index.
-