Versions in this module Expand all Collapse all v0 v0.0.4 Jan 4, 2021 Changes in this version + type Wood struct + func Acacia() Wood + func All() []Wood + func Birch() Wood + func Crimson() Wood + func DarkOak() Wood + func Jungle() Wood + func Oak() Wood + func Spruce() Wood + func Warped() Wood + func (w Wood) Flammable() bool + func (w Wood) FromString(s string) (interface{}, error) + func (w Wood) Name() string + func (w Wood) String() string + func (w Wood) Uint8() uint8