summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol_1_10.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-11-23Adding new monster types to enum and saving/loading for easier future implementation (#4941)12xx121-0/+1
* added new monster types to enum added string <-> enum conversion in namespace serializer added loading functions added to saving * renamed zombie pigman to zombified piglins in enum Co-authored-by: 12xx12 <12xx12100@gmail.com> Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com>
2020-07-20Remove GetProtocolVersion unneeded commentsTiger Wang1-1/+0
2020-07-19Inherit constructors, remove duplicationTiger Wang1-1/+1
2020-07-18Delete duplicated status request handlersTiger Wang1-3/+4
Here we go again...
2020-04-16Using Super.Mattes D1-2/+3
2020-04-07Initial resource pack support (#4622)Mat1-0/+1
2019-09-10Protocol: Use logical outgoing packet types.Mattes D1-1/+1
2017-06-09Added WriteBlockEntity to 1.10 and 1.11 and fixed mob spawnerLukas Pioch1-0/+1
2016-12-16Initial support for the 1.11 protocol.Mattes D1-10/+13
2016-09-02Added support for the Minecraft 1.10 protocol(#210) (#3348)bibo381-0/+34
* Added support for the Minecraft 1.10 protocol(#210) * Fixed the Clang compilation errors * Fixed wrong sound pitch value and fixed SendPlayerSpawn Metadata value. * Prefixed each enum item with the appropriate class name.