Interface DungeonEntryToBeExploreNotifyOuterClass.DungeonEntryToBeExploreNotifyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DungeonEntryToBeExploreNotifyOuterClass.DungeonEntryToBeExploreNotify, DungeonEntryToBeExploreNotifyOuterClass.DungeonEntryToBeExploreNotify.Builder
Enclosing class:
DungeonEntryToBeExploreNotifyOuterClass

public static interface DungeonEntryToBeExploreNotifyOuterClass.DungeonEntryToBeExploreNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 dungeon_entry_config_id = 2;
    int
    uint32 dungeon_entry_scene_point_id = 3;
    int
    uint32 scene_id = 6;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getSceneId

      int getSceneId()
      uint32 scene_id = 6;
      Returns:
      The sceneId.
    • getDungeonEntryScenePointId

      int getDungeonEntryScenePointId()
      uint32 dungeon_entry_scene_point_id = 3;
      Returns:
      The dungeonEntryScenePointId.
    • getDungeonEntryConfigId

      int getDungeonEntryConfigId()
      uint32 dungeon_entry_config_id = 2;
      Returns:
      The dungeonEntryConfigId.