Commit Graph

22 Commits

Author SHA1 Message Date
apple502j a8ff75718a
24w04a stuff (#3774)
* 24w04a stuff

* Update mappings/net/minecraft/world/updater/WorldUpdater.mapping

Co-authored-by: Shnupbups <shnupbups@gmail.com>

---------

Co-authored-by: Shnupbups <shnupbups@gmail.com>
2024-01-26 18:29:45 +11:00
modmuss50 717cdeca7a 24w04a 2024-01-24 16:09:45 +00:00
Shnupbups a83c057077
24w03a packet stuff (#3765)
* 24w03a packet stuff

* a bit more
2024-01-18 12:28:29 +09:00
Matias Koivikko ef33717267
Map packet codecs (24w03a) (#3762)
* Begin work on packet codecs

* Recipe packet codecs

* misc packet codec & *packet* packet codecs

* more misc packet codecs

* fix typos
2024-01-18 06:51:34 +11:00
apple502j a837ae344b
22w42a networking (#3338)
* 22w42a packet

* 22w42a message

* 22w42a misc networking

* Map future queue

* 22w42a client networking (wip)

* Finish client networking

* Finish mapping network

* Update mappings/net/minecraft/network/encryption/NetworkEncryptionUtils.mapping

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>

* Rename player remove packet

* Finish networking

* Map some more networking

* Rename DecoratableArgumentType

* Fix javadoc

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>
2022-10-24 00:18:41 +09:00
Player be004e3916 22w42a 2022-10-19 19:11:34 +02:00
modmuss50 9265eccd81 1.19.1-pre6 2022-07-20 18:13:05 +01:00
apple502j 04abe34331
1.19.1-pre4 stuff (#3237)
* 1.19.1-pre4 networking

* 1.19.1-pre4 client

* Fix javadoc

* Fix typos

* Apply suggestions from code review

Co-authored-by: mschae23 <46165762+mschae23@users.noreply.github.com>

* Rename some stuff

* Javadoc stuff

* Update mappings/net/minecraft/network/message/ArgumentSignatureDataMap.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Update mappings/net/minecraft/network/message/MessageSignatureData.mapping

Co-authored-by: mschae23 <46165762+mschae23@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-07-15 14:12:43 +00:00
apple502j ef47abe64e
1.19.1-pre3 stuff (#3233)
* 1.19.1-pre3 stuff

* Update mappings/net/minecraft/network/message/SignedMessage.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Update mappings/net/minecraft/network/message/MessageSender.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Drop invalid mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-07-08 14:52:19 +01:00
modmuss50 c182417cd3 1.19.1-pre4 2022-07-08 14:17:43 +01:00
mschae23 6844ca11ec
1.19.1-pre3 chat mappings (#3232)
* 1.19.1-pre3 chat mappings

* Applied review suggestions
2022-07-07 21:49:57 +01:00
apple502j 543f056e08
1.19.1-pre2 stuff (#3228)
* 1.19.1-pre2 stuff

* Update mappings/net/minecraft/client/gui/hud/MessageIndicator.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-07-06 12:57:17 +01:00
modmuss50 9548410a65 1.19.1-pre2 2022-06-30 17:44:10 +01:00
apple502j 6446e1a888
Move message related stuff to a new package (#3185)
* Move message related stuff to a new package

* Fix javadoc

* Fix javadoc

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-06-01 18:39:22 +01:00
apple502j 10c797dce2
1.19-pre1 networking (#3164)
* 1.19-pre1 networking

* More networking stuff

* Map PacketByteBuf

* Do not use 'out of order'

* Fix typo in javadoc

* Fix javadoc

* Rename chatPreviewEnabledByServer

* Rename references to Only Show Secure Chat

* Fix typo

* Use timestamp, not time

* Final bits

* Fix #3181
2022-05-23 13:07:30 +01:00
Player 33ca01b966 22w19a 2022-05-12 20:28:43 +02:00
apple502j f82738825b
22w18a networking (#3142)
* 22w18a networking

* toText -> apply

* Document and rename MessageType stuff

* PacketByteBuf usage mapping, etc

* Fix javadoc

* Apply suggestions from code review

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Revert rename for Display and Narration

* dequalify optional

* rename ChatMessageSender, etc

* rename applyDecoration

* Fix indent

* Apply suggestions from code review

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

* Rename Priority

Editing on phone sucks

* Apply suggestions from code review

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

* Update and rename ChatSigner.mapping to ChatMessageSigner.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2022-05-12 14:36:43 +01:00
Player 5dc883892e 22w18a 2022-05-04 20:34:27 +02:00
apple502j a8cf9b5ceb
22w17a network stuff: part 2 (#3123)
* 22w17a network stuff: part 2

* Update mappings/net/minecraft/client/util/ProfileKeys.mapping

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

* publicKeyInfo renames

* Fixes and javadocs

* javadoc fixes

* Apply suggestions from code review

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>

* Fix javadoc again

* Empty commit to re-trigger CI

* Apply suggestions from code review

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Update PlayerPublicKey.mapping

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
Co-authored-by: modmuss50 <modmuss50@gmail.com>
2022-05-02 13:57:32 +01:00
Moritz Zwerger af6d2df045
22w17a: Network stuff + more (#3121)
* 22w17a: map chat message packet

* goat: horns

* map signed chat message

* Add missing new class mappings

* apply suggestions from @enbrain

* rename class_7428 to PlayerPublicKey

* network: apply suggestions

* fix wrong package for SignedChatMessageS2CPacket

* rename ChatMessageS2CP to GameMessage

* fix ChatMessageS2C name, ChatMessageC2S: rename instant to time

* remove comp mappings
2022-04-28 16:20:42 +01:00
Yanis48 692f7fadd9
Random fixes (#1109)
* fiiiiiiiiiiixes

* revert for c2s packet

* "loot table" -> "table"

* juuxeled
2020-02-17 13:46:39 +00:00
Yanis48 a39dea0083
Moved all S2C/C2S packets (#1074)
* s2c/c2s packet renamings

* splitted into subpackages
2020-02-02 17:22:46 +00:00
Renamed from mappings/net/minecraft/client/network/packet/ChatMessageS2CPacket.mapping (Browse further)