Package emu.grasscutter.net.proto
Interface CombatInvocationsNotifyOuterClass.CombatInvocationsNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CombatInvocationsNotifyOuterClass.CombatInvocationsNotify,CombatInvocationsNotifyOuterClass.CombatInvocationsNotify.Builder
- Enclosing class:
- CombatInvocationsNotifyOuterClass
public static interface CombatInvocationsNotifyOuterClass.CombatInvocationsNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetInvokeList(int index) repeated .CombatInvokeEntry invoke_list = 3;intrepeated .CombatInvokeEntry invoke_list = 3;repeated .CombatInvokeEntry invoke_list = 3;getInvokeListOrBuilder(int index) repeated .CombatInvokeEntry invoke_list = 3;repeated .CombatInvokeEntry invoke_list = 3;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
-
getInvokeListList
List<CombatInvokeEntryOuterClass.CombatInvokeEntry> getInvokeListList()repeated .CombatInvokeEntry invoke_list = 3; -
getInvokeList
repeated .CombatInvokeEntry invoke_list = 3; -
getInvokeListCount
int getInvokeListCount()repeated .CombatInvokeEntry invoke_list = 3; -
getInvokeListOrBuilderList
List<? extends CombatInvokeEntryOuterClass.CombatInvokeEntryOrBuilder> getInvokeListOrBuilderList()repeated .CombatInvokeEntry invoke_list = 3; -
getInvokeListOrBuilder
repeated .CombatInvokeEntry invoke_list = 3;
-