|
22 | 22 | */ |
23 | 23 | package net.techcable.spawnshield.combattag; |
24 | 24 |
|
25 | | -import com.google.common.base.Predicate; |
26 | | -import com.google.common.collect.Iterables; |
27 | | -import com.google.common.collect.Sets; |
28 | | -import org.bukkit.Bukkit; |
29 | | -import org.bukkit.entity.Entity; |
30 | | -import org.bukkit.entity.Player; |
31 | | - |
32 | | -import com.trc202.CombatTag.CombatTag; |
33 | | -import com.trc202.CombatTagApi.CombatTagApi; |
34 | | - |
35 | | -import org.bukkit.plugin.Plugin; |
36 | | - |
37 | 25 | import java.lang.reflect.Constructor; |
38 | | -import java.lang.reflect.Field; |
39 | 26 | import java.lang.reflect.InvocationTargetException; |
40 | | -import java.lang.reflect.Method; |
41 | 27 | import java.util.HashSet; |
42 | 28 | import java.util.Set; |
43 | | -import java.util.UUID; |
44 | 29 |
|
45 | | -import net.techcable.techutils.Reflection; |
46 | | -import org.reflections.ReflectionUtils; |
47 | | -import org.reflections.Reflections; |
48 | | -import org.reflections.util.ClasspathHelper; |
49 | | - |
50 | | -import javax.annotation.Nullable; |
| 30 | +import com.google.common.collect.Iterables; |
51 | 31 |
|
52 | | -import static net.techcable.techutils.Reflection.*; |
| 32 | +import org.bukkit.entity.Entity; |
| 33 | +import org.bukkit.entity.Player; |
| 34 | +import org.reflections.Reflections; |
53 | 35 |
|
54 | 36 | /** |
55 | 37 | * class to interface with Combat Tag, Combat Tag Reloaded, and PvPManager |
|
0 commit comments