public interface  com.thevoxelbox.voxelsniper.performer.Performer extends java.lang.Object implements com.thevoxelbox.voxelsniper.command.VoxelCommandElement
{
public abstract void initialize(com.thevoxelbox.voxelsniper.sniper.snipe.performer.PerformerSnipe);
public abstract void perform(com.sk89q.worldedit.EditSession, int, int, int, com.sk89q.worldedit.world.block.BlockState);
public abstract void sendInfo(com.thevoxelbox.voxelsniper.sniper.snipe.performer.PerformerSnipe);
public abstract com.thevoxelbox.voxelsniper.performer.property.PerformerProperties getProperties();
public abstract void setProperties(com.thevoxelbox.voxelsniper.performer.property.PerformerProperties);
public abstract void loadProperties();
}