mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-01-02 14:38:19 +01:00
Test
This commit is contained in:
parent
9b15542548
commit
7cce2aec8e
@ -222,7 +222,7 @@ public class NMS {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static org.bukkit.entity.Entity spawnCustomEntity(org.bukkit.World world, Location at,
|
public static org.bukkit.entity.Entity spawnCustomEntity(org.bukkit.World world, Location at,
|
||||||
Class<?> clazz, EntityType type) {
|
Class<? extends Entity> clazz, EntityType type) {
|
||||||
World handle = ((CraftWorld) world).getHandle();
|
World handle = ((CraftWorld) world).getHandle();
|
||||||
Entity entity = null;
|
Entity entity = null;
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user