Class EntitySpawnComponent
java.lang.Object
com.zachsthings.libcomponents.AbstractComponent
com.zachsthings.libcomponents.bukkit.BukkitComponent
com.sk89q.commandbook.component.entityspawn.EntitySpawnComponent
- All Implemented Interfaces:
org.bukkit.command.CommandExecutor
public class EntitySpawnComponent
extends com.zachsthings.libcomponents.bukkit.BukkitComponent
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classEntitySpawnComponent.Commands -
Field Summary
-
Constructor Summary
Constructors Constructor Description EntitySpawnComponent() -
Method Summary
Methods inherited from class com.zachsthings.libcomponents.bukkit.BukkitComponent
disable, getCommands, onCommand, registerCommands, setUp, unregisterCommands
-
Constructor Details
-
EntitySpawnComponent
public EntitySpawnComponent()
-
-
Method Details
-
enable
public void enable()- Specified by:
enablein classcom.zachsthings.libcomponents.AbstractComponent
-
spawn
public org.bukkit.entity.LivingEntity spawn(org.bukkit.Location loc, org.bukkit.entity.EntityType type, java.lang.String specialTypes, com.sk89q.minecraft.util.commands.CommandContext args, org.bukkit.command.CommandSender sender) throws com.sk89q.minecraft.util.commands.CommandException- Throws:
com.sk89q.minecraft.util.commands.CommandException
-