Sparky983 / diorite

A Minecraft Java client and protocol library
Apache License 2.0
2 stars 0 forks source link

Rename classes #3

Closed Sparky983 closed 2 years ago

Sparky983 commented 2 years ago

Currently a ton of classes have really weird names like SlotData which are because of wiki.vg's weird names.

Examples:

SlotData -> ItemStack MinecraftInputStream -> ?

Sparky983 commented 2 years ago

Also some methods like readLengthPrefixedVarInts()

Sparky983 commented 2 years ago

Also some methods like readLengthPrefixedVarInts()

and

Sparky983 commented 2 years ago

Currently a ton of classes have really weird names like SlotData which are because of wiki.vg's weird names.

Examples:

SlotData -> ItemStack MinecraftInputStream -> ?

MinecraftInputStream -> StreamIn MinecraftOutputStream -> StreamOut