public class SpawnCommands extends Object
Constructor and Description |
---|
SpawnCommands(NPCLibPlugin plugin) |
Modifier and Type | Method and Description |
---|---|
void |
removeNpc(org.bukkit.entity.Player player) |
void |
spawnNPC(org.bukkit.command.CommandSender sender,
String typeString,
Double x,
Double y,
Double z,
Double pitch,
Double yaw,
String worldName) |
void |
spawnNPC(List<String> list,
org.bukkit.command.CommandSender sender,
String typeString,
Double x,
Double y,
Double z,
Double pitch,
Double yaw,
String worldName) |
void |
spawnPlayer(org.bukkit.command.CommandSender sender,
String name,
String skin,
Double x,
Double y,
Double z,
Double pitch,
Double yaw,
String worldName) |
void |
spawnPlayer(List<String> list,
org.bukkit.command.CommandSender sender,
String name,
String skin,
Double x,
Double y,
Double z,
Double pitch,
Double yaw,
String worldName) |
public SpawnCommands(NPCLibPlugin plugin)
public void spawnNPC(org.bukkit.command.CommandSender sender, String typeString, Double x, Double y, Double z, Double pitch, Double yaw, String worldName)
public void spawnPlayer(org.bukkit.command.CommandSender sender, String name, String skin, Double x, Double y, Double z, Double pitch, Double yaw, String worldName)
public void removeNpc(org.bukkit.entity.Player player)
public void spawnNPC(List<String> list, org.bukkit.command.CommandSender sender, String typeString, Double x, Double y, Double z, Double pitch, Double yaw, String worldName)
Copyright © 2018. All rights reserved.