github.com/df-mc/dragonfly@v0.9.13/server/block/doc.go (about)

     1  // Package block exports implementations of the Block interface found in the server/world package. The blocks
     2  // implemented in this package are automatically registered in the server/world package using the world.RegisterBlock
     3  // and world.RegisterItem functions through an init function, so that methods in server/world that return blocks and
     4  // items are able to return them by the respective types implemented here.
     5  package block