Package emu.grasscutter.net.proto
Interface NavMeshStatsNotifyOuterClass.NavMeshStatsNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NavMeshStatsNotifyOuterClass.NavMeshStatsNotify,NavMeshStatsNotifyOuterClass.NavMeshStatsNotify.Builder
- Enclosing class:
- NavMeshStatsNotifyOuterClass
public static interface NavMeshStatsNotifyOuterClass.NavMeshStatsNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetInfos(int index) repeated .PbNavMeshStatsInfo infos = 3;intrepeated .PbNavMeshStatsInfo infos = 3;repeated .PbNavMeshStatsInfo infos = 3;getInfosOrBuilder(int index) repeated .PbNavMeshStatsInfo infos = 3;repeated .PbNavMeshStatsInfo infos = 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
-
getInfosList
List<PbNavMeshStatsInfoOuterClass.PbNavMeshStatsInfo> getInfosList()repeated .PbNavMeshStatsInfo infos = 3; -
getInfos
repeated .PbNavMeshStatsInfo infos = 3; -
getInfosCount
int getInfosCount()repeated .PbNavMeshStatsInfo infos = 3; -
getInfosOrBuilderList
List<? extends PbNavMeshStatsInfoOuterClass.PbNavMeshStatsInfoOrBuilder> getInfosOrBuilderList()repeated .PbNavMeshStatsInfo infos = 3; -
getInfosOrBuilder
repeated .PbNavMeshStatsInfo infos = 3;
-