Package emu.grasscutter.net.proto
Interface UnionCmdNotifyOuterClass.UnionCmdNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UnionCmdNotifyOuterClass.UnionCmdNotify,UnionCmdNotifyOuterClass.UnionCmdNotify.Builder
- Enclosing class:
- UnionCmdNotifyOuterClass
public static interface UnionCmdNotifyOuterClass.UnionCmdNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCmdList(int index) repeated .UnionCmd cmd_list = 15;intrepeated .UnionCmd cmd_list = 15;repeated .UnionCmd cmd_list = 15;getCmdListOrBuilder(int index) repeated .UnionCmd cmd_list = 15;List<? extends UnionCmdOuterClass.UnionCmdOrBuilder>repeated .UnionCmd cmd_list = 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
-
getCmdListList
List<UnionCmdOuterClass.UnionCmd> getCmdListList()repeated .UnionCmd cmd_list = 15; -
getCmdList
repeated .UnionCmd cmd_list = 15; -
getCmdListCount
int getCmdListCount()repeated .UnionCmd cmd_list = 15; -
getCmdListOrBuilderList
List<? extends UnionCmdOuterClass.UnionCmdOrBuilder> getCmdListOrBuilderList()repeated .UnionCmd cmd_list = 15; -
getCmdListOrBuilder
repeated .UnionCmd cmd_list = 15;
-