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