Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package games.coob.smp.nms;
- import java.util.UUID;
- public interface HologramRegistryI {
- static void unregister(final NMSHologramI hologram) {
- }
- static void register(final NMSHologramI hologram) {
- }
- static boolean isRegistered(final NMSHologramI hologram) {
- return false;
- }
- static boolean isRegistered(final UUID entityUniqueId) {
- return false;
- }
- }
Advertisement
RAW Paste Data
Copied
Advertisement