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