Package emu.grasscutter.net.proto
Interface AiSyncInfoOuterClass.AiSyncInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AiSyncInfoOuterClass.AiSyncInfo,AiSyncInfoOuterClass.AiSyncInfo.Builder
- Enclosing class:
- AiSyncInfoOuterClass
public static interface AiSyncInfoOuterClass.AiSyncInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 entity_id = 2;booleanbool has_path_to_target = 4;booleanbool Unk3300_EBICCLLGICG = 14;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
-
getEntityId
int getEntityId()uint32 entity_id = 2;- Returns:
- The entityId.
-
getHasPathToTarget
boolean getHasPathToTarget()bool has_path_to_target = 4;- Returns:
- The hasPathToTarget.
-
getUnk3300EBICCLLGICG
boolean getUnk3300EBICCLLGICG()bool Unk3300_EBICCLLGICG = 14;- Returns:
- The unk3300EBICCLLGICG.
-