package
0.0.0-20221120123556-6250647631b5
Repository: https://github.com/df-mc/we.git
Documentation: pkg.go.dev

# Functions

LookupHandler finds the Handler of a specific player.Player, assuming it is currently online.
NewBlocks creates a Blocks palette that returns the blocks passed in the Blocks method.
NewHandler creates a Handler for the *player.Player passed.
NewSelection creates a new Selection based on the two corners and a world.
Read reads a Blocks palette from an io.Reader.

# Structs

Blocks is a Palette that exists out of a slice of world.Block.
DeleteCommand implements the deletion of palettes previously saved using SaveCommand.
Handler handles the selection and storage of palettes during the session of a player.
SaveCommand implements the saving of palettes to disk, so that they may be re-used.
Selection is a Palette implementation based on a selection done by a player in a world.
SetCommand implements the selection of a Selection palette in the world that a player is in.

# Interfaces

Palette is a source for a selection of world.Block to be used in a world edit action.