Class Navigators

java.lang.Object
ru.dragonestia.msb3.api.ui.navigator.Navigators

public class Navigators extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ru.dragonestia.msb3.resource.glyph.GlyphImage
     
    static final ru.dragonestia.msb3.resource.glyph.GlyphImage
     
    static final ru.dragonestia.msb3.resource.glyph.GlyphImage
     
    static final ru.dragonestia.msb3.resource.glyph.GlyphImage
     
    static final ru.dragonestia.msb3.resource.glyph.GlyphImage
     
    static final ru.dragonestia.msb3.resource.glyph.GlyphImage
     
    static final ru.dragonestia.msb3.resource.glyph.GlyphImage
     
    static final ru.dragonestia.msb3.resource.glyph.GlyphImage
     
    static final ru.dragonestia.msb3.resource.glyph.GlyphImage
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Navigator
    of(net.minestom.server.entity.Player player)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • GLYPH_UP

      public static final ru.dragonestia.msb3.resource.glyph.GlyphImage GLYPH_UP
    • GLYPH_UP_RIGHT

      public static final ru.dragonestia.msb3.resource.glyph.GlyphImage GLYPH_UP_RIGHT
    • GLYPH_RIGHT

      public static final ru.dragonestia.msb3.resource.glyph.GlyphImage GLYPH_RIGHT
    • GLYPH_DOWN_RIGHT

      public static final ru.dragonestia.msb3.resource.glyph.GlyphImage GLYPH_DOWN_RIGHT
    • GLYPH_DOWN

      public static final ru.dragonestia.msb3.resource.glyph.GlyphImage GLYPH_DOWN
    • GLYPH_DOWN_LEFT

      public static final ru.dragonestia.msb3.resource.glyph.GlyphImage GLYPH_DOWN_LEFT
    • GLYPH_LEFT

      public static final ru.dragonestia.msb3.resource.glyph.GlyphImage GLYPH_LEFT
    • GLYPH_UP_LEFT

      public static final ru.dragonestia.msb3.resource.glyph.GlyphImage GLYPH_UP_LEFT
    • GLYPH_BACKGROUND

      public static final ru.dragonestia.msb3.resource.glyph.GlyphImage GLYPH_BACKGROUND
  • Constructor Details

    • Navigators

      public Navigators()
  • Method Details

    • of

      public static Navigator of(net.minestom.server.entity.Player player)