1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-10-01 08:36:48 +02:00

Some cleanup, refactoring of EssentialsHelp class

This commit is contained in:
snowleo
2011-10-27 00:03:16 +02:00
parent ddfa6092a5
commit 19dfef1a4f
24 changed files with 603 additions and 431 deletions

View File

@@ -1,14 +1,14 @@
package com.earth2me.essentials.update.states;
import com.earth2me.essentials.update.UpdateCheck;
import com.earth2me.essentials.update.WorkListener;
import com.earth2me.essentials.update.AbstractWorkListener;
import java.util.Iterator;
import org.bukkit.Bukkit;
import org.bukkit.entity.Player;
import org.bukkit.plugin.Plugin;
public class StateMachine extends WorkListener implements Runnable
public class StateMachine extends AbstractWorkListener implements Runnable
{
public enum MachineResult
{