style: documentation

This commit is contained in:
ineanto 2023-04-25 23:26:56 +02:00
parent 0ad2c408a6
commit 7392b8aad2

View file

@ -26,11 +26,11 @@ public class WrapperPlayServerRespawn extends AbstractPacket {
//............. //.............
// Dimension Field (1.8 - Present) // Dimension Field (1.8 - Present)
// The dimension field has changed types, // The dimension field has changed numerous times:
// numerous times. Version 1.8 through 1.15 need an integer, // - Version 1.8 through 1.15 need an integer,
// 1.15 through 1.18 need a (NBT Tag) Identifier and // - 1.15 through 1.18 need a (NBT Tag) Identifier and
// 1.19.2 and beyond require a Holder of a DimensionManager Identifier (???). // - 1.19.2 and beyond require a Holder of a DimensionManager Identifier (???).
// (Wiki.vg still refers this as an Identifier) // (Wiki.vg still refers to this as an "Identifier")
// //
// n.b.: this field is a nightmare please mojang stop refactoring // n.b.: this field is a nightmare please mojang stop refactoring
// your code to change things that were working perfectly fine before // your code to change things that were working perfectly fine before