Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrCreateRuinsGenerator ¶
type ErrCreateRuinsGenerator string
func (ErrCreateRuinsGenerator) Error ¶
func (e ErrCreateRuinsGenerator) Error() string
type ErrCreateWall ¶
type ErrCreateWall string
func (ErrCreateWall) Error ¶
func (e ErrCreateWall) Error() string
type ErrGenerateWall ¶
type ErrGenerateWall string
func (ErrGenerateWall) Error ¶
func (e ErrGenerateWall) Error() string
type RuinsGenerator ¶
type RuinsGenerator struct {
// contains filtered or unexported fields
}
func NewRuinsGenerator ¶
func NewRuinsGenerator(w world.Interface) *RuinsGenerator
func (*RuinsGenerator) Done ¶
func (rg *RuinsGenerator) Done() bool
func (*RuinsGenerator) Err ¶
func (rg *RuinsGenerator) Err() error
func (*RuinsGenerator) GenerateWall ¶
func (rg *RuinsGenerator) GenerateWall() (*Wall, error)
type Wall ¶
type Wall struct {
// contains filtered or unexported fields
}
ffjson: skip
func NewWallLocation ¶
func (*Wall) MarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.