Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action interface {
// contains filtered or unexported methods
}
Action represents an action that may be performed by a block. Typically, these actions are sent to viewers in a world so that they can see these actions.
type Close ¶
type Close struct {
// contains filtered or unexported fields
}
Close is an action to close a block at a position, complementary to the Open action.
type Open ¶
type Open struct {
// contains filtered or unexported fields
}
Open is an action to open a block at a position. It is sent for blocks such as chests.
type StartCrack ¶
StartCrack is an action to make the cracks in a block start forming, following the break time set in the action.
Click to show internal directories.
Click to hide internal directories.