Interface MapMarkPointOuterClass.MapMarkPointOrBuilder

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

public static interface MapMarkPointOuterClass.MapMarkPointOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getSceneId

      int getSceneId()
      uint32 scene_id = 1;
      Returns:
      The sceneId.
    • getName

      String getName()
      string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 2;
      Returns:
      The bytes for name.
    • hasPos

      boolean hasPos()
      .Vector pos = 3;
      Returns:
      Whether the pos field is set.
    • getPos

      .Vector pos = 3;
      Returns:
      The pos.
    • getPosOrBuilder

      .Vector pos = 3;
    • getPointTypeValue

      int getPointTypeValue()
      .MapMarkPointType point_type = 4;
      Returns:
      The enum numeric value on the wire for pointType.
    • getPointType

      .MapMarkPointType point_type = 4;
      Returns:
      The pointType.
    • getMonsterId

      int getMonsterId()
      uint32 monster_id = 5;
      Returns:
      The monsterId.
    • getFromTypeValue

      int getFromTypeValue()
      .MapMarkFromType from_type = 6;
      Returns:
      The enum numeric value on the wire for fromType.
    • getFromType

      .MapMarkFromType from_type = 6;
      Returns:
      The fromType.
    • getQuestId

      int getQuestId()
      uint32 quest_id = 7;
      Returns:
      The questId.