Package emu.grasscutter.net.proto
Interface SceneGalleryInstableSprayInfoOuterClass.SceneGalleryInstableSprayInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SceneGalleryInstableSprayInfoOuterClass.SceneGalleryInstableSprayInfo,SceneGalleryInstableSprayInfoOuterClass.SceneGalleryInstableSprayInfo.Builder
- Enclosing class:
- SceneGalleryInstableSprayInfoOuterClass
public static interface SceneGalleryInstableSprayInfoOuterClass.SceneGalleryInstableSprayInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBuffInfoList(int index) repeated .SceneGalleryInstableSprayBuffInfo buff_info_list = 4;intrepeated .SceneGalleryInstableSprayBuffInfo buff_info_list = 4;repeated .SceneGalleryInstableSprayBuffInfo buff_info_list = 4;getBuffInfoListOrBuilder(int index) repeated .SceneGalleryInstableSprayBuffInfo buff_info_list = 4;List<? extends SceneGalleryInstableSprayBuffInfoOuterClass.SceneGalleryInstableSprayBuffInfoOrBuilder>repeated .SceneGalleryInstableSprayBuffInfo buff_info_list = 4;intgetScore()uint32 score = 10;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
-
getScore
int getScore()uint32 score = 10;- Returns:
- The score.
-
getBuffInfoListList
List<SceneGalleryInstableSprayBuffInfoOuterClass.SceneGalleryInstableSprayBuffInfo> getBuffInfoListList()repeated .SceneGalleryInstableSprayBuffInfo buff_info_list = 4; -
getBuffInfoList
SceneGalleryInstableSprayBuffInfoOuterClass.SceneGalleryInstableSprayBuffInfo getBuffInfoList(int index) repeated .SceneGalleryInstableSprayBuffInfo buff_info_list = 4; -
getBuffInfoListCount
int getBuffInfoListCount()repeated .SceneGalleryInstableSprayBuffInfo buff_info_list = 4; -
getBuffInfoListOrBuilderList
List<? extends SceneGalleryInstableSprayBuffInfoOuterClass.SceneGalleryInstableSprayBuffInfoOrBuilder> getBuffInfoListOrBuilderList()repeated .SceneGalleryInstableSprayBuffInfo buff_info_list = 4; -
getBuffInfoListOrBuilder
SceneGalleryInstableSprayBuffInfoOuterClass.SceneGalleryInstableSprayBuffInfoOrBuilder getBuffInfoListOrBuilder(int index) repeated .SceneGalleryInstableSprayBuffInfo buff_info_list = 4;
-