Documentation ¶
Directories ¶
Path | Synopsis |
---|---|
cmd
|
|
Package server implements a high-level implementation of a Minecraft server.
|
Package server implements a high-level implementation of a Minecraft server. |
block
Package block exports implementations of the Block interface found in the server/world package.
|
Package block exports implementations of the Block interface found in the server/world package. |
block/cube
Package cube provides types and functions to handle positions and rotations of voxel-based objects in a 3D world.
|
Package cube provides types and functions to handle positions and rotations of voxel-based objects in a 3D world. |
block/model
Package model has world.BlockModel implementations for each world.Block implementation in the block package.
|
Package model has world.BlockModel implementations for each world.Block implementation in the block package. |
cmd
Package cmd implements a Minecraft specific command system, which may be used simply by 'plugging' it in and sending commands registered in an AvailableCommandsPacket.
|
Package cmd implements a Minecraft specific command system, which may be used simply by 'plugging' it in and sending commands registered in an AvailableCommandsPacket. |
event
Package event exposes a single exported `Context` type that may be used to influence the execution flow of events that occur on a server.
|
Package event exposes a single exported `Context` type that may be used to influence the execution flow of events that occur on a server. |
Click to show internal directories.
Click to hide internal directories.