package
0.0.0-20241112045759-21fa6fba2037
Repository: https://github.com/p0t4t0sandwich/minecraft-be-websocket-api.git
Documentation: pkg.go.dev

# Functions

Float64ToString Converts a float64 to a string.
FromString Convert a string to a CommandName.
GetCommandListeners Handle a command packet.
HandleEffect Handle an effect response goland:noinspection GoUnusedParameter.
HandleGamemode Handle a gamemode response goland:noinspection GoUnusedParameter.
HandleGlobalPause Handle a global pause response goland:noinspection GoUnusedParameter.
HandleKill Handle a kill response goland:noinspection GoUnusedParameter.
HandleList Handle a list response goland:noinspection GoUnusedParameter.
HandleSay Handle a say response goland:noinspection GoUnusedParameter.
HandleSummon Handle a summon response goland:noinspection GoUnusedParameter.
HandleTeleport Handle a teleport response goland:noinspection GoUnusedParameter.
HandleTell Handle a tell response goland:noinspection GoUnusedParameter.
NewCommandPacket Create a new command packet.
NewCommandResponse Create a new command response packet goland:noinspection GoUnusedExportedFunction.
NewEffectClearRequest Sends an effect clear request goland:noinspection GoUnusedExportedFunction.
NewEffectRequest Sends an effect request goland:noinspection GoUnusedExportedFunction.
NewGamemodeRequest Sends a gamemode request goland:noinspection GoUnusedExportedFunction.
NewGlobalPauseRequest Sends a global pause request goland:noinspection GoUnusedExportedFunction.
NewGlobalPauseStateRequestPacket Sends a global pause state request goland:noinspection GoUnusedExportedFunction.
NewKillRequest Sends a kill request goland:noinspection GoUnusedExportedFunction.
NewListRequest Sends a list request goland:noinspection GoUnusedExportedFunction.
NewSayRequest Sends a say request goland:noinspection GoUnusedExportedFunction.
NewSummonRequest Sends a summon request goland:noinspection GoUnusedExportedFunction.
NewSummonRequestWithCoordinates Sends a summon request with coordinates goland:noinspection GoUnusedExportedFunction.
NewTeleportRequest Sends a teleport request goland:noinspection GoUnusedExportedFunction.
NewTeleportRequestWithCoordinates Sends a teleport request with coordinates goland:noinspection GoUnusedExportedFunction.
NewTeleportRequestWithTarget Sends a teleport request with a target goland:noinspection GoUnusedExportedFunction.
NewTellRequest Sends a tell request goland:noinspection GoUnusedExportedFunction.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
GlobalPauseTextResponse The body of a global pause text response message goland:noinspection GoUnusedConst.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

CommandBody The body of a command message.
CommandOrigin The origin of a command message.
CommandResponse The body of a command response message.
EffectResponse The body of an effect response.
EffectResponseBody The body of an effect response.
GamemodeResponse The body of a gamemode response.
GamemodeResponseBody The body of a gamemode response.
GlobalPauseResponse The body of a global pause response message.
GlobalPauseResponseBody The body of a global pause response message.
KillResponse The body of a kill response.
KillResponseBody The body of a kill response.
ListResponse The body of a list response.
ListResponseBody The body of a list response.
SayResponse The body of a say response.
SayResponseBody The body of a say response.
SummonResponse The body of a summon response.
SummonResponseBody The body of a summon response.
TeleportResponse The body of a teleport response.
TeleportResponseBody The body of a teleport response.
TellResponse The body of a tell response.
TellResponseBody The body of a tell response.

# Type aliases

CommandName enum.
CommandTextResponse The body of a command text response message.
OriginType Command Origin Types.