cleoni.adv
Class ViewDirect

java.lang.Object
  extended by cleoni.adv.View
      extended by cleoni.adv.ViewDirect

public class ViewDirect
extends View


Constructor Summary
ViewDirect()
          Creates a new instance of ViewDirect
 
Method Summary
static void outputHtml(World world, java.io.PrintWriter out, Player thisPlayer, Skin skin, java.lang.String commands)
           
 
Methods inherited from class cleoni.adv.View
htmlCharset, htmlImage, htmlWidthHeight, outputHtml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewDirect

public ViewDirect()
Creates a new instance of ViewDirect

Method Detail

outputHtml

public static void outputHtml(World world,
                              java.io.PrintWriter out,
                              Player thisPlayer,
                              Skin skin,
                              java.lang.String commands)