mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-12-30 13:09:10 +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,
|
||||
Class<?> clazz, EntityType type) {
|
||||
Class<? extends Entity> clazz, EntityType type) {
|
||||
World handle = ((CraftWorld) world).getHandle();
|
||||
Entity entity = null;
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user