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 = 8;intgetLevel()uint32 level = 12;.LockedPersonallineData.LockReason lock_reason = 4;int.LockedPersonallineData.LockReason lock_reason = 4;intuint32 personal_line_id = 7;booleanuint32 chapter_id = 8;booleanhasLevel()uint32 level = 12;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
-
getPersonalLineId
int getPersonalLineId()uint32 personal_line_id = 7;- Returns:
- The personalLineId.
-
getLockReasonValue
int getLockReasonValue().LockedPersonallineData.LockReason lock_reason = 4;- Returns:
- The enum numeric value on the wire for lockReason.
-
getLockReason
.LockedPersonallineData.LockReason lock_reason = 4;- Returns:
- The lockReason.
-
hasChapterId
boolean hasChapterId()uint32 chapter_id = 8;- Returns:
- Whether the chapterId field is set.
-
getChapterId
int getChapterId()uint32 chapter_id = 8;- Returns:
- The chapterId.
-
hasLevel
boolean hasLevel()uint32 level = 12;- Returns:
- Whether the level field is set.
-
getLevel
int getLevel()uint32 level = 12;- Returns:
- The level.
-
getParamCase
-