Commit Graph

3289 Commits

Author SHA1 Message Date
apple502j 522923b3ff
Document Item (#3230)
* Document Item

* Document ItemStack

* Apply suggestions from code review

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

* Update mappings/net/minecraft/item/Item.mapping

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

* Add some javadocs, see enbrain's review

* Document more ItemStack stuff

* Finish documenting Item

* Apply suggestions from code review

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

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-07-25 20:20:10 +01:00
apple502j c776c77b69
Document AbstractBlock and Block (#3226)
* Document AbstractBlock and Block

* Fix javadoc

* Apply suggestions from code review

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

* More fixes

* Add more docs on sidedness

* Update mappings/net/minecraft/block/AbstractBlock.mapping

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

* Apply suggestions from code review

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-07-25 20:17:25 +01:00
apple502j f47267e9a0
Rename `ServerPlayerEntity#sendInitialChunkPackets` to `sendChunkPacket` (#3255)
The name was correct in 1.17.1, but 1.18 changes made it inapplicable.
2022-07-23 15:10:59 +01:00
apple502j 37dd5e0423
Rename `EmptyEntry#Serializer` to `builder` (#3256) 2022-07-23 15:10:42 +01:00
apple502j 04a0baa02b
Rename argument in `PaintingManager#getPaintingSprite` (#3257) 2022-07-23 15:10:21 +01:00
Player 2d6381f69b 1.19.1-rc2 2022-07-21 19:57:56 +02:00
modmuss50 9265eccd81 1.19.1-pre6 2022-07-20 18:13:05 +01:00
apple502j b2fcb1d7f5
1.19.1-pre5 client networking (#3249)
* 1.19.1-pre5 client networking

* Fix typo
2022-07-20 17:56:22 +01:00
apple502j 3da00e352d
1.19.1-pre5 networking (#3248)
* 1.19.1-pre5 networking

* Consistently spell acknowledgment

* Fix javadoc

* Map an arg
2022-07-20 17:54:35 +01:00
apple502j 4fe40ee455
1.19.1-pre5 misc stuff (#3247) 2022-07-20 17:53:33 +01:00
mschae23 835ed46274
Fixed typo in calculateBlendResult (#3250) 2022-07-18 19:00:26 +01:00
Player f181f8b226 1.19.1-pre5 2022-07-15 16:41:50 +02: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
mschae23 4cc869a891
World generation mappings (#3235)
* 1.19 worldgen (BlendingData)

* 1.19 worldgen mappings

* Fixed JavaDoc

* More mappings (blending)

* Dropped invalid mappings

* More mappings (blending)

* Added a few cache mappings (ChunkNoiseSampler)

* Removed mappings for unobfuscated methods

and added missing parameter doc

* More mappings

* initialised -> initialized
2022-07-11 19:54:26 +01: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 5a3bdbd522 Remove duplicate mapping. 2022-07-08 14:29:39 +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
modmuss50 ec767c30f2 1.19.1-pre3 2022-07-06 16:47:34 +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 ed845eba9e Fix build.
net/minecraft/entity/player/PlayerEntity has the same method.
2022-06-30 17:48:34 +01:00
modmuss50 9548410a65 1.19.1-pre2 2022-06-30 17:44:10 +01:00
apple502j c96c0805ae
1.19.1-pre1 realms (#3221)
* 1.19.1-pre1 realms

* Apply suggestions from code review

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

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-06-30 17:35:42 +01:00
apple502j 4751b36993
Repackage abusereport (#3227)
* 1.19.1-rc1 stuff

* Repackage abuse report stuff, etc

* Fix javadoc

* Update mappings/net/minecraft/client/MinecraftClient.mapping

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

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2022-06-27 19:53:13 +01:00
apple502j 1d76ecf31b
1.19-pre5 stuff (#3204)
* 1.19-pre5 stuff

* bring back arg mapping

* Update mappings/net/minecraft/world/chunk/PalettedContainer.mapping

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

* Fix javadoc

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-06-26 19:05:16 +01:00
modmuss50 db6b7357f8 1.19.1-rc1 2022-06-23 19:15:36 +01:00
apple502j f181ac0208
1.19.1-pre1 stuff (#3223)
* 1.19.1-pre1 stuff

* Map ClientPlayerEntity lambda
2022-06-23 13:23:07 +01:00
apple502j 7b33eeee9a
1.19.1-pre1 abuse and ban (#3220)
* 1.19.1-pre1 abuse/ban

* Rename ConfirmChatLinkScreen etc
2022-06-21 23:14:18 +01:00
modmuss50 eddf93b0c6 1.19.1-pre1 2022-06-21 19:24:55 +01:00
apple502j 4caccd00ea
22w24a abuse report (#3214)
* Map abuse report class

* Start mapping methods etc

* Map more methods

* Map even more methods

* Map remaining methods

* Document EditBox, etc

* Document more stuff

* Fix typo

* Remove outdated javadoc

* Fix javadoc

* Apply suggestions from code review

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

* Rename to renderOverlay

* value -> text

* emptyText -> placeholder

* javadoc

* setTextConsumer -> setChangeCallback

* Fix javadoc

* Rename callback to listener

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
2022-06-21 19:07:56 +01:00
apple502j 7e7bf893af
Map density function (yikes) (#3207)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-06-21 13:10:53 +01:00
Jake Potrebic e7298d5d0b
Add and fix mappings for structure placements (#3212)
* Add and fix mappings for structure placements

* reset shouldGenerate to obfuscated

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-06-19 14:01:15 +01:00
yurisuika b1fcfe1c29
Fix Type-O? getChtOpacity -> getChatOpacity (#3219)
Think that about sums it up.
2022-06-19 13:59:44 +01:00
Shnupbups a8e67455be
Allay Duplication mechanic and related (#3213) 2022-06-19 13:59:19 +01:00
apple502j 48e25ce929
22w24a misc stuff (#3217)
* 22w24a misc stuff

* Update mappings/net/minecraft/SharedConstants.mapping

* Forgot to commit this
2022-06-19 13:58:19 +01:00
Player cdd3db74fb 22w24a 2022-06-15 19:37:40 +02:00
apple502j fe2f1be9ae
1.19-pre4 stuff (#3199)
* 1.19-pre4 stuff

* Rename now-inverted isDisordered

* Apply suggestions from code review

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

* Update mappings/net/minecraft/server/network/ServerPlayNetworkHandler.mapping

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>

* Update ServerPlayNetworkHandler.mapping

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-06-14 18:18:21 +01:00
haykam821 9c26ec4dd6
Move the LanServerPinger class to the net.minecraft.client.network package (#3211) 2022-06-14 18:17:52 +01:00
itsmiir 0ac8b8ccfa
peaks/valleys noise is a function of weirdness (#3208)
* peaks/valleys noise is a function of weirdness

* small change to ChunkNoiseSampler + getters

sampleNoise should probably be changed to sampleNoiseZ based on usage and the presence of a sampleNoiseX and sampleNoiseY function

Co-authored-by: itsmiir <itsmiir@users.noreply.github.com>
2022-06-14 18:17:35 +01:00
apple502j 8c4525746c
Improve MessageDecorator javadoc (#3206)
* Fix wrong word in MessageDecorator javadoc

* explain it better

* Fix package

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-06-10 13:55:10 +01:00
modmuss50 da89a51699 1.19 2022-06-07 16:08:08 +01:00
modmuss50 fcad5fa191 1.19-rc2 2022-06-03 13:50:39 +01:00
modmuss50 0e3aed56ce Fix invalid mappings introduced in the 1.19-pre5 port. 2022-06-02 16:50:47 +01:00
modmuss50 ec981c50e7 1.19-rc1 2022-06-02 15:14:48 +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
liach 4e2aaef111
Clarify that the "task runner" eats tasks (#3198)
Co-authored-by: liach <liach@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-06-01 16:09:54 +01:00
apple502j 96b96a8884
Rename ChatDecorator to MessageDecorator (#3200)
* Rename ChatDecorator

* Apply suggestions from code review

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

* Change some bits on javadoc

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2022-06-01 16:09:05 +01:00
apple502j e5a32ab0f0
Repackage CharPredicate (#3201) 2022-06-01 16:07:19 +01:00
apple502j eb2bbb15ae
Rename Structure and StructureType (#3183)
* Rename Structure and StructureType
Structures really need a revisit. In my opinion the net.minecraft.structure package should be gone and
everything should be moved to net.minecraft.world.gen.structure. That'd be a very big change, though.
This commit basically reverts the entirety of #3079 and contains the changes necessary to keep consistency
(but not other new changes). I could make it bigger, but this needs an ASAP merge to stop the bad names from
going to the release.

Summary of the renames:

- `structure.Structure` became `structure.StructureTemplate`. See `/place template`, datafixes, etc.
- `structure.StructureType` became `world.gen.structure.StructureType`.
- `world.gen.structure.StructureType` became `world.gen.structure.Structure`.
- `world.gen.structure.StructureTypes` became `world.gen.structure.Structures`.
- Other names referencing the renamed classes by their old name
- And missed "feature" renames (Fixes #3179)

* Rename StructureManager

* merging gone wrong

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-06-01 16:07:00 +01:00
apple502j 772efb98c9
Repackage NameGenerator (#3202) 2022-06-01 16:06:40 +01:00
Jake Potrebic ca153cd71c
Fix registry value being named key (#3039)
* Fix registry value being named key

* use valuex instead of val

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-06-01 16:06:24 +01:00
modmuss50 a803ce3b77 1.19-pre5 2022-06-01 14:17:51 +01:00
apple502j 972c44000a
Fix typo (#3203) 2022-05-31 12:06:09 +01:00
modmuss50 0e37f80604 1.19-pre4 2022-05-30 17:10:16 +01:00
apple502j 5e2e48742c
Rename LivingEntity#applyEnchantmentsToDamage (#3187)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-05-30 15:52:07 +01:00
apple502j b1d5144743
1.19-pre1 structures (#3169)
* 1.19-pre1 structures

* Fix javadoc, rename to ChunkGenerator#biomeSource

* Bring StructureManager stuff from my other PR

* Map more structures

* Fix unmapped param

* Rename configuredStructureFeatureRegistry

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-05-30 15:51:30 +01:00
deirn f2b6c84e05
Add `yarnCommon` task that opens enigma with only common classes (#3193) 2022-05-27 12:06:56 +01:00
apple502j d1d71849fb
1.19-pre3 stuff (#3191) 2022-05-26 11:53:00 +01:00
Shnupbups de29cc59d2
1.19-pre3 stuff (#3190)
* 1.19-pre3 stuff

* more

* Update mappings/net/minecraft/entity/mob/MobEntity.mapping

* Update mappings/net/minecraft/command/argument/MessageArgumentType.mapping

* Update mappings/net/minecraft/entity/ai/brain/task/FrogEatEntityTask.mapping

* Update mappings/net/minecraft/network/encryption/ChatMessageSignature.mapping
2022-05-26 11:52:17 +01:00
apple502j 78d44a3edd
Fix WorldEvents javadoc (#3192) 2022-05-26 11:51:09 +01:00
Player be8984f672 1.19-pre3 2022-05-25 15:42:37 +02:00
haykam821 9813bf485c
Map the ChatPreviewStateChangeS2CPacket class (#3162)
* Map the ChatPreviewStateChangeS2CPacket class

* Rename the ClientPlayPacketListener#onChatPreviewEnabled method to onChatPreviewStateChange
2022-05-24 08:57:20 +01:00
apple502j 760580938e
Map PlacedFeatureIndexer (#3166)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-05-24 08:56:33 +01:00
apple502j 6b0fbc14a5
1.19-pre1 stuff (#3167)
* 1.19-pre1 stuff

* More 1.19-pre1 stuff

* Revert StructureManager, doing in other PR

* Finish 1.19-pre1 mapping

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-05-24 08:56:17 +01:00
Shnupbups 3a6d5f8450
1.19-pre2 stuff (#3189)
* 1.19-pre2 stuff + random things

* Apply suggestions from code review

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>

* Update mappings/net/minecraft/block/JukeboxBlock.mapping

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>
2022-05-24 08:55:49 +01:00
modmuss50 2ac4855aeb 1.19-pre2 2022-05-23 17:00:20 +01:00
apple502j 8bca10d593
Rename AsyncRandom and nextPredictable (#3178)
* Rename AsyncRandom and nextPredictable

* Mathematically correct names

* Mention the range is inclusive

* fix typo

* Fix #3180

* Document that nextTriangular follows symmetric trig-dist
2022-05-23 13:12: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
apple502j 03ab4265d3
Rename LargeEntitySpawnHelper (#3173) 2022-05-23 12:53:40 +01:00
apple502j 2f8ce2e639
Rename Text#copy and shallowCopy (#3172)
* Rename Text#copy and shallowCopy

* Apply suggestions from code review

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

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
2022-05-21 11:06:27 +01:00
apple502j 32a545e7df
Rename/repackage ChestAnimationProgress (#3174) 2022-05-20 20:25:18 +01:00
apple502j 1c7ce2d51a
Fix javadoc error caused by ScreenTexts repackaging (#3176) 2022-05-20 20:24:50 +01:00
Shnupbups 47b246db87
1.19-pre1 stuff (#3163)
* 1.19-pre1 stuff

* Update mappings/net/minecraft/server/command/PlaceCommand.mapping
2022-05-20 16:53:18 +01:00
apple502j a8f98ebde9
Fix name conflict with getPrimeSuspect (#3146)
* Fix name conflict with getPrimeSuspect

* Update WardenAngerManager.mapping

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-05-20 16:51:16 +01:00
haykam821 3e46372dbd
Move the ScreenTexts class to the net.minecraft.screen package (#3118)
Fixes #3112

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-05-20 16:50:20 +01:00
liach f9799eaf15
Random renames (#3140)
Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-05-19 18:38:07 +01:00
Player d5927e8419 1.19-pre1 2022-05-18 18:58:03 +02:00
apple502j 1adf25af2e
22w19a misc (#3159)
* 22w19a misc

* Drop BufferBuilder mapping

* Apply suggestions from code review

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

* Wait what, I haven't pushed Realms32BitWarningChecker!?

* Fix javadoc

* Update mappings/net/minecraft/client/render/chunk/ChunkBuilder.mapping

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

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-05-17 12:53:58 +01:00
enbrain 726bd6669c
Rename partialTicks to tickDelta (#3154) 2022-05-17 11:07:03 +01:00
enbrain 9087db44ea
22w19a buffer builder (#3160) 2022-05-17 10:57:10 +01:00
apple502j b1382b3f04
22w19a networking (#3155)
* 22w19a networking

* Map PacketByteBuf

* 22w19a client-side networking

* 22w19a networking, completed

* Move PendingTaskRunner out of thread since it's thread-unsafe

* Fix typos

* Fix javadoc

* CommandExecutionC2S allows leading slash

* Rename QueryChatPreview

* Rename registerAndGetDefault

* Remove incorrect mapping on ChatPreviewer

* Rename stuff in ChatPreviewer to prevent confusion

* Fix javadoc

* Apply suggestions from code review

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

* Renames

* Fix javadoc

* Update mappings/net/minecraft/network/PacketByteBuf.mapping

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

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-05-17 10:56:35 +01:00
Shnupbups 93c00dbd71
22w19a stuff (#3156)
* 22w19a stuff

Tags, Commands, Points of Interest, Datagen Path Resolvers, and a couple of tidbits

* suggestions
2022-05-16 12:08:07 +01:00
Player 33ca01b966 22w19a 2022-05-12 20:28:43 +02:00
apple502j 1dca7ec9f9
22w18a search (#3148)
* 22w18a searching

* Rename SearchableContainer
2022-05-12 17:29:36 +00:00
apple502j 288e0c3ed5
22w18a misc (#3149) 2022-05-12 17:28:22 +00:00
apple502j ee2512d6e0
22w18a texts and utils (#3141)
* 22w18a texts and utils

* More utils stuff

* valuesToIndices -> lastIndexGetter

* Document Decoration, toText -> apply

* Fix javadoc

* Apply suggestions from code review

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

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-05-12 17:27:32 +00:00
Shnupbups 42ea7eaefb
a couple of small datagen fixes (#3150)
can also be backported to 1.18
2022-05-12 14:41:33 +01: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
enbrain 2df5323b58
Rename identifierCodec and stringCodec in TagKey (#3145) 2022-05-11 19:28:52 +01:00
apple502j 811d8000d1
Document net.minecraft.nbt package (#3134)
* Document NBT (wip)

* more NBT docs

* Fix NbtList javadoc

* Add package docs to NBT

* Fix javadocs

* Use paragraph tag

* Mention the instances are (im)mutable in javadoc

* Apply suggestions from code review

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

* Update mappings/net/minecraft/nbt/NbtElement.mapping

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

* Apply suggestions from code review

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

* Update mappings/net/minecraft/nbt/NbtHelper.mapping

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

* Add the sentence suggested by liach

* Update package-info.java

* Apply suggestions from code review

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

* Fix typo in NbtCompound

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-05-11 19:28:23 +01:00
Shnupbups d9b288b901
22w18a stuff (#3137)
* 22w18a stuff

oh gosh oh heck

* whoops i did more

* Update Registry.mapping

* fixes

* Update MinecraftServer.mapping

* Apply suggestions from code review

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

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
Co-authored-by: frqnny <45723631+frqnny@users.noreply.github.com>
2022-05-11 19:28:01 +01:00
enbrain 5f5bf931ea
Use American English for "travel" (#3144) 2022-05-11 19:27:43 +01:00
frqnny b4a8c9d8c1
Small amount of Block Mappings + Game Events (#3139)
* Small amount of Block Mappings

* Supersede mappings to Shnup's pr

* Oh?

* Update mappings/net/minecraft/block/PropaguleBlock.mapping

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

* Update mappings/net/minecraft/block/entity/EnchantingTableBlockEntity.mapping

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

* Update mappings/net/minecraft/block/entity/EnchantingTableBlockEntity.mapping

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

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-05-06 14:45:42 +01:00
liach 8210654168
Map message type and format (#3136)
* Map message type and format

* Apply suggestions from code review

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

Co-authored-by: liach <liach@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2022-05-05 17:37:48 +01:00
haykam821 7e4228442f
Map changes to banner patterns in 22w18a (#3135) 2022-05-05 17:36:49 +01:00
Player ab3b317aa9 Actually rename in the file too.. 2022-05-04 21:04:23 +02:00
Player 018f20ba64 Fix duplicated Iterator mapping 2022-05-04 21:00:05 +02:00
Player 5dc883892e 22w18a 2022-05-04 20:34:27 +02:00
apple502j 8882f49d13
Fix typo in NetworkEncryptionUtils (#3133) 2022-05-04 12:21:55 +00:00
apple502j 0e3d4f9084
Fix duplicate UUID entry in PacketByteBuf javadoc (#3131) 2022-05-03 14:14:11 +01:00