Package emu.grasscutter.net.proto
Interface SceneForceUnlockNotifyOuterClass.SceneForceUnlockNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SceneForceUnlockNotifyOuterClass.SceneForceUnlockNotify,SceneForceUnlockNotifyOuterClass.SceneForceUnlockNotify.Builder
- Enclosing class:
- SceneForceUnlockNotifyOuterClass
public static interface SceneForceUnlockNotifyOuterClass.SceneForceUnlockNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetForceIdList(int index) repeated uint32 force_id_list = 11;intrepeated uint32 force_id_list = 11;repeated uint32 force_id_list = 11;booleangetIsAdd()bool is_add = 7;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
-
getIsAdd
boolean getIsAdd()bool is_add = 7;- Returns:
- The isAdd.
-
getForceIdListList
repeated uint32 force_id_list = 11;- Returns:
- A list containing the forceIdList.
-
getForceIdListCount
int getForceIdListCount()repeated uint32 force_id_list = 11;- Returns:
- The count of forceIdList.
-
getForceIdList
int getForceIdList(int index) repeated uint32 force_id_list = 11;- Parameters:
index- The index of the element to return.- Returns:
- The forceIdList at the given index.
-