mirror of
https://github.com/filoghost/HolographicDisplays.git
synced 2024-11-24 11:25:52 +01:00
Update javadocs and missed plugin.yml
This commit is contained in:
parent
f03dc8a839
commit
9a81b5af4e
@ -32,7 +32,8 @@ public class HologramsAPI {
|
|||||||
* Finds all the holograms created by a given plugin.
|
* Finds all the holograms created by a given plugin.
|
||||||
*
|
*
|
||||||
* @param plugin the plugin to search for in holograms
|
* @param plugin the plugin to search for in holograms
|
||||||
* @return the holograms created by a plugin
|
* @return the holograms created by a plugin. the Collection is a copy
|
||||||
|
* and modifying it has no effect on the holograms.
|
||||||
*/
|
*/
|
||||||
public static Collection<Hologram> getHolograms(Plugin plugin) {
|
public static Collection<Hologram> getHolograms(Plugin plugin) {
|
||||||
return BackendAPI.getHolograms(plugin);
|
return BackendAPI.getHolograms(plugin);
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: HolographicDisplays
|
name: HolographicDisplays
|
||||||
main: com.gmail.filoghost.holographicdisplays.HolographicDisplays
|
main: com.gmail.filoghost.holographicdisplays.HolographicDisplays
|
||||||
version: 2.0.1
|
version: 2.0.2
|
||||||
|
|
||||||
softdepend: [Multiverse-Core, MultiWorld, My Worlds, My_Worlds, ProtocolLib]
|
softdepend: [Multiverse-Core, MultiWorld, My Worlds, My_Worlds, ProtocolLib]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user