public interface Koth
Modifier and Type | Method and Description |
---|---|
void |
addCommand(java.lang.String command) |
int |
getCaptureSeconds() |
org.bukkit.Location |
getCenter()
Get center location
|
java.util.List<java.lang.String> |
getCommands() |
fr.maxlego08.zkoth.zcore.utils.Cuboid |
getCuboid() |
java.util.List<org.bukkit.inventory.ItemStack> |
getItemStacks() |
LootType |
getLootType() |
org.bukkit.Location |
getMaxLocation() |
org.bukkit.Location |
getMinLocation() |
java.lang.String |
getName() |
boolean |
isCooldown() |
boolean |
isEnable() |
void |
move(org.bukkit.Location minLocation,
org.bukkit.Location maxLocation)
Move koth
|
fr.maxlego08.zkoth.zcore.utils.interfaces.CollectionConsumer<org.bukkit.entity.Player> |
onScoreboard() |
void |
playerMove(org.bukkit.entity.Player player,
FactionListener factionListener) |
void |
removeCommand(int id) |
void |
setItemStacks(java.util.List<org.bukkit.inventory.ItemStack> itemStacks) |
void |
setLootType(LootType type) |
void |
spawn(org.bukkit.command.CommandSender sender,
boolean now)
Spawn koth
|
void |
stop(org.bukkit.command.CommandSender sender) |
java.lang.String getName()
org.bukkit.Location getMinLocation()
Location
org.bukkit.Location getMaxLocation()
Location
fr.maxlego08.zkoth.zcore.utils.Cuboid getCuboid()
Cuboid
org.bukkit.Location getCenter()
Location
int getCaptureSeconds()
java.util.List<java.lang.String> getCommands()
java.util.List<org.bukkit.inventory.ItemStack> getItemStacks()
void setLootType(LootType type)
type
- void move(org.bukkit.Location minLocation, org.bukkit.Location maxLocation)
minLocation
- maxLocation
- boolean isEnable()
boolean isCooldown()
void spawn(org.bukkit.command.CommandSender sender, boolean now)
sender
- now
- void playerMove(org.bukkit.entity.Player player, FactionListener factionListener)
player
- factionListener
- fr.maxlego08.zkoth.zcore.utils.interfaces.CollectionConsumer<org.bukkit.entity.Player> onScoreboard()
void addCommand(java.lang.String command)
command
- void removeCommand(int id)
id
- void setItemStacks(java.util.List<org.bukkit.inventory.ItemStack> itemStacks)
itemStacks
- void stop(org.bukkit.command.CommandSender sender)
sender
-