Added author and copyright notice.

This commit is contained in:
JitseB
2018-04-13 18:23:46 +02:00
parent 9fd1347e2f
commit 732a0dd763
56 changed files with 401 additions and 6 deletions
@@ -1,3 +1,7 @@
/*
* Copyright (c) Jitse Boonstra 2018 All rights reserved.
*/
package net.jitse.npclib.nms.holograms;
import com.comphenix.tinyprotocol.Reflection;
@@ -9,6 +13,9 @@ import java.util.HashSet;
import java.util.List;
import java.util.Set;
/**
* @author Jitse Boonstra
*/
public class Hologram {
private final double delta = 0.3;