[This is preliminary documentation and is subject to change.]

Struct representing a single block change. You may safely cast byte* pointers directly to BlockDBEntry* and vice versa.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
public struct BlockDBEntry

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
BlockDBEntry(Int32, Int32, Vector3I, Block, Block, BlockChangeContext)
Initializes a new instance of the BlockDBEntry class
BlockDBEntry(Int32, Int32, Int16, Int16, Int16, Block, Block, BlockChangeContext)
Initializes a new instance of the BlockDBEntry class
Context
Context for this block change.
Coord
Change's (X,Y,Z) coordinates as a vector.
Equals(Object)
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Returns the hash code for this instance.
(Inherited from ValueType.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
NewBlock
Block that now occupies this coordinate
OldBlock
Block that previously occupied this coordinate
PlayerID
Numeric PlayerDB id of the player who made the change.
Serialize(BinaryWriter)
Timestamp
UTC Unix timestamp of the change.
ToString()()()()
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
X
X coordinate (horizontal), in terms of blocks.
Y
Y coordinate (horizontal), in terms of blocks.
Z
Z coordinate (vertical), in terms of blocks.

See Also