t3.remotehrd.protocol
Class OpCreateTile

java.lang.Object
  extended by t3.remotehrd.protocol.OpCreateTile
All Implemented Interfaces:
java.io.Serializable

public class OpCreateTile
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 int elId
           
 int flags
           
 int h
           
 int w
           
 
Constructor Summary
OpCreateTile(int id, int w, int h, int flags)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elId

public int elId

w

public int w

h

public int h

flags

public int flags
Constructor Detail

OpCreateTile

public OpCreateTile(int id,
                    int w,
                    int h,
                    int flags)