McQueryEx v0.3.0 McQueryEx.FullStat View Source
McQueryEx.FullStat creates FullStat requests, and decodes FullStat responses into a struct.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %McQueryEx.FullStat{
basic: McQueryEx.BasicStat.t(),
players: list(),
plugins: String.t(),
server_version: String.t()
}
Encapsulates the full stat response.
Link to this section Functions
Link to this function
create(mc_query_ex, challenge)
View Sourcecreate(McQueryEx.t(), integer()) :: <<_::120>>