fCraft  0.638
Custom Minecraft Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events
fCraft.Drawing.UndoBlock Struct Reference

Stores state of a block at a particular coordinate, used by UndoState. More...

Public Member Functions

 UndoBlock (Vector3I coord, Block block)
 

Public Attributes

readonly short X
 
readonly short Y
 
readonly short Z
 
readonly Block Block
 

Detailed Description

Stores state of a block at a particular coordinate, used by UndoState.

Constructor & Destructor Documentation

fCraft.Drawing.UndoBlock.UndoBlock ( Vector3I  coord,
Block  block 
)

Member Data Documentation

readonly Block fCraft.Drawing.UndoBlock.Block
readonly short fCraft.Drawing.UndoBlock.X
readonly short fCraft.Drawing.UndoBlock.Y
readonly short fCraft.Drawing.UndoBlock.Z

The documentation for this struct was generated from the following file: