mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-04-03 18:55:45 +02:00
Test
This commit is contained in:
parent
513c1dd9d9
commit
f03c2aabe7
@ -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