congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
Hologram.clearLines
Code IndexAdd Tabnine to your IDE (free)

How to use
clearLines
method
in
com.gmail.filoghost.holographicdisplays.api.Hologram

Best Java code snippets using com.gmail.filoghost.holographicdisplays.api.Hologram.clearLines (Showing top 2 results out of 315)

origin: io.github.bedwarsrel/BedwarsRel-Common

private void updatePlayerStatisticHologram(Player player, final Hologram holo) {
 PlayerStatistic statistic = BedwarsRel.getInstance().getPlayerStatisticManager()
   .getStatistic(player);
 holo.clearLines();
origin: BedwarsRel/BedwarsRel

private void updatePlayerStatisticHologram(Player player, final Hologram holo) {
 PlayerStatistic statistic = BedwarsRel.getInstance().getPlayerStatisticManager()
   .getStatistic(player);
 holo.clearLines();
com.gmail.filoghost.holographicdisplays.apiHologramclearLines

Javadoc

Removes all the lines from this hologram.

Popular methods of Hologram

  • appendTextLine
  • appendItemLine
    Appends an item line to end of this hologram.
  • delete
  • getVisibilityManager
  • getLocation
  • teleport
    Teleports a hologram to the given location.
  • getX
  • getY
  • getZ

Popular in Java

  • Reading from database using SQL prepared statement
  • findViewById (Activity)
  • runOnUiThread (Activity)
  • startActivity (Activity)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • Permission (java.security)
    Legacy security code; do not use.
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • DateTimeFormat (org.joda.time.format)
    Factory that creates instances of DateTimeFormatter from patterns and styles. Datetime formatting i
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now