Deleted is deleted

This commit is contained in:
Tnze
2020-07-09 14:07:10 +08:00
parent b22ad870c3
commit ee23be105f
2 changed files with 5 additions and 6 deletions

View File

@ -1,5 +1,5 @@
# Go-MC # Go-MC
![Version](https://img.shields.io/badge/Minecraft-1.15.2-blue.svg) ![Version](https://img.shields.io/badge/Minecraft-1.16.1-blue.svg)
![Protocol](https://img.shields.io/badge/Protocol-578-blue.svg) ![Protocol](https://img.shields.io/badge/Protocol-578-blue.svg)
[![GoDoc](https://godoc.org/github.com/Tnze/go-mc?status.svg)](https://godoc.org/github.com/Tnze/go-mc) [![GoDoc](https://godoc.org/github.com/Tnze/go-mc?status.svg)](https://godoc.org/github.com/Tnze/go-mc)
[![Go Report Card](https://goreportcard.com/badge/github.com/Tnze/go-mc)](https://goreportcard.com/report/github.com/Tnze/go-mc) [![Go Report Card](https://goreportcard.com/badge/github.com/Tnze/go-mc)](https://goreportcard.com/report/github.com/Tnze/go-mc)

View File

@ -49,11 +49,10 @@ func NewClient() (c *Client) {
//PlayInfo content player info in server. //PlayInfo content player info in server.
type PlayInfo struct { type PlayInfo struct {
Gamemode int //游戏模式 Gamemode int //游戏模式
Hardcore bool //是否是极限模式 Hardcore bool //是否是极限模式
Dimension int //维度 Dimension int //维度
Difficulty int //难度 Difficulty int //难度
// LevelType string //地图类型 1.16删了
ViewDistance int //视距 ViewDistance int //视距
ReducedDebugInfo bool //减少调试信息 ReducedDebugInfo bool //减少调试信息
WorldName string //当前世界的名字 WorldName string //当前世界的名字