Package emu.grasscutter.net.proto
Interface MonsterAIConfigHashNotifyOuterClass.MonsterAIConfigHashNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MonsterAIConfigHashNotifyOuterClass.MonsterAIConfigHashNotify,MonsterAIConfigHashNotifyOuterClass.MonsterAIConfigHashNotify.Builder
- Enclosing class:
- MonsterAIConfigHashNotifyOuterClass
public static interface MonsterAIConfigHashNotifyOuterClass.MonsterAIConfigHashNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 entity_id = 14;intint32 hash_value = 6;intgetJobId()uint32 job_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
-
getJobId
int getJobId()uint32 job_id = 3;- Returns:
- The jobId.
-
getHashValue
int getHashValue()int32 hash_value = 6;- Returns:
- The hashValue.
-
getEntityId
int getEntityId()uint32 entity_id = 14;- Returns:
- The entityId.
-