Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
blockdb
master
Top Level Namespace
Blockdb
BlockDB
Block
Item
Tool
Generated using Crystal 1.16.3
2026-07-25 16:06:39 UTC
class
BlockDB::
Block
BlockDB::Block
BlockDB::Item
Reference
Object
Defined in:
blockdb.cr
Constructors
.new
(name : String =
"unknown_block"
, tool : Tool =
Tool
.new(
"unknown"
))
Instance Method Summary
#tool
: Tool
#tool=
(tool : Tool)
Constructor methods inherited from class
BlockDB::Item
new(name : String =
"unknown"
)
new
Constructor Detail
def self.
new
(name : String =
"unknown_block"
, tool :
Tool
=
Tool
.new(
"unknown"
))
#
[
View source
]
Instance Method Detail
def
tool
:
Tool
#
[
View source
]
def
tool=
(tool :
Tool
)
#
[
View source
]