package
1.5.202
Repository: https://github.com/divverent/aaaaxy.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
DrawPolyLine draws a polygon line for the given points.
LoadConfig loads the current configuration.
No description provided by the author
No description provided by the author
RegisterEntityType adds an entity type to the spawn system.
No description provided by the author
SaveConfig writes the current configuration to a file.

# Constants

GameHeight is the height of the displayed game area.
GameTPS is the game ticks per second.
GameWidth is the width of the displayed game area.
MinEntitySize is the smallest allowed entity size.

# Structs

An Entity is an object that exists in the game.
EntityIncarnation represents a specific incarnation of an entity.
No description provided by the author
TraceResult returns the status of a trace operation.
World represents the current game state including its entities.

# Interfaces

No description provided by the author
PlayerEntityImpl defines some additional methods player entities must have.
Some entities fulfill PrecacheImpl.
Some entities get a pre-despawn notification.