me.fritz.betterstairs
Class BetterStairs

java.lang.Object
  extended by org.bukkit.plugin.java.JavaPlugin
      extended by me.fritz.betterstairs.BetterStairs
All Implemented Interfaces:
org.bukkit.command.CommandExecutor, org.bukkit.plugin.Plugin

public class BetterStairs
extends org.bukkit.plugin.java.JavaPlugin

Main BetterStairs Class

Version:
1.0.1

Constructor Summary
BetterStairs()
           
 
Method Summary
 void onDisable()
          Called when the plugin is disabled
 void onEnable()
          Called when the plugin is enabled
 
Methods inherited from class org.bukkit.plugin.java.JavaPlugin
getCommand, getConfiguration, getDatabase, getDatabaseClasses, getDataFolder, getDefaultWorldGenerator, getDescription, getPluginLoader, getServer, isEnabled, isInitialized, isNaggable, onCommand, onLoad, setNaggable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BetterStairs

public BetterStairs()
Method Detail

onEnable

public void onEnable()
Called when the plugin is enabled


onDisable

public void onDisable()
Called when the plugin is disabled