Package emu.grasscutter.net.proto
Interface AbilityMixinScenePropSyncOuterClass.AbilityMixinScenePropSyncOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AbilityMixinScenePropSyncOuterClass.AbilityMixinScenePropSync,AbilityMixinScenePropSyncOuterClass.AbilityMixinScenePropSync.Builder
- Enclosing class:
- AbilityMixinScenePropSyncOuterClass
public static interface AbilityMixinScenePropSyncOuterClass.AbilityMixinScenePropSyncOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetDeleteIdList(int index) repeated int64 delete_id_list = 12;intrepeated int64 delete_id_list = 12;repeated int64 delete_id_list = 12;booleanbool is_clear_all = 3;getMassivePropList(int index) repeated .MassivePropSyncInfo massive_prop_list = 11;intrepeated .MassivePropSyncInfo massive_prop_list = 11;repeated .MassivePropSyncInfo massive_prop_list = 11;getMassivePropListOrBuilder(int index) repeated .MassivePropSyncInfo massive_prop_list = 11;repeated .MassivePropSyncInfo massive_prop_list = 11;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
-
getMassivePropListList
List<MassivePropSyncInfoOuterClass.MassivePropSyncInfo> getMassivePropListList()repeated .MassivePropSyncInfo massive_prop_list = 11; -
getMassivePropList
repeated .MassivePropSyncInfo massive_prop_list = 11; -
getMassivePropListCount
int getMassivePropListCount()repeated .MassivePropSyncInfo massive_prop_list = 11; -
getMassivePropListOrBuilderList
List<? extends MassivePropSyncInfoOuterClass.MassivePropSyncInfoOrBuilder> getMassivePropListOrBuilderList()repeated .MassivePropSyncInfo massive_prop_list = 11; -
getMassivePropListOrBuilder
repeated .MassivePropSyncInfo massive_prop_list = 11; -
getDeleteIdListList
repeated int64 delete_id_list = 12;- Returns:
- A list containing the deleteIdList.
-
getDeleteIdListCount
int getDeleteIdListCount()repeated int64 delete_id_list = 12;- Returns:
- The count of deleteIdList.
-
getDeleteIdList
long getDeleteIdList(int index) repeated int64 delete_id_list = 12;- Parameters:
index- The index of the element to return.- Returns:
- The deleteIdList at the given index.
-
getIsClearAll
boolean getIsClearAll()bool is_clear_all = 3;- Returns:
- The isClearAll.
-