Package emu.grasscutter.net.proto
Interface AISnapshotInfoOuterClass.AISnapshotInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AISnapshotInfoOuterClass.AISnapshotInfo,AISnapshotInfoOuterClass.AISnapshotInfo.Builder
- Enclosing class:
- AISnapshotInfoOuterClass
public static interface AISnapshotInfoOuterClass.AISnapshotInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAiSnapshots(int index) repeated .AISnapshotEntityData ai_snapshots = 1;intrepeated .AISnapshotEntityData ai_snapshots = 1;repeated .AISnapshotEntityData ai_snapshots = 1;getAiSnapshotsOrBuilder(int index) repeated .AISnapshotEntityData ai_snapshots = 1;repeated .AISnapshotEntityData ai_snapshots = 1;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
-
getAiSnapshotsList
List<AISnapshotEntityDataOuterClass.AISnapshotEntityData> getAiSnapshotsList()repeated .AISnapshotEntityData ai_snapshots = 1; -
getAiSnapshots
repeated .AISnapshotEntityData ai_snapshots = 1; -
getAiSnapshotsCount
int getAiSnapshotsCount()repeated .AISnapshotEntityData ai_snapshots = 1; -
getAiSnapshotsOrBuilderList
List<? extends AISnapshotEntityDataOuterClass.AISnapshotEntityDataOrBuilder> getAiSnapshotsOrBuilderList()repeated .AISnapshotEntityData ai_snapshots = 1; -
getAiSnapshotsOrBuilder
repeated .AISnapshotEntityData ai_snapshots = 1;
-