Package emu.grasscutter.net.proto
Interface FungusFighterPlotInfoNotifyOuterClass.FungusFighterPlotInfoNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FungusFighterPlotInfoNotifyOuterClass.FungusFighterPlotInfoNotify,FungusFighterPlotInfoNotifyOuterClass.FungusFighterPlotInfoNotify.Builder
- Enclosing class:
- FungusFighterPlotInfoNotifyOuterClass
public static interface FungusFighterPlotInfoNotifyOuterClass.FungusFighterPlotInfoNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 dungeon_id = 12;intgetFungusIdList(int index) repeated uint32 fungus_id_list = 8;intrepeated uint32 fungus_id_list = 8;repeated uint32 fungus_id_list = 8;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
-
getDungeonId
int getDungeonId()uint32 dungeon_id = 12;- Returns:
- The dungeonId.
-
getFungusIdListList
repeated uint32 fungus_id_list = 8;- Returns:
- A list containing the fungusIdList.
-
getFungusIdListCount
int getFungusIdListCount()repeated uint32 fungus_id_list = 8;- Returns:
- The count of fungusIdList.
-
getFungusIdList
int getFungusIdList(int index) repeated uint32 fungus_id_list = 8;- Parameters:
index- The index of the element to return.- Returns:
- The fungusIdList at the given index.
-