File tree Expand file tree Collapse file tree 1 file changed +5
-15
lines changed
src/main/java/ch/njol/skript/bukkitutil Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Original file line number Diff line number Diff line change 1
1
package ch .njol .skript .bukkitutil ;
2
2
3
- import org .bukkit .Location ;
4
- import org .bukkit .entity .Ageable ;
5
- import org .bukkit .entity .Entity ;
6
- import org .bukkit .entity .EntityType ;
7
- import org .bukkit .entity .Piglin ;
8
- import org .bukkit .entity .Zoglin ;
9
- import org .bukkit .entity .Zombie ;
10
- import org .jetbrains .annotations .ApiStatus .ScheduledForRemoval ;
11
- import org .jetbrains .annotations .NotNull ;
12
-
13
- import com .google .common .collect .BiMap ;
14
- import com .google .common .collect .HashBiMap ;
15
-
16
- import io .papermc .paper .entity .TeleportFlag ;
17
-
18
3
import ch .njol .skript .Skript ;
19
4
import ch .njol .skript .entity .EntityData ;
5
+ import com .google .common .collect .BiMap ;
6
+ import com .google .common .collect .HashBiMap ;
7
+ import org .bukkit .Location ;
8
+ import org .bukkit .entity .*;
9
+ import org .jetbrains .annotations .ApiStatus .ScheduledForRemoval ;
20
10
21
11
/**
22
12
* Utility class for quick {@link Entity} methods
You can’t perform that action at this time.
0 commit comments