Package emu.grasscutter.net.proto
Interface MassivePropSyncInfoOuterClass.MassivePropSyncInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MassivePropSyncInfoOuterClass.MassivePropSyncInfo,MassivePropSyncInfoOuterClass.MassivePropSyncInfo.Builder
- Enclosing class:
- MassivePropSyncInfoOuterClass
public static interface MassivePropSyncInfoOuterClass.MassivePropSyncInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetId()int64 id = 1;getPropList(int index) repeated .MassivePropParam prop_list = 2;intrepeated .MassivePropParam prop_list = 2;repeated .MassivePropParam prop_list = 2;getPropListOrBuilder(int index) repeated .MassivePropParam prop_list = 2;repeated .MassivePropParam prop_list = 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
-
getId
long getId()int64 id = 1;- Returns:
- The id.
-
getPropListList
List<MassivePropParamOuterClass.MassivePropParam> getPropListList()repeated .MassivePropParam prop_list = 2; -
getPropList
repeated .MassivePropParam prop_list = 2; -
getPropListCount
int getPropListCount()repeated .MassivePropParam prop_list = 2; -
getPropListOrBuilderList
List<? extends MassivePropParamOuterClass.MassivePropParamOrBuilder> getPropListOrBuilderList()repeated .MassivePropParam prop_list = 2; -
getPropListOrBuilder
repeated .MassivePropParam prop_list = 2;
-