Package emu.grasscutter.net.proto
Interface ClientAIStateNotifyOuterClass.ClientAIStateNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientAIStateNotifyOuterClass.ClientAIStateNotify,ClientAIStateNotifyOuterClass.ClientAIStateNotify.Builder
- Enclosing class:
- ClientAIStateNotifyOuterClass
public static interface ClientAIStateNotifyOuterClass.ClientAIStateNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 cur_tactic = 12;intuint32 entity_id = 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
-
getEntityId
int getEntityId()uint32 entity_id = 3;- Returns:
- The entityId.
-
getCurTactic
int getCurTactic()uint32 cur_tactic = 12;- Returns:
- The curTactic.
-