summaryrefslogtreecommitdiff
path: root/mcmap/block.go
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2013-08-12 14:50:54 +0200
committerKevin Chabowski <kevin@kch42.de>2013-08-12 14:50:54 +0200
commit40b8da6d026d43328242b252aea3a09f8939e756 (patch)
tree489c429211ce9f0b6e1c638954f3a938f6a3bd57 /mcmap/block.go
parent59d3426e7619b9f30aa4fbf6f0862530e39f7ee6 (diff)
downloadgomcmap-40b8da6d026d43328242b252aea3a09f8939e756.tar.gz
gomcmap-40b8da6d026d43328242b252aea3a09f8939e756.tar.bz2
gomcmap-40b8da6d026d43328242b252aea3a09f8939e756.zip
Added some documentation.
Diffstat (limited to 'mcmap/block.go')
-rw-r--r--mcmap/block.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcmap/block.go b/mcmap/block.go
index 91dc374..449e25f 100644
--- a/mcmap/block.go
+++ b/mcmap/block.go
@@ -10,7 +10,7 @@ type Block struct {
ID BlockID
Data byte // Actually only a half-byte.
BlockLight, SkyLight byte // Also, only half-bytes.
- TileEntity nbt.TagCompound // The x, y and z values in here can be ignored, will automatically be fixed on saving.
+ TileEntity nbt.TagCompound // The x, y and z values in here can be ignored, will automatically be fixed on saving. Will be nil, if no TileEntity is available.
Tick *TileTick // If nil, no TileTick info is available for this block
}