Package emu.grasscutter.net.proto
Interface ServantInfoOuterClass.ServantInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServantInfoOuterClass.ServantInfo,ServantInfoOuterClass.ServantInfo.Builder
- Enclosing class:
- ServantInfoOuterClass
public static interface ServantInfoOuterClass.ServantInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 born_slot_index = 2;intuint32 master_entity_id = 1;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
-
getMasterEntityId
int getMasterEntityId()uint32 master_entity_id = 1;- Returns:
- The masterEntityId.
-
getBornSlotIndex
int getBornSlotIndex()uint32 born_slot_index = 2;- Returns:
- The bornSlotIndex.
-