Package emu.grasscutter.net.proto
Interface LockedPersonallineDataOuterClass.LockedPersonallineDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LockedPersonallineDataOuterClass.LockedPersonallineData,LockedPersonallineDataOuterClass.LockedPersonallineData.Builder
- Enclosing class:
- LockedPersonallineDataOuterClass
public static interface LockedPersonallineDataOuterClass.LockedPersonallineDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 chapter_id = 14;intgetLevel()uint32 level = 2;.LockedPersonallineData.LockReason lock_reason = 1;int.LockedPersonallineData.LockReason lock_reason = 1;intuint32 personal_line_id = 12;booleanuint32 chapter_id = 14;booleanhasLevel()uint32 level = 2;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
-
getLockReasonValue
int getLockReasonValue().LockedPersonallineData.LockReason lock_reason = 1;- Returns:
- The enum numeric value on the wire for lockReason.
-
getLockReason
.LockedPersonallineData.LockReason lock_reason = 1;- Returns:
- The lockReason.
-
getPersonalLineId
int getPersonalLineId()uint32 personal_line_id = 12;- Returns:
- The personalLineId.
-
hasChapterId
boolean hasChapterId()uint32 chapter_id = 14;- Returns:
- Whether the chapterId field is set.
-
getChapterId
int getChapterId()uint32 chapter_id = 14;- Returns:
- The chapterId.
-
hasLevel
boolean hasLevel()uint32 level = 2;- Returns:
- Whether the level field is set.
-
getLevel
int getLevel()uint32 level = 2;- Returns:
- The level.
-
getParamCase
-