org.eviline
Class BlockMetadata

java.lang.Object
  extended by org.eviline.BlockMetadata
All Implemented Interfaces:
Serializable

public class BlockMetadata
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 boolean ghost
           
 boolean ghostClearable
           
 Shape shape
           
 int shapeId
           
 
Constructor Summary
BlockMetadata()
           
BlockMetadata(BlockMetadata source)
           
BlockMetadata(Shape shape, boolean ghost, int shapeId)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shape

public Shape shape

ghost

public boolean ghost

ghostClearable

public boolean ghostClearable

shapeId

public int shapeId
Constructor Detail

BlockMetadata

public BlockMetadata()

BlockMetadata

public BlockMetadata(Shape shape,
                     boolean ghost,
                     int shapeId)

BlockMetadata

public BlockMetadata(BlockMetadata source)


Copyright © 2013. All Rights Reserved.