More things for #11 😄
This commit is contained in:
@@ -1,4 +1,17 @@
|
||||
package net.jitse.npclib.hologram;
|
||||
|
||||
import org.bukkit.entity.Player;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.UUID;
|
||||
|
||||
public interface Hologram {
|
||||
|
||||
void show(Player player);
|
||||
|
||||
void hide(Player player);
|
||||
|
||||
void silentHide(UUID uuid);
|
||||
|
||||
void updateText(List<String> text);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user