package
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: Jan 4, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Fire struct {
LightLevel uint8
}
Fire represents a type of fire. Used by flaming blocks such as torches, lanterns, fire, and campfires.
Normal is the default variant of fires
Soul is a turquoise variant of normal fire
func (f Fire) FromString(s string) (interface{}, error)
FromString ...
func (f Fire) Uint8() uint8
Uint8 returns the fire as a uint8.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.