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 = 10;booleanbool has_path_to_target = 8;booleanbool is_self_killing = 6;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 = 10;- Returns:
- The entityId.
-
getIsSelfKilling
boolean getIsSelfKilling()bool is_self_killing = 6;- Returns:
- The isSelfKilling.
-
getHasPathToTarget
boolean getHasPathToTarget()bool has_path_to_target = 8;- Returns:
- The hasPathToTarget.
-