Updated Basic tutorial (markdown)

filoghost 2019-06-04 15:32:41 +02:00
parent 1b7a37a2c1
commit a428e368ca

@ -78,5 +78,5 @@ ItemLine itemLine2 = hologram.insertItemLine(0, new ItemStack(Material.STONE));
 
## 5) What to do now?
If you think this tutorial is enough, you may want to read the [javadocs API documentation](https://ci.filoghost.me/job/HolographicDisplays/javadoc/index.html?com/gmail/filoghost/holographicdisplays/api/HologramsAPI.html).
If you think this tutorial is enough, you may want to read the [javadocs API documentation](https://ci.codemc.org/job/filoghost/job/HolographicDisplays/javadoc/index.html?com/gmail/filoghost/holographicdisplays/api/HologramsAPI.html).
The most relevant classes are ```HologramsAPI``` and the interface ```Hologram```.