Package emu.grasscutter.net.proto
Interface DungeonEntryInfoReqOuterClass.DungeonEntryInfoReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DungeonEntryInfoReqOuterClass.DungeonEntryInfoReq,DungeonEntryInfoReqOuterClass.DungeonEntryInfoReq.Builder
- Enclosing class:
- DungeonEntryInfoReqOuterClass
public static interface DungeonEntryInfoReqOuterClass.DungeonEntryInfoReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 point_id = 11;intuint32 scene_id = 6;getScenePointIdList(int index) repeated .Uint32Pair scene_point_id_list = 3;intrepeated .Uint32Pair scene_point_id_list = 3;repeated .Uint32Pair scene_point_id_list = 3;getScenePointIdListOrBuilder(int index) repeated .Uint32Pair scene_point_id_list = 3;List<? extends Uint32PairOuterClass.Uint32PairOrBuilder>repeated .Uint32Pair scene_point_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
-
getScenePointIdListList
List<Uint32PairOuterClass.Uint32Pair> getScenePointIdListList()repeated .Uint32Pair scene_point_id_list = 3; -
getScenePointIdList
repeated .Uint32Pair scene_point_id_list = 3; -
getScenePointIdListCount
int getScenePointIdListCount()repeated .Uint32Pair scene_point_id_list = 3; -
getScenePointIdListOrBuilderList
List<? extends Uint32PairOuterClass.Uint32PairOrBuilder> getScenePointIdListOrBuilderList()repeated .Uint32Pair scene_point_id_list = 3; -
getScenePointIdListOrBuilder
repeated .Uint32Pair scene_point_id_list = 3; -
getPointId
int getPointId()uint32 point_id = 11;- Returns:
- The pointId.
-
getSceneId
int getSceneId()uint32 scene_id = 6;- Returns:
- The sceneId.
-