diff --git a/CONVENTIONS.md b/CONVENTIONS.md index c970e2b9f9..7233f01f95 100644 --- a/CONVENTIONS.md +++ b/CONVENTIONS.md @@ -189,10 +189,10 @@ Assume this is the decompiled content in Enigma, which does not show imports: ```java /** * Assume this class is from the {@code net.example.stuff} package. - * - *
You can link to {@link Optional} as it's part of the class signature (type parameter bound). - * - *
You must fully qualify {@link net.example.stuff.basic.BasicStuffUser} when linking as it is not in + *
+ * You can link to {@link Optional} as it's part of the class signature (type parameter bound). + *
+ * You must fully qualify {@link net.example.stuff.basic.BasicStuffUser} when linking as it is not in
* any signature and is from a different package.
*/
public class Stuff You must fully qualify {@link net.example.util.UtilityClass} when linking because it is not part
+ *
+ * You must fully qualify {@link net.example.util.UtilityClass} when linking because it is not part
* of any signature (even though it is used in code) and is from a different package.
*/
public Stuff(List Imports are processed as per the description of this class.
+ COMMENT
+ COMMENT Imports are processed as per the description of this class.
ARG 1 source
CLASS C_ctvnulwe Context
COMMENT A context for the parser to keep track of its current line and caret position in the file.
diff --git a/mappings/com/mojang/blaze3d/systems/RenderCallStorage.mapping b/mappings/com/mojang/blaze3d/systems/RenderCallStorage.mapping
index c600ee913a..82114f42ba 100644
--- a/mappings/com/mojang/blaze3d/systems/RenderCallStorage.mapping
+++ b/mappings/com/mojang/blaze3d/systems/RenderCallStorage.mapping
@@ -3,8 +3,8 @@ CLASS net/minecraft/unmapped/C_gxbhfeky com/mojang/blaze3d/systems/RenderCallSto
COMMENT three queues: a recording queue, a processing queue, and a last processed
COMMENT queue. The recording queue is equal to the processing queue during processing
COMMENT and different during recording.
- COMMENT
- COMMENT This storage appears to be a work in progress, as its processing currently
+ COMMENT
+ COMMENT This storage appears to be a work in progress, as its processing currently
COMMENT performs no operation.
FIELD f_ajurnmpu processing Z
FIELD f_cmneiads recording Z
diff --git a/mappings/com/mojang/blaze3d/texture/NativeImage.mapping b/mappings/com/mojang/blaze3d/texture/NativeImage.mapping
index 7ab4ca7d70..5cbdb5e3fc 100644
--- a/mappings/com/mojang/blaze3d/texture/NativeImage.mapping
+++ b/mappings/com/mojang/blaze3d/texture/NativeImage.mapping
@@ -32,8 +32,8 @@ CLASS net/minecraft/unmapped/C_ayikuhxa com/mojang/blaze3d/texture/NativeImage
METHOD m_bhuofelc setPixelColor (III)V
COMMENT Sets the color of a pixel on this native image.
COMMENT The color to be set using this method should be in a ABGR format.
- COMMENT
- COMMENT This is only supported when this native image's format is {@link NativeImage.Format#ABGR ABGR}
+ COMMENT
+ COMMENT This is only supported when this native image's format is {@link NativeImage.Format#ABGR ABGR}
ARG 1 x
ARG 2 y
ARG 3 color
@@ -63,8 +63,8 @@ CLASS net/minecraft/unmapped/C_ayikuhxa com/mojang/blaze3d/texture/NativeImage
METHOD m_gnawjfwf getPixelColor (II)I
COMMENT Gets the color of a pixel on this native image.
COMMENT The color returned by this method will be in a ABGR format.
- COMMENT
- COMMENT This is only supported when this native image's format is {@link NativeImage.Format#ABGR ABGR}.
+ COMMENT
+ COMMENT This is only supported when this native image's format is {@link NativeImage.Format#ABGR ABGR}.
ARG 1 x
ARG 2 y
METHOD m_grhlefuk blendPixel (III)V
diff --git a/mappings/net/minecraft/block/AbstractBlock.mapping b/mappings/net/minecraft/block/AbstractBlock.mapping
index 7dce8d17a3..2a35e1d4c2 100644
--- a/mappings/net/minecraft/block/AbstractBlock.mapping
+++ b/mappings/net/minecraft/block/AbstractBlock.mapping
@@ -140,11 +140,11 @@ CLASS net/minecraft/unmapped/C_triydqro net/minecraft/block/AbstractBlock
METHOD m_rocdemyx onUse (Lnet/minecraft/unmapped/C_txtbiemp;Lnet/minecraft/unmapped/C_cdctfzbn;Lnet/minecraft/unmapped/C_hynzadkk;Lnet/minecraft/unmapped/C_jzrpycqo;Lnet/minecraft/unmapped/C_laxmzoqs;Lnet/minecraft/unmapped/C_jdakttms;)Lnet/minecraft/unmapped/C_ozuepbyj;
COMMENT Called when this block is used by a player.
COMMENT This, by default, is bound to using the right mouse button.
- COMMENT
- COMMENT This method is called on both the logical client and logical server, so take caution when overriding this method.
+ COMMENT
+ COMMENT This method is called on both the logical client and logical server, so take caution when overriding this method.
COMMENT The logical side can be checked using {@link net.minecraft.world.World#isClient() world.isClient()}.
- COMMENT
- COMMENT If the action result is successful on a logical client, then the action will be sent to the logical server for processing.
+ COMMENT
+ COMMENT If the action result is successful on a logical client, then the action will be sent to the logical server for processing.
COMMENT
COMMENT @return an action result that specifies if using the block was successful.
ARG 1 state
@@ -177,8 +177,8 @@ CLASS net/minecraft/unmapped/C_triydqro net/minecraft/block/AbstractBlock
ARG 6 notify
METHOD m_umbsjste rotate (Lnet/minecraft/unmapped/C_txtbiemp;Lnet/minecraft/unmapped/C_mboglirk;)Lnet/minecraft/unmapped/C_txtbiemp;
COMMENT Applies a block rotation to a block state.
- COMMENT
- COMMENT By default, this returns the provided block state.
+ COMMENT
+ COMMENT By default, this returns the provided block state.
COMMENT
COMMENT @return the rotated block state
ARG 1 state
@@ -617,8 +617,8 @@ CLASS net/minecraft/unmapped/C_triydqro net/minecraft/block/AbstractBlock
METHOD m_dbqsutun liquid ()Lnet/minecraft/unmapped/C_triydqro$C_xnkxsdfy;
METHOD m_dfcscaql noCollision ()Lnet/minecraft/unmapped/C_triydqro$C_xnkxsdfy;
COMMENT Specifies that a block should have no collision bounds.
- COMMENT
- COMMENT This also marks a block as non-opaque.
+ COMMENT
+ COMMENT This also marks a block as non-opaque.
METHOD m_dsszzhch pistonBehavior (Lnet/minecraft/unmapped/C_mojvzhua;)Lnet/minecraft/unmapped/C_triydqro$C_xnkxsdfy;
ARG 1 pistonBehavior
METHOD m_eajltsia solidBlock (Lnet/minecraft/unmapped/C_triydqro$C_izsedryc;)Lnet/minecraft/unmapped/C_triydqro$C_xnkxsdfy;
diff --git a/mappings/net/minecraft/block/AbstractRailBlock.mapping b/mappings/net/minecraft/block/AbstractRailBlock.mapping
index a37c3fc3fb..55b9cdab8f 100644
--- a/mappings/net/minecraft/block/AbstractRailBlock.mapping
+++ b/mappings/net/minecraft/block/AbstractRailBlock.mapping
@@ -17,10 +17,12 @@ CLASS net/minecraft/unmapped/C_mgkftsgg net/minecraft/block/AbstractRailBlock
ARG 4 notify
METHOD m_oyknusit shouldDropRail (Lnet/minecraft/unmapped/C_hynzadkk;Lnet/minecraft/unmapped/C_cdctfzbn;Lnet/minecraft/unmapped/C_wqmdpcsg;)Z
COMMENT Checks if this rail should be dropped.
- COMMENT
- COMMENT This method will return true if:
- COMMENT
+ COMMENT This method will return true if:
+ COMMENT There is exactly one instance for every type of block. Every stone
+ COMMENT
+ COMMENT There is exactly one instance for every type of block. Every stone
COMMENT block for example in a world shares the same block instance. Each block
COMMENT instance is registered under the Block Registry.
COMMENT See {@link Blocks} for examples of block instances.
- COMMENT
- COMMENT An item corresponding to a block is not automatically created. You
+ COMMENT
+ COMMENT An item corresponding to a block is not automatically created. You
COMMENT may create your own {@link net.minecraft.item.BlockItem} and register it
COMMENT under the Item Registry
- COMMENT
- COMMENT The translation key for the block name is determined by {@link
+ COMMENT
+ COMMENT The translation key for the block name is determined by {@link
COMMENT #getTranslationKey}.
- COMMENT
- COMMENT In the world, the actual voxels are not stored as blocks, but as
+ COMMENT
+ COMMENT In the world, the actual voxels are not stored as blocks, but as
COMMENT {@linkplain BlockState block states}. The possible states of the block
COMMENT is defined by {@link appendProperties}.
COMMENT
@@ -66,8 +66,8 @@ CLASS net/minecraft/unmapped/C_mmxmpdoq net/minecraft/block/Block
METHOD m_bdlslsvh getStateManager ()Lnet/minecraft/unmapped/C_ezfeikaq;
METHOD m_bsuyxxeg getTranslationKey ()Ljava/lang/String;
COMMENT {@return the translation key for the name of this block}
- COMMENT
- COMMENT By default, it returns {@code block.namespace.path} where {@code
+ COMMENT
+ COMMENT By default, it returns {@code block.namespace.path} where {@code
COMMENT namespace} and {@code path} are of the identifier used for registering
COMMENT this block, but {@code /} in {@code path} is replaced with {@code .}.
COMMENT If the block is not registered, it returns {@code block.unregistered_sadface}.
@@ -180,10 +180,10 @@ CLASS net/minecraft/unmapped/C_mmxmpdoq net/minecraft/block/Block
ARG 3 size
METHOD m_ocypbslz replace (Lnet/minecraft/unmapped/C_txtbiemp;Lnet/minecraft/unmapped/C_txtbiemp;Lnet/minecraft/unmapped/C_vdvbsyle;Lnet/minecraft/unmapped/C_hynzadkk;II)V
COMMENT Replaces the {@code state} with the {@code newState} at the {@code pos}.
- COMMENT
- COMMENT If the two state objects are identical, this method does nothing.
- COMMENT
- COMMENT If the new state {@linkplain BlockState#isAir() is air},
+ COMMENT
+ COMMENT If the two state objects are identical, this method does nothing.
+ COMMENT
+ COMMENT If the new state {@linkplain BlockState#isAir() is air},
COMMENT breaks the block at the position instead.
ARG 0 state
COMMENT the existing block state
@@ -203,10 +203,10 @@ CLASS net/minecraft/unmapped/C_mmxmpdoq net/minecraft/block/Block
ARG 2 property
METHOD m_phnkbohu replace (Lnet/minecraft/unmapped/C_txtbiemp;Lnet/minecraft/unmapped/C_txtbiemp;Lnet/minecraft/unmapped/C_vdvbsyle;Lnet/minecraft/unmapped/C_hynzadkk;I)V
COMMENT Replaces the {@code state} with the {@code newState} at the {@code pos}.
- COMMENT
- COMMENT If the two state objects are identical, this method does nothing.
- COMMENT
- COMMENT If the new state {@linkplain BlockState#isAir() is air},
+ COMMENT
+ COMMENT If the two state objects are identical, this method does nothing.
+ COMMENT
+ COMMENT If the new state {@linkplain BlockState#isAir() is air},
COMMENT breaks the block at the position instead.
ARG 0 state
COMMENT the existing block state
diff --git a/mappings/net/minecraft/block/DyedCarpetBlock.mapping b/mappings/net/minecraft/block/DyedCarpetBlock.mapping
index f8eca077c8..f5e8e4f0cd 100644
--- a/mappings/net/minecraft/block/DyedCarpetBlock.mapping
+++ b/mappings/net/minecraft/block/DyedCarpetBlock.mapping
@@ -7,6 +7,6 @@ CLASS net/minecraft/unmapped/C_jgxnpxls net/minecraft/block/DyedCarpetBlock
ARG 2 settings
METHOD m_qzraopws getDyeColor ()Lnet/minecraft/unmapped/C_arllgqae;
COMMENT {@return the color of this carpet when worn by a {@linkplain net.minecraft.entity.passive.LlamaEntity llama}}
- COMMENT
- COMMENT If {@code null}, the llama will not appear to be wearing the carpet.
+ COMMENT
+ COMMENT If {@code null}, the llama will not appear to be wearing the carpet.
COMMENT However, the carpet will remain wearable by the llama.
diff --git a/mappings/net/minecraft/block/entity/BellBlockEntity.mapping b/mappings/net/minecraft/block/entity/BellBlockEntity.mapping
index 4cf7f89144..ac7a69a9c4 100644
--- a/mappings/net/minecraft/block/entity/BellBlockEntity.mapping
+++ b/mappings/net/minecraft/block/entity/BellBlockEntity.mapping
@@ -62,8 +62,8 @@ CLASS net/minecraft/unmapped/C_lxkuepdf net/minecraft/block/entity/BellBlockEnti
ARG 1 entity
METHOD m_yxwdlhjo raidersHearBell (Lnet/minecraft/unmapped/C_hynzadkk;Ljava/util/List;)Z
COMMENT Determines whether at least one of the given entities would be affected by the bell.
- COMMENT
- COMMENT This determines whether the bell resonates.
+ COMMENT
+ COMMENT This determines whether the bell resonates.
COMMENT For some reason, despite affected by the bell, entities more than 32 blocks away will not count as hearing the bell.
ARG 0 pos
ARG 1 hearingEntities
diff --git a/mappings/net/minecraft/block/entity/EndGatewayBlockEntity.mapping b/mappings/net/minecraft/block/entity/EndGatewayBlockEntity.mapping
index 848cf8f8bd..46f7148dd8 100644
--- a/mappings/net/minecraft/block/entity/EndGatewayBlockEntity.mapping
+++ b/mappings/net/minecraft/block/entity/EndGatewayBlockEntity.mapping
@@ -45,8 +45,8 @@ CLASS net/minecraft/unmapped/C_bgmbcwaf net/minecraft/block/entity/EndGatewayBlo
ARG 0 entity
METHOD m_tkkmaceb setupExitPortalLocation (Lnet/minecraft/unmapped/C_bdwnwhiu;Lnet/minecraft/unmapped/C_hynzadkk;)Lnet/minecraft/unmapped/C_hynzadkk;
COMMENT Finds teleport location and creates an island to teleport to (if there is none).
- COMMENT
- COMMENT This does not create an exit portal.
+ COMMENT
+ COMMENT This does not create an exit portal.
COMMENT
COMMENT @return the position of the exit portal
ARG 0 world
diff --git a/mappings/net/minecraft/client/MinecraftClient.mapping b/mappings/net/minecraft/client/MinecraftClient.mapping
index b7f48fd644..2373f30934 100644
--- a/mappings/net/minecraft/client/MinecraftClient.mapping
+++ b/mappings/net/minecraft/client/MinecraftClient.mapping
@@ -3,8 +3,8 @@ CLASS net/minecraft/unmapped/C_ayfeobid net/minecraft/client/MinecraftClient
COMMENT The logical Minecraft client is responsible for rendering, sound playback and control input.
COMMENT The Minecraft client also manages connections to a logical server which may be the client's {@link net.minecraft.server.integrated.IntegratedServer} or a remote server.
COMMENT The Minecraft client instance may be obtained using {@link MinecraftClient#getInstance()}.
- COMMENT
- COMMENT Rendering on a Minecraft client is split into several facilities.
+ COMMENT
+ COMMENT Rendering on a Minecraft client is split into several facilities.
COMMENT The primary entrypoint for rendering is {@link net.minecraft.client.render.GameRenderer#render(float, long, boolean)}.
COMMENT If true, messages will not be displayed in chat and narrator will not process
+ COMMENT
+ COMMENT If true, messages will not be displayed in chat and narrator will not process
COMMENT them.
ARG 1 sender
METHOD m_eezvcyrt stop ()V
@@ -318,8 +319,8 @@ CLASS net/minecraft/unmapped/C_ayfeobid net/minecraft/client/MinecraftClient
METHOD m_jgfcfpip isOptionalTelemetryAvailable ()Z
METHOD m_jiouzlzi getServer ()Lnet/minecraft/unmapped/C_mxzbwazq;
COMMENT Gets this client's own integrated server.
- COMMENT
- COMMENT The integrated server is only present when a local single player world is open.
+ COMMENT
+ COMMENT The integrated server is only present when a local single player world is open.
METHOD m_jtfycguy getVersionType ()Ljava/lang/String;
METHOD m_jytpvdsa countryEqualsISO3 (Ljava/lang/Object;)Z
ARG 0 o
@@ -405,8 +406,8 @@ CLASS net/minecraft/unmapped/C_ayfeobid net/minecraft/client/MinecraftClient
METHOD m_qflkyikk getSplashTextLoader ()Lnet/minecraft/unmapped/C_iyhcmfwn;
METHOD m_qgbmplum takeHugeScreenshot (Ljava/io/File;IIII)Lnet/minecraft/unmapped/C_rdaqiwdt;
COMMENT Takes a huge screenshot in the tga file format.
- COMMENT
- COMMENT The {@code unitWidth} and {@code unitHeight} controls the size of the
+ COMMENT
+ COMMENT The {@code unitWidth} and {@code unitHeight} controls the size of the
COMMENT partial image rendered; it does not affect the screenshot outcome, but may
COMMENT affect the screenshot performance.
COMMENT
diff --git a/mappings/net/minecraft/client/font/TextVisitFactory.mapping b/mappings/net/minecraft/client/font/TextVisitFactory.mapping
index 145aa78768..01686a4aed 100644
--- a/mappings/net/minecraft/client/font/TextVisitFactory.mapping
+++ b/mappings/net/minecraft/client/font/TextVisitFactory.mapping
@@ -18,8 +18,8 @@ CLASS net/minecraft/unmapped/C_qpsrdirb net/minecraft/client/font/TextVisitFacto
ARG 0 text
METHOD m_buphjbxo visitFormatted (Ljava/lang/String;ILnet/minecraft/unmapped/C_cpwnhism;Lnet/minecraft/unmapped/C_kexvwzdm;)Z
COMMENT Visits the code points of a string, applying the formatting codes within.
- COMMENT
- COMMENT The visit is in forward direction.
+ COMMENT
+ COMMENT The visit is in forward direction.
COMMENT
COMMENT @return {@code true} if the full string was visited, or {@code false} indicating
COMMENT the {@code visitor} terminated half-way
@@ -47,8 +47,8 @@ CLASS net/minecraft/unmapped/C_qpsrdirb net/minecraft/client/font/TextVisitFacto
ARG 3 codePoint
METHOD m_dhlhwpav visitFormatted (Ljava/lang/String;ILnet/minecraft/unmapped/C_cpwnhism;Lnet/minecraft/unmapped/C_cpwnhism;Lnet/minecraft/unmapped/C_kexvwzdm;)Z
COMMENT Visits the code points of a string, applying the formatting codes within.
- COMMENT
- COMMENT The visit is in forward direction.
+ COMMENT
+ COMMENT The visit is in forward direction.
COMMENT
COMMENT @return {@code true} if the full string was visited, or {@code false} indicating
COMMENT the {@code visitor} terminated half-way
@@ -68,8 +68,8 @@ CLASS net/minecraft/unmapped/C_qpsrdirb net/minecraft/client/font/TextVisitFacto
ARG 3 codePoint
METHOD m_icktwjgz visitFormatted (Ljava/lang/String;Lnet/minecraft/unmapped/C_cpwnhism;Lnet/minecraft/unmapped/C_kexvwzdm;)Z
COMMENT Visits the code points of a string, applying the formatting codes within.
- COMMENT
- COMMENT The visit is in forward direction.
+ COMMENT
+ COMMENT The visit is in forward direction.
COMMENT
COMMENT @return {@code true} if the full string was visited, or {@code false} indicating
COMMENT the {@code visitor} terminated half-way
@@ -82,8 +82,8 @@ CLASS net/minecraft/unmapped/C_qpsrdirb net/minecraft/client/font/TextVisitFacto
METHOD m_lcnitqwa visitFormatted (Lnet/minecraft/unmapped/C_xzalvetc;Lnet/minecraft/unmapped/C_cpwnhism;Lnet/minecraft/unmapped/C_kexvwzdm;)Z
COMMENT Visits the code points for every literal string and the formatting codes
COMMENT supplied by the renderable.
- COMMENT
- COMMENT The visit is in forward direction.
+ COMMENT
+ COMMENT The visit is in forward direction.
COMMENT
COMMENT @return {@code true} if the full string was visited, or {@code false} indicating
COMMENT the {@code visitor} terminated half-way
diff --git a/mappings/net/minecraft/client/gui/hud/InGameHud.mapping b/mappings/net/minecraft/client/gui/hud/InGameHud.mapping
index 9542582a8f..39e130f1c5 100644
--- a/mappings/net/minecraft/client/gui/hud/InGameHud.mapping
+++ b/mappings/net/minecraft/client/gui/hud/InGameHud.mapping
@@ -1,7 +1,7 @@
CLASS net/minecraft/unmapped/C_nepwsmgw net/minecraft/client/gui/hud/InGameHud
COMMENT Responsible for rendering the HUD elements while the player is in game.
- COMMENT
- COMMENT The current instance used by the client can be obtained by {@link
+ COMMENT
+ COMMENT The current instance used by the client can be obtained by {@link
COMMENT MinecraftClient#inGameHud MinecraftClient.getInstance().inGameHud}.
FIELD f_aazbtyrp WHITE I
FIELD f_akoeebzf currentStack Lnet/minecraft/unmapped/C_sddaxwyk;
diff --git a/mappings/net/minecraft/client/gui/screen/Screen.mapping b/mappings/net/minecraft/client/gui/screen/Screen.mapping
index 29ba0da98b..8abf2d7cf5 100644
--- a/mappings/net/minecraft/client/gui/screen/Screen.mapping
+++ b/mappings/net/minecraft/client/gui/screen/Screen.mapping
@@ -148,8 +148,8 @@ CLASS net/minecraft/unmapped/C_wrmtlwqx net/minecraft/client/gui/screen/Screen
ARG 1 tooltip
METHOD m_xaqeivsh init ()V
COMMENT Called when a screen should be initialized.
- COMMENT
- COMMENT This method is called when this screen is {@linkplain net.minecraft.client.MinecraftClient#setScreen(Screen) opened} or resized.
+ COMMENT
+ COMMENT This method is called when this screen is {@linkplain net.minecraft.client.MinecraftClient#setScreen(Screen) opened} or resized.
METHOD m_yikydyxb clearAndInit ()V
METHOD m_zatdgejs clearChildren ()V
METHOD m_zycsispl narrateScreenIfNarrationEnabled (Z)V
diff --git a/mappings/net/minecraft/client/gui/screen/option/KeyBindsScreen.mapping b/mappings/net/minecraft/client/gui/screen/option/KeyBindsScreen.mapping
index b7262d02b9..1c81cbe1df 100644
--- a/mappings/net/minecraft/client/gui/screen/option/KeyBindsScreen.mapping
+++ b/mappings/net/minecraft/client/gui/screen/option/KeyBindsScreen.mapping
@@ -1,7 +1,7 @@
CLASS net/minecraft/unmapped/C_yvcflclw net/minecraft/client/gui/screen/option/KeyBindsScreen
COMMENT Represents the key binds screen.
- COMMENT
- COMMENT It shows a list of the registered {@link KeyBind}s with buttons to bind or reset them.
+ COMMENT
+ COMMENT It shows a list of the registered {@link KeyBind}s with buttons to bind or reset them.
FIELD f_atjqrvvb resetAllButton Lnet/minecraft/unmapped/C_buwziidm;
FIELD f_hbhgnjvk time J
FIELD f_sssnfghi keyBindList Lnet/minecraft/unmapped/C_aarntxpx;
diff --git a/mappings/net/minecraft/client/gui/widget/CyclingButtonWidget.mapping b/mappings/net/minecraft/client/gui/widget/CyclingButtonWidget.mapping
index adf0eae99c..83c82ab20b 100644
--- a/mappings/net/minecraft/client/gui/widget/CyclingButtonWidget.mapping
+++ b/mappings/net/minecraft/client/gui/widget/CyclingButtonWidget.mapping
@@ -59,8 +59,8 @@ CLASS net/minecraft/unmapped/C_ikfvpkkf net/minecraft/client/gui/widget/CyclingB
ARG 1 value
METHOD m_vyqonlij getGenericNarrationMessage ()Lnet/minecraft/unmapped/C_npqneive;
COMMENT {@return a generic narration message for this button}
- COMMENT
- COMMENT If the button omits the option text in rendering, such as showing only
+ COMMENT
+ COMMENT If the button omits the option text in rendering, such as showing only
COMMENT "Value", this narration message will still read out the option like
COMMENT "Option: Value".
METHOD m_wanyzkhq setValue (Ljava/lang/Object;)V
@@ -101,11 +101,11 @@ CLASS net/minecraft/unmapped/C_ikfvpkkf net/minecraft/client/gui/widget/CyclingB
ARG 1 values
METHOD m_jippvtaa initially (Ljava/lang/Object;)Lnet/minecraft/unmapped/C_ikfvpkkf$C_djnbpyue;
COMMENT Sets the initial value of this button widget.
- COMMENT
- COMMENT This is not effective if {@code value} is not in the default
+ COMMENT
+ COMMENT This is not effective if {@code value} is not in the default
COMMENT values (i.e. excluding alternative values).
- COMMENT
- COMMENT If this is not called, the initial value defaults to the first
+ COMMENT
+ COMMENT If this is not called, the initial value defaults to the first
COMMENT value in the values list supplied.
ARG 1 value
METHOD m_mjhejcny build (IIIILnet/minecraft/unmapped/C_rdaqiwdt;Lnet/minecraft/unmapped/C_ikfvpkkf$C_hmzkrfiv;)Lnet/minecraft/unmapped/C_ikfvpkkf;
@@ -133,28 +133,28 @@ CLASS net/minecraft/unmapped/C_ikfvpkkf net/minecraft/client/gui/widget/CyclingB
ARG 1 value
METHOD m_okxigtfi narration (Ljava/util/function/Function;)Lnet/minecraft/unmapped/C_ikfvpkkf$C_djnbpyue;
COMMENT Overrides the narration message of the button to build.
- COMMENT
- COMMENT If this is not called, the button will use
+ COMMENT
+ COMMENT If this is not called, the button will use
COMMENT {@link CyclingButtonWidget#getGenericNarrationMessage()} for narration
COMMENT messages.
ARG 1 narrationMessageFactory
METHOD m_pgowzken tooltip (Lnet/minecraft/unmapped/C_vbibxkxv$C_msgaqezv;)Lnet/minecraft/unmapped/C_ikfvpkkf$C_djnbpyue;
COMMENT Sets the tooltip factory that provides tooltips for any of the values.
- COMMENT
- COMMENT If this is not called, the values simply won't have tooltips.
+ COMMENT
+ COMMENT If this is not called, the values simply won't have tooltips.
ARG 1 tooltipSupplier
METHOD m_phudjdis values (Ljava/util/List;Ljava/util/List;)Lnet/minecraft/unmapped/C_ikfvpkkf$C_djnbpyue;
COMMENT Sets the option values for this button.
- COMMENT
- COMMENT When the user presses the ALT key, the {@code alternatives} values
+ COMMENT
+ COMMENT When the user presses the ALT key, the {@code alternatives} values
COMMENT will be iterated; otherwise the {@code defaults} values will be iterated
COMMENT when clicking the built button.
ARG 1 defaults
ARG 2 alternatives
METHOD m_slcrhxfa values (Ljava/util/function/BooleanSupplier;Ljava/util/List;Ljava/util/List;)Lnet/minecraft/unmapped/C_ikfvpkkf$C_djnbpyue;
COMMENT Sets the option values for this button.
- COMMENT
- COMMENT When {@code alternativeToggle} {@linkplain BooleanSupplier#getAsBoolean()
+ COMMENT
+ COMMENT When {@code alternativeToggle} {@linkplain BooleanSupplier#getAsBoolean()
COMMENT getAsBoolean} returns {@code true}, the {@code alternatives} values
COMMENT will be iterated; otherwise the {@code defaults} values will be iterated
COMMENT when clicking the built button.
diff --git a/mappings/net/minecraft/client/gui/widget/SliderWidget.mapping b/mappings/net/minecraft/client/gui/widget/SliderWidget.mapping
index ddef36461a..2a8fceed82 100644
--- a/mappings/net/minecraft/client/gui/widget/SliderWidget.mapping
+++ b/mappings/net/minecraft/client/gui/widget/SliderWidget.mapping
@@ -26,8 +26,8 @@ CLASS net/minecraft/unmapped/C_mnmxzygo net/minecraft/client/gui/widget/SliderWi
COMMENT the new value; will be clamped to {@code [0, 1]}
METHOD m_idrpigjm setValueFromMouse (D)V
COMMENT Sets the value from mouse position.
- COMMENT
- COMMENT The value will be calculated from the position and the width of this
+ COMMENT
+ COMMENT The value will be calculated from the position and the width of this
COMMENT slider.
COMMENT
COMMENT @see #setValue
diff --git a/mappings/net/minecraft/client/network/PlayerListEntry.mapping b/mappings/net/minecraft/client/network/PlayerListEntry.mapping
index fb3d1e850b..af804b4015 100644
--- a/mappings/net/minecraft/client/network/PlayerListEntry.mapping
+++ b/mappings/net/minecraft/client/network/PlayerListEntry.mapping
@@ -40,8 +40,8 @@ CLASS net/minecraft/unmapped/C_rdnfmxue net/minecraft/client/network/PlayerListE
ARG 1 gameMode
METHOD m_yptuueug hasSkinTexture ()Z
COMMENT Checks if the player represented by this entry has a custom skin.
- COMMENT
- COMMENT If the player has the default skin, this will return false.
+ COMMENT
+ COMMENT If the player has the default skin, this will return false.
METHOD m_ztwfsbrd getVerifier (Z)Lnet/minecraft/unmapped/C_kwrnipty;
ARG 0 rejectAll
METHOD m_zvbnixwa hasCape ()Z
diff --git a/mappings/net/minecraft/client/network/ServerInfo.mapping b/mappings/net/minecraft/client/network/ServerInfo.mapping
index e0233f0c18..70289a75c3 100644
--- a/mappings/net/minecraft/client/network/ServerInfo.mapping
+++ b/mappings/net/minecraft/client/network/ServerInfo.mapping
@@ -30,8 +30,8 @@ CLASS net/minecraft/unmapped/C_xotldzgg net/minecraft/client/network/ServerInfo
ARG 1 serverInfo
METHOD m_tpvlinmq setResourcePackPolicy (Lnet/minecraft/unmapped/C_xotldzgg$C_jaeepxbv;)V
COMMENT Sets the resource pack policy on this server.
- COMMENT
- COMMENT This is called when a user has responded to the prompt on whether to
+ COMMENT
+ COMMENT This is called when a user has responded to the prompt on whether to
COMMENT accept server resource packs from this server in the future.
ARG 1 policy
METHOD m_vlebsryp isLocal ()Z
diff --git a/mappings/net/minecraft/client/option/GameOptions.mapping b/mappings/net/minecraft/client/option/GameOptions.mapping
index 823c1a9346..d98e9b08d6 100644
--- a/mappings/net/minecraft/client/option/GameOptions.mapping
+++ b/mappings/net/minecraft/client/option/GameOptions.mapping
@@ -6,8 +6,8 @@ CLASS net/minecraft/unmapped/C_lscptbhn net/minecraft/client/option/GameOptions
FIELD f_biydppgq chatLinksPrompt Lnet/minecraft/unmapped/C_vbibxkxv;
FIELD f_bjoysnee allKeys [Lnet/minecraft/unmapped/C_sygikzty;
COMMENT An array of all key binds.
- COMMENT
- COMMENT Key binds in this array are shown and can be configured in
+ COMMENT
+ COMMENT Key binds in this array are shown and can be configured in
COMMENT {@linkplain net.minecraft.client.gui.screen.option.KeyBindsScreen
COMMENT the key binds screen}.
FIELD f_buzxdsgc PRIORITIZE_CHUNK_UPDATES_BY_PLAYER_TOOLTIP Lnet/minecraft/unmapped/C_rdaqiwdt;
@@ -106,8 +106,8 @@ CLASS net/minecraft/unmapped/C_lscptbhn net/minecraft/client/option/GameOptions
FIELD f_mpzviopl swapHandsKey Lnet/minecraft/unmapped/C_sygikzty;
COMMENT A key bind for swapping the items in the selected slot and the off hand.
COMMENT Bound to {@linkplain org.lwjgl.glfw.GLFW#GLFW_KEY_F the F key} by default.
- COMMENT
- COMMENT The selected slot is the slot the mouse is over when in a screen.
+ COMMENT
+ COMMENT The selected slot is the slot the mouse is over when in a screen.
COMMENT Otherwise, it is the main hand.
FIELD f_mzoblepy realmsNotifications Lnet/minecraft/unmapped/C_vbibxkxv;
FIELD f_necytowf useNativeTransport Z
@@ -192,8 +192,8 @@ CLASS net/minecraft/unmapped/C_lscptbhn net/minecraft/client/option/GameOptions
FIELD f_vwqrmvns dropKey Lnet/minecraft/unmapped/C_sygikzty;
COMMENT A key bind for dropping the item in the selected slot.
COMMENT Bound to {@linkplain org.lwjgl.glfw.GLFW#GLFW_KEY_Q the Q key} by default.
- COMMENT
- COMMENT The selected slot is the slot the mouse is over when in a screen.
+ COMMENT
+ COMMENT The selected slot is the slot the mouse is over when in a screen.
COMMENT Otherwise, it is the main hand.
FIELD f_vxjbgoth HIGH_CONTRAST_TOOLTIP Lnet/minecraft/unmapped/C_rdaqiwdt;
FIELD f_vytbgmvp DISTORTION_EFFECT_SCALE_TOOLTIP Lnet/minecraft/unmapped/C_rdaqiwdt;
@@ -394,8 +394,8 @@ CLASS net/minecraft/unmapped/C_lscptbhn net/minecraft/client/option/GameOptions
METHOD m_mdleexkw sendClientSettings ()V
COMMENT Sends the current client settings to the server if the client is
COMMENT connected to a server.
- COMMENT
- COMMENT Called when a player joins the game or when client settings are
+ COMMENT
+ COMMENT Called when a player joins the game or when client settings are
COMMENT changed.
METHOD m_mgaujdlu (Ljava/lang/Boolean;)V
ARG 0 value
diff --git a/mappings/net/minecraft/client/option/KeyBind.mapping b/mappings/net/minecraft/client/option/KeyBind.mapping
index 91eaf69890..a19cd07d17 100644
--- a/mappings/net/minecraft/client/option/KeyBind.mapping
+++ b/mappings/net/minecraft/client/option/KeyBind.mapping
@@ -35,8 +35,8 @@ CLASS net/minecraft/unmapped/C_sygikzty net/minecraft/client/option/KeyBind
METHOD m_gaavbsyf getKeyTranslationKey ()Ljava/lang/String;
METHOD m_getjkdwe isPressed ()Z
COMMENT {@return if the key is being held down}
- COMMENT
- COMMENT Note that if you are continuously calling this method (like every
+ COMMENT
+ COMMENT Note that if you are continuously calling this method (like every
COMMENT tick), it doesn't always catch all key presses. This is because the key
COMMENT can be pressed and released before the next check.
COMMENT
@@ -61,12 +61,12 @@ CLASS net/minecraft/unmapped/C_sygikzty net/minecraft/client/option/KeyBind
METHOD m_vakxsktj getTranslationKey ()Ljava/lang/String;
METHOD m_vnukpaip wasPressed ()Z
COMMENT {@return if the key was pressed}
- COMMENT
- COMMENT A key bind counts the number of times the key is pressed. This
+ COMMENT
+ COMMENT A key bind counts the number of times the key is pressed. This
COMMENT method "consumes" it and returns {@code true} as many times as the key
COMMENT is pressed.
- COMMENT
- COMMENT To consume all remaining key presses, while-loop idiom can be used:
+ COMMENT
+ COMMENT To consume all remaining key presses, while-loop idiom can be used:
COMMENT A particle group restricts the number of particles from the group that
+ COMMENT
+ COMMENT A particle group restricts the number of particles from the group that
COMMENT can be rendered in a client world. If the particle does not have a group,
COMMENT it is not restricted.
METHOD m_jzlsoaso setPos (DDD)V
diff --git a/mappings/net/minecraft/client/render/WorldRenderer.mapping b/mappings/net/minecraft/client/render/WorldRenderer.mapping
index fd0cd232a0..ef4730d603 100644
--- a/mappings/net/minecraft/client/render/WorldRenderer.mapping
+++ b/mappings/net/minecraft/client/render/WorldRenderer.mapping
@@ -181,8 +181,8 @@ CLASS net/minecraft/unmapped/C_sfkkabhx net/minecraft/client/render/WorldRendere
METHOD m_euimsinz drawBox (Lnet/minecraft/unmapped/C_cnszsxvd;Lnet/minecraft/unmapped/C_igthdzux;DDDDDDFFFFFFF)V
COMMENT Draws a box spanning from [x1,y1,z1] to [x2,y2,z2].
COMMENT The 3 axes centered at [x1,y1,z1] may be colored differently using xAxisRed, yAxisGreen, and zAxisBlue.
- COMMENT
- COMMENT Note the coordinates the box spans are relative to current translation of the matrices.
+ COMMENT
+ COMMENT Note the coordinates the box spans are relative to current translation of the matrices.
ARG 0 matrices
ARG 1 vertexConsumer
ARG 2 x1
@@ -256,8 +256,8 @@ CLASS net/minecraft/unmapped/C_sfkkabhx net/minecraft/client/render/WorldRendere
ARG 14 velocityZ
METHOD m_jrnetmpf drawBox (Lnet/minecraft/unmapped/C_cnszsxvd;Lnet/minecraft/unmapped/C_igthdzux;Lnet/minecraft/unmapped/C_hbcjzgoe;FFFF)V
COMMENT Draws a box.
- COMMENT
- COMMENT Note the coordinates the box spans are relative to current translation of the matrices.
+ COMMENT
+ COMMENT Note the coordinates the box spans are relative to current translation of the matrices.
ARG 0 matrices
ARG 1 vertexConsumer
ARG 2 box
@@ -452,8 +452,8 @@ CLASS net/minecraft/unmapped/C_sfkkabhx net/minecraft/client/render/WorldRendere
METHOD m_ydwujepn resetTransparencyShader ()V
METHOD m_yjjzthga drawBox (Lnet/minecraft/unmapped/C_cnszsxvd;Lnet/minecraft/unmapped/C_igthdzux;DDDDDDFFFF)V
COMMENT Draws a box spanning from [x1,y1,z1] to [x2,y2,z2].
- COMMENT
- COMMENT Note the coordinates the box spans are relative to current translation of the matrices.
+ COMMENT
+ COMMENT Note the coordinates the box spans are relative to current translation of the matrices.
ARG 0 matrices
ARG 1 vertexConsumer
ARG 2 x1
diff --git a/mappings/net/minecraft/client/render/entity/EntityRenderer.mapping b/mappings/net/minecraft/client/render/entity/EntityRenderer.mapping
index 08e4949c18..8f16aedfc6 100644
--- a/mappings/net/minecraft/client/render/entity/EntityRenderer.mapping
+++ b/mappings/net/minecraft/client/render/entity/EntityRenderer.mapping
@@ -32,8 +32,8 @@ CLASS net/minecraft/unmapped/C_oddtxnnw net/minecraft/client/render/entity/Entit
ARG 5 light
METHOD m_mgbpairl hasLabel (Lnet/minecraft/unmapped/C_astfners;)Z
COMMENT Determines whether the passed entity should render with a nameplate above its head.
- COMMENT
- COMMENT Checks for a custom nametag on living entities, and for teams/team visibilities for players.
+ COMMENT
+ COMMENT Checks for a custom nametag on living entities, and for teams/team visibilities for players.
ARG 1 entity
METHOD m_mxozdffx getSkyLight (Lnet/minecraft/unmapped/C_astfners;Lnet/minecraft/unmapped/C_hynzadkk;)I
ARG 1 entity
diff --git a/mappings/net/minecraft/client/render/entity/model/BeeEntityModel.mapping b/mappings/net/minecraft/client/render/entity/model/BeeEntityModel.mapping
index c4599b2824..3f8c02bb02 100644
--- a/mappings/net/minecraft/client/render/entity/model/BeeEntityModel.mapping
+++ b/mappings/net/minecraft/client/render/entity/model/BeeEntityModel.mapping
@@ -53,8 +53,8 @@ CLASS net/minecraft/unmapped/C_jijccysy net/minecraft/client/render/entity/model
COMMENT The key of the stinger model part, whose value is {@value}.
FIELD f_losszons BONE Ljava/lang/String;
COMMENT The key of the bone model part, whose value is {@value}.
- COMMENT
- COMMENT The bone is an invisible model part which is used to globally control the model.
+ COMMENT
+ COMMENT The bone is an invisible model part which is used to globally control the model.
FIELD f_luymjifz frontLegs Lnet/minecraft/unmapped/C_rglqxnbw;
FIELD f_mroxqhyd middleLegs Lnet/minecraft/unmapped/C_rglqxnbw;
FIELD f_ofsyairl stinger Lnet/minecraft/unmapped/C_rglqxnbw;
diff --git a/mappings/net/minecraft/client/render/entity/model/CatEntityModel.mapping b/mappings/net/minecraft/client/render/entity/model/CatEntityModel.mapping
index bf1044fbdc..584a4c350f 100644
--- a/mappings/net/minecraft/client/render/entity/model/CatEntityModel.mapping
+++ b/mappings/net/minecraft/client/render/entity/model/CatEntityModel.mapping
@@ -1,7 +1,7 @@
CLASS net/minecraft/unmapped/C_zuutbrxn net/minecraft/client/render/entity/model/CatEntityModel
COMMENT Represents the model of a {@linkplain CatEntity}.
- COMMENT
- COMMENT Inherits the {@link OcelotEntityModel}.
+ COMMENT
+ COMMENT Inherits the {@link OcelotEntityModel}.
FIELD f_scjdrlkw sleepAnimation F
FIELD f_womsuzvj tailCurlAnimation F
FIELD f_xebytxga headDownAnimation F
diff --git a/mappings/net/minecraft/client/render/entity/model/EndermanEntityModel.mapping b/mappings/net/minecraft/client/render/entity/model/EndermanEntityModel.mapping
index 3d2dee49b1..b161963606 100644
--- a/mappings/net/minecraft/client/render/entity/model/EndermanEntityModel.mapping
+++ b/mappings/net/minecraft/client/render/entity/model/EndermanEntityModel.mapping
@@ -1,7 +1,7 @@
CLASS net/minecraft/unmapped/C_swjzzhbq net/minecraft/client/render/entity/model/EndermanEntityModel
COMMENT Represents the model of an enderman-like living entity.
- COMMENT
- COMMENT The model parts are the same as a {@link BipedEntityModel} but with different proportions.
+ COMMENT
+ COMMENT The model parts are the same as a {@link BipedEntityModel} but with different proportions.
COMMENT
COMMENT An instance of an entity model will not define the model data,
+ COMMENT
+ COMMENT An instance of an entity model will not define the model data,
COMMENT but will animate it.
COMMENT Model data may be defined in a static method, most of the children classes will
COMMENT have a {@code getTexturedModelData} method.
COMMENT The model data is usually passed in the constructor of the entity model.
- COMMENT
- COMMENT Some children classes contain a model parts table, those tables contains
+ COMMENT
+ COMMENT Some children classes contain a model parts table, those tables contains
COMMENT the model parts for the base model. In a modded context the tables may be
COMMENT inaccurate. Model parts with an associated field are required.
FIELD f_ftjeyqya child Z
diff --git a/mappings/net/minecraft/client/render/entity/model/GiantEntityModel.mapping b/mappings/net/minecraft/client/render/entity/model/GiantEntityModel.mapping
index 0a546d1ab3..4efbae0e9c 100644
--- a/mappings/net/minecraft/client/render/entity/model/GiantEntityModel.mapping
+++ b/mappings/net/minecraft/client/render/entity/model/GiantEntityModel.mapping
@@ -1,4 +1,4 @@
CLASS net/minecraft/unmapped/C_lectivwm net/minecraft/client/render/entity/model/GiantEntityModel
COMMENT Represents the model of a {@linkplain GiantEntity}.
- COMMENT
- COMMENT Inherits the model of {@link AbstractZombieModel}.
+ COMMENT
+ COMMENT Inherits the model of {@link AbstractZombieModel}.
diff --git a/mappings/net/minecraft/client/render/entity/model/PigEntityModel.mapping b/mappings/net/minecraft/client/render/entity/model/PigEntityModel.mapping
index adb6ef561e..2d99c54bb8 100644
--- a/mappings/net/minecraft/client/render/entity/model/PigEntityModel.mapping
+++ b/mappings/net/minecraft/client/render/entity/model/PigEntityModel.mapping
@@ -1,7 +1,7 @@
CLASS net/minecraft/unmapped/C_nkqrxmdd net/minecraft/client/render/entity/model/PigEntityModel
COMMENT Represents the model of a pig-like entity.
- COMMENT
- COMMENT {@inheritDoc}
+ COMMENT
+ COMMENT {@inheritDoc}
METHOD You have to call {@link #build()} method before calling this method.
- COMMENT
- COMMENT Takes O({@code text.length()} * log N) time to find objects where N is the
+ COMMENT
+ COMMENT You have to call {@link #build()} method before calling this method.
+ COMMENT
+ COMMENT Takes O({@code text.length()} * log N) time to find objects where N is the
COMMENT sum of all text length added. Takes O(X + Y * log Y) time to collect found
COMMENT objects into a list where X is the number of occurrences of {@code text} in all
COMMENT texts added, and Y is the number of found objects.
ARG 1 text
METHOD m_gmnjmpms build ()V
COMMENT Builds a suffix array with added texts.
- COMMENT
- COMMENT You are not allowed to call this method multiple times.
- COMMENT
- COMMENT Takes O(N * log N * log M) time on average where N is the sum of all text
+ COMMENT
+ COMMENT You are not allowed to call this method multiple times.
+ COMMENT
+ COMMENT Takes O(N * log N * log M) time on average where N is the sum of all text
COMMENT length added, and M is the maximum text length added.
METHOD m_kbfrkrwy printArray ()V
METHOD m_kgforyou add (Ljava/lang/Object;Ljava/lang/String;)V
COMMENT Adds a text with the corresponding object.
- COMMENT
- COMMENT You are not allowed to call this method after calling {@link #build()} method.
- COMMENT
- COMMENT Takes O({@code text.length()}) time.
+ COMMENT
+ COMMENT You are not allowed to call this method after calling {@link #build()} method.
+ COMMENT
+ COMMENT Takes O({@code text.length()}) time.
ARG 1 object
ARG 2 text
METHOD m_pexussdc ([I[III)I
diff --git a/mappings/net/minecraft/data/client/model/PropertiesMap.mapping b/mappings/net/minecraft/data/client/model/PropertiesMap.mapping
index 97857f6ebb..234e57e8f4 100644
--- a/mappings/net/minecraft/data/client/model/PropertiesMap.mapping
+++ b/mappings/net/minecraft/data/client/model/PropertiesMap.mapping
@@ -1,8 +1,8 @@
CLASS net/minecraft/unmapped/C_qxryqtgn net/minecraft/data/client/model/PropertiesMap
COMMENT Represents a set of property to value pairs, used as conditions for model
COMMENT application.
- COMMENT
- COMMENT This object is immutable.
+ COMMENT
+ COMMENT This object is immutable.
FIELD f_cdncvqex COMPARATOR Ljava/util/Comparator;
FIELD f_gegvnydi values Ljava/util/List;
FIELD f_zzhexfyv EMPTY Lnet/minecraft/unmapped/C_qxryqtgn;
diff --git a/mappings/net/minecraft/data/client/model/VariantsBlockStateSupplier.mapping b/mappings/net/minecraft/data/client/model/VariantsBlockStateSupplier.mapping
index 5bacef24b5..26d37a2f0f 100644
--- a/mappings/net/minecraft/data/client/model/VariantsBlockStateSupplier.mapping
+++ b/mappings/net/minecraft/data/client/model/VariantsBlockStateSupplier.mapping
@@ -20,8 +20,8 @@ CLASS net/minecraft/unmapped/C_ufuguevl net/minecraft/data/client/model/Variants
ARG 1 variant
METHOD m_klsizoja coordinate (Lnet/minecraft/unmapped/C_ujotlecn;)Lnet/minecraft/unmapped/C_ufuguevl;
COMMENT Appends a block state variant map to this block state information.
- COMMENT
- COMMENT A block state variant map defines some of the variant settings based
+ COMMENT
+ COMMENT A block state variant map defines some of the variant settings based
COMMENT on a defined set of properties in the block state, such as the model
COMMENT of the block state is determined by a coordinated map of power and
COMMENT machine type property, and the y rotation determined by a facing
diff --git a/mappings/net/minecraft/data/server/RecipesProvider.mapping b/mappings/net/minecraft/data/server/RecipesProvider.mapping
index cc7880a73a..3d0ac3ace3 100644
--- a/mappings/net/minecraft/data/server/RecipesProvider.mapping
+++ b/mappings/net/minecraft/data/server/RecipesProvider.mapping
@@ -177,11 +177,11 @@ CLASS net/minecraft/unmapped/C_hwlnmobw net/minecraft/data/server/RecipesProvide
ARG 4 outputCount
METHOD m_kekvugqk getVariantRecipeInput (Lnet/minecraft/unmapped/C_eonlnchv;Lnet/minecraft/unmapped/C_eonlnchv$C_gtxnbiam;)Lnet/minecraft/unmapped/C_mmxmpdoq;
COMMENT Gets the block used to craft a certain {@linkplain net.minecraft.data.family.BlockFamily.Variant variant} of a base block.
- COMMENT
- COMMENT Normally, the block used to craft a variant is the base block.
+ COMMENT
+ COMMENT Normally, the block used to craft a variant is the base block.
COMMENT For chiseled variants, this is the slab variant of that block.
- COMMENT
- COMMENT Purpur is handled separately because both purpur and purpur pillars can be used to craft purpur slabs and stairs.
+ COMMENT
+ COMMENT Purpur is handled separately because both purpur and purpur pillars can be used to craft purpur slabs and stairs.
ARG 0 family
ARG 1 variant
METHOD m_kpajmpho (Lnet/minecraft/unmapped/C_gmbqjnle;Lnet/minecraft/unmapped/C_gmbqjnle;)Lnet/minecraft/unmapped/C_ybcoihxg;
diff --git a/mappings/net/minecraft/datafixer/TypeReferences.mapping b/mappings/net/minecraft/datafixer/TypeReferences.mapping
index daf8c9fd56..d673149059 100644
--- a/mappings/net/minecraft/datafixer/TypeReferences.mapping
+++ b/mappings/net/minecraft/datafixer/TypeReferences.mapping
@@ -14,12 +14,12 @@ CLASS net/minecraft/unmapped/C_rodgceaz net/minecraft/datafixer/TypeReferences
COMMENT A type reference which refers to an item stack.
FIELD f_jgpiqjom ENTITY_TREE Lcom/mojang/datafixers/DSL$TypeReference;
COMMENT A type reference which refers to an entity tree.
- COMMENT
- COMMENT An entity tree contains the passengers of an entity and their passengers.
+ COMMENT
+ COMMENT An entity tree contains the passengers of an entity and their passengers.
FIELD f_jjtyvuvs HOTBAR Lcom/mojang/datafixers/DSL$TypeReference;
COMMENT A type reference which refers to the saved creative hotbars.
- COMMENT
- COMMENT This type reference is only used on the client.
+ COMMENT
+ COMMENT This type reference is only used on the client.
FIELD f_kmwbnjyb BLOCK_ENTITY Lcom/mojang/datafixers/DSL$TypeReference;
COMMENT A type reference which refers to a block entity.
FIELD f_ktucdcfz ENTITY_NAME Lcom/mojang/datafixers/DSL$TypeReference;
diff --git a/mappings/net/minecraft/datafixer/fix/ArrowPickupFix.mapping b/mappings/net/minecraft/datafixer/fix/ArrowPickupFix.mapping
index d4d9fc7196..fc345979fe 100644
--- a/mappings/net/minecraft/datafixer/fix/ArrowPickupFix.mapping
+++ b/mappings/net/minecraft/datafixer/fix/ArrowPickupFix.mapping
@@ -1,8 +1,8 @@
CLASS net/minecraft/unmapped/C_rhyvwssg net/minecraft/datafixer/fix/ArrowPickupFix
COMMENT A fix that automatically renames the {@code player} byte in arrow data to
COMMENT {@code pickup}, if there is not any existing {@code pickup} data.
- COMMENT
- COMMENT This is known as {@index AbstractArrowPickupFix} in the literal
+ COMMENT
+ COMMENT This is known as {@index AbstractArrowPickupFix} in the literal
COMMENT string, though this fix is not abstract.
METHOD This is known as {@index SavedDataFeaturePoolElementFix} in the
+ COMMENT
+ COMMENT This is known as {@index SavedDataFeaturePoolElementFix} in the
COMMENT literal strings.
FIELD f_cmzaacpl TARGET_CHILDREN_IDS Ljava/util/Set;
FIELD f_kdmomzkd TARGET_FEATURES Ljava/util/Set;
diff --git a/mappings/net/minecraft/enchantment/Enchantment.mapping b/mappings/net/minecraft/enchantment/Enchantment.mapping
index 1601862aac..22f8469c6b 100644
--- a/mappings/net/minecraft/enchantment/Enchantment.mapping
+++ b/mappings/net/minecraft/enchantment/Enchantment.mapping
@@ -76,8 +76,8 @@ CLASS net/minecraft/unmapped/C_jxtrubuh net/minecraft/enchantment/Enchantment
ARG 2 source
CLASS C_dnkiztld Rarity
COMMENT The rarity is an attribute of an enchantment.
- COMMENT
- COMMENT It affects the chance of getting an enchantment from enchanting or
+ COMMENT
+ COMMENT It affects the chance of getting an enchantment from enchanting or
COMMENT loots as well as the combination cost in anvil.
FIELD f_yjqkjiph weight I
METHOD If multiple equipment slots' item stacks are valid, a random pair is
+ COMMENT
+ COMMENT If multiple equipment slots' item stacks are valid, a random pair is
COMMENT returned.
ARG 0 enchantment
COMMENT the enchantment the equipped item stack must have
@@ -100,8 +100,8 @@ CLASS net/minecraft/unmapped/C_jakrppis net/minecraft/enchantment/EnchantmentHel
ARG 0 stack
METHOD m_nvnojfze get (Lnet/minecraft/unmapped/C_sddaxwyk;)Ljava/util/Map;
COMMENT Gets the enchantments on an item stack.
- COMMENT
- COMMENT For enchanted books, it retrieves from the item stack's stored than
+ COMMENT
+ COMMENT For enchanted books, it retrieves from the item stack's stored than
COMMENT regular enchantments.
COMMENT
COMMENT @see ItemStack#getEnchantments()
@@ -160,8 +160,8 @@ CLASS net/minecraft/unmapped/C_jakrppis net/minecraft/enchantment/EnchantmentHel
ARG 2 enchantment
METHOD m_ybhxtwqv set (Ljava/util/Map;Lnet/minecraft/unmapped/C_sddaxwyk;)V
COMMENT Sets the enchantments on an item stack.
- COMMENT
- COMMENT For enchanted books, it sets the enchantments to the item stack's
+ COMMENT
+ COMMENT For enchanted books, it sets the enchantments to the item stack's
COMMENT stored enchantments than regular enchantments.
COMMENT
COMMENT @see ItemStack#getEnchantments()
@@ -171,8 +171,8 @@ CLASS net/minecraft/unmapped/C_jakrppis net/minecraft/enchantment/EnchantmentHel
METHOD m_ymaphuvh chooseEquipmentWith (Lnet/minecraft/unmapped/C_jxtrubuh;Lnet/minecraft/unmapped/C_usxaxydn;)Ljava/util/Map$Entry;
COMMENT {@return a pair of an equipment slot and the item stack in the supplied
COMMENT entity's slot} It indicates the item stack has the enchantment supplied.
- COMMENT
- COMMENT If multiple equipment slots' item stacks are valid, a random pair is
+ COMMENT
+ COMMENT If multiple equipment slots' item stacks are valid, a random pair is
COMMENT returned.
ARG 0 enchantment
COMMENT the enchantment the equipped item stack must have
diff --git a/mappings/net/minecraft/enchantment/EnchantmentLevelEntry.mapping b/mappings/net/minecraft/enchantment/EnchantmentLevelEntry.mapping
index 3e6d5e95c8..642841200b 100644
--- a/mappings/net/minecraft/enchantment/EnchantmentLevelEntry.mapping
+++ b/mappings/net/minecraft/enchantment/EnchantmentLevelEntry.mapping
@@ -2,12 +2,12 @@ CLASS net/minecraft/unmapped/C_gsnkkurc net/minecraft/enchantment/EnchantmentLev
COMMENT Represents an entry in an enchantments array, i.e. a pair between
COMMENT enchantment and level. This is also a weighted entry and is available
COMMENT for the weighted picker to pick from a list.
- COMMENT
- COMMENT This is usually used where multiple enchantment to level mappings can
+ COMMENT
+ COMMENT This is usually used where multiple enchantment to level mappings can
COMMENT exist, such as in enchanting logic. In other cases, vanilla prefers
COMMENT {@code Map This class is immutable. It does not override hashCode or equals.
+ COMMENT
+ COMMENT This class is immutable. It does not override hashCode or equals.
FIELD f_otdtqrqd level I
FIELD f_ykbaoghe enchantment Lnet/minecraft/unmapped/C_jxtrubuh;
METHOD Called when {@code attacker} damages {@code target}.
- COMMENT
- COMMENT Used to apply damage effects based on enchantments, such
+ COMMENT
+ COMMENT Called when {@code attacker} damages {@code target}.
+ COMMENT
+ COMMENT Used to apply damage effects based on enchantments, such
COMMENT as Thorns attacker damage or slowness from Bane of Arthropods.
COMMENT
COMMENT @implNote Although this method is non-static, {@code this} keyword is
diff --git a/mappings/net/minecraft/entity/EntityType.mapping b/mappings/net/minecraft/entity/EntityType.mapping
index 64baa35dcc..06d913e990 100644
--- a/mappings/net/minecraft/entity/EntityType.mapping
+++ b/mappings/net/minecraft/entity/EntityType.mapping
@@ -164,8 +164,8 @@ CLASS net/minecraft/unmapped/C_ogavsvbr net/minecraft/entity/EntityType
COMMENT Allows this type of entity to spawn inside the given block, bypassing the default
COMMENT wither rose, sweet berry bush, cactus, and fire-damage-dealing blocks for
COMMENT non-fire-resistant mobs.
- COMMENT
- COMMENT {@code minecraft:prevent_mob_spawning_inside} tag overrides this.
+ COMMENT
+ COMMENT {@code minecraft:prevent_mob_spawning_inside} tag overrides this.
COMMENT With this setting, fire resistant mobs can spawn on/in fire damage dealing blocks,
COMMENT and wither skeletons can spawn in wither roses. If a block added is not in the default
COMMENT blacklist, the addition has no effect.
diff --git a/mappings/net/minecraft/entity/ItemEntity.mapping b/mappings/net/minecraft/entity/ItemEntity.mapping
index 46250b0f67..a5b5e75427 100644
--- a/mappings/net/minecraft/entity/ItemEntity.mapping
+++ b/mappings/net/minecraft/entity/ItemEntity.mapping
@@ -5,8 +5,8 @@ CLASS net/minecraft/unmapped/C_uqpzijng net/minecraft/entity/ItemEntity
FIELD f_putrlmep itemAge I
COMMENT The number of ticks since this item entity has been created.
COMMENT It is a short value with key {@code Age} in the NBT structure.
- COMMENT
- COMMENT It differs from {@link Entity#age}.
+ COMMENT
+ COMMENT It differs from {@link Entity#age}.
FIELD f_rpzokhnb STACK Lnet/minecraft/unmapped/C_rinmcaxy;
FIELD f_tymizycm owner Ljava/util/UUID;
FIELD f_wmbwxvah uniqueOffset F
@@ -38,11 +38,11 @@ CLASS net/minecraft/unmapped/C_uqpzijng net/minecraft/entity/ItemEntity
COMMENT than 0.
METHOD m_iiflfwjq getItemAge ()I
COMMENT Returns the number of ticks since this item entity has been created.
- COMMENT
- COMMENT Increases every tick. When it equals to 6000 ticks (5 minutes),
+ COMMENT
+ COMMENT Increases every tick. When it equals to 6000 ticks (5 minutes),
COMMENT this item entity disappears.
- COMMENT
- COMMENT Unlike {@linkplain Entity#age}, it is persistent and not synchronized
+ COMMENT
+ COMMENT Unlike {@linkplain Entity#age}, it is persistent and not synchronized
COMMENT between the client and the server.
COMMENT
COMMENT @see #tick()
diff --git a/mappings/net/minecraft/entity/LivingEntity.mapping b/mappings/net/minecraft/entity/LivingEntity.mapping
index 1ecb86bdfd..f82832dee6 100644
--- a/mappings/net/minecraft/entity/LivingEntity.mapping
+++ b/mappings/net/minecraft/entity/LivingEntity.mapping
@@ -122,8 +122,8 @@ CLASS net/minecraft/unmapped/C_usxaxydn net/minecraft/entity/LivingEntity
ARG 1 hand
METHOD m_bftuqrdn onKilledBy (Lnet/minecraft/unmapped/C_usxaxydn;)V
COMMENT Performs secondary effects after this mob has been killed.
- COMMENT
- COMMENT The default behavior spawns a wither rose if {@code adversary} is a {@code WitherEntity}.
+ COMMENT
+ COMMENT The default behavior spawns a wither rose if {@code adversary} is a {@code WitherEntity}.
ARG 1 adversary
COMMENT the main adversary responsible for this entity's death
METHOD m_bgivxowi getEquipmentSlot (I)Lnet/minecraft/unmapped/C_yuycoehb;
@@ -186,8 +186,8 @@ CLASS net/minecraft/unmapped/C_usxaxydn net/minecraft/entity/LivingEntity
METHOD m_ejiuyguk isFallFlying ()Z
METHOD m_eljjwntg setStatusEffect (Lnet/minecraft/unmapped/C_wpfizwve;Lnet/minecraft/unmapped/C_astfners;)V
COMMENT Sets a status effect in this entity.
- COMMENT
- COMMENT The preexistent status effect of the same type on this entity, if there is one, is cleared.
+ COMMENT
+ COMMENT The preexistent status effect of the same type on this entity, if there is one, is cleared.
COMMENT To actually add a status effect and undergo effect combination logic, call
COMMENT {@link #addStatusEffect(StatusEffectInstance, Entity)}.
COMMENT
@@ -201,8 +201,8 @@ CLASS net/minecraft/unmapped/C_usxaxydn net/minecraft/entity/LivingEntity
COMMENT the source entity or {@code null} for non-entity sources
METHOD m_eobwecax dropXp ()V
COMMENT Drops experience when this entity is killed.
- COMMENT
- COMMENT To control the details of experience dropping, consider overriding
+ COMMENT
+ COMMENT To control the details of experience dropping, consider overriding
COMMENT {@link #shouldAlwaysDropXp()}, {@link #shouldDropXp()}, and
COMMENT {@link #getXpToDrop()}.
METHOD m_epkzhkqg deserializeBrain (Lcom/mojang/serialization/Dynamic;)Lnet/minecraft/unmapped/C_rjqjaxef;
@@ -238,8 +238,8 @@ CLASS net/minecraft/unmapped/C_usxaxydn net/minecraft/entity/LivingEntity
METHOD m_gmbpcsgg removeSoulSpeedBoost ()V
METHOD m_gmtlgjgb removeStatusEffectInternal (Lnet/minecraft/unmapped/C_jaqasomh;)Lnet/minecraft/unmapped/C_wpfizwve;
COMMENT Removes a status effect from this entity without calling any listener.
- COMMENT
- COMMENT This method does not perform any cleanup or synchronization operation.
+ COMMENT
+ COMMENT This method does not perform any cleanup or synchronization operation.
COMMENT Under most circumstances, calling {@link #removeStatusEffect(StatusEffect)} is highly preferable.
COMMENT
COMMENT @return the status effect removed
@@ -378,8 +378,8 @@ CLASS net/minecraft/unmapped/C_usxaxydn net/minecraft/entity/LivingEntity
ARG 1 source
METHOD m_mqaxmsqu isHolding (Ljava/util/function/Predicate;)Z
COMMENT Checks if this entity is holding a certain item.
- COMMENT
- COMMENT This checks both the entity's main and off hand.
+ COMMENT
+ COMMENT This checks both the entity's main and off hand.
ARG 1 predicate
METHOD m_mzepiaxw getControlledMovementInput (Lnet/minecraft/unmapped/C_jzrpycqo;Lnet/minecraft/unmapped/C_vgpupfxx;)Lnet/minecraft/unmapped/C_vgpupfxx;
COMMENT Returns the movement input when this entity is controlled by a player.
@@ -424,8 +424,8 @@ CLASS net/minecraft/unmapped/C_usxaxydn net/minecraft/entity/LivingEntity
ARG 2 headRotation
METHOD m_pdfqoxex travel (Lnet/minecraft/unmapped/C_vgpupfxx;)V
COMMENT Allows you to do certain speed and velocity calculations. This is useful for custom vehicle behavior, or custom entity movement. This is not to be confused with AI.
- COMMENT
- COMMENT See vanilla examples of {@linkplain net.minecraft.entity.passive.HorseBaseEntity#travel
+ COMMENT
+ COMMENT See vanilla examples of {@linkplain net.minecraft.entity.passive.HorseBaseEntity#travel
COMMENT custom horse vehicle} and {@linkplain net.minecraft.entity.mob.FlyingEntity#travel
COMMENT flying entities}.
ARG 1 movementInput
@@ -502,8 +502,8 @@ CLASS net/minecraft/unmapped/C_usxaxydn net/minecraft/entity/LivingEntity
METHOD m_tfzujjwm shouldSwimInFluids ()Z
METHOD m_tgtyxces isHolding (Lnet/minecraft/unmapped/C_vorddnax;)Z
COMMENT Checks if this entity is holding a certain item.
- COMMENT
- COMMENT This checks both the entity's main and off hand.
+ COMMENT
+ COMMENT This checks both the entity's main and off hand.
ARG 1 item
METHOD m_thnidwgf canTarget (Lnet/minecraft/unmapped/C_ogavsvbr;)Z
ARG 1 type
@@ -540,8 +540,8 @@ CLASS net/minecraft/unmapped/C_usxaxydn net/minecraft/entity/LivingEntity
ARG 0 player
METHOD m_vchrqjlb addStatusEffect (Lnet/minecraft/unmapped/C_wpfizwve;)Z
COMMENT Adds a status effect to this entity without specifying a source entity.
- COMMENT
- COMMENT Consider calling {@link #addStatusEffect(StatusEffectInstance, Entity)}
+ COMMENT
+ COMMENT Consider calling {@link #addStatusEffect(StatusEffectInstance, Entity)}
COMMENT if the {@code effect} is caused by or from an entity.
COMMENT
COMMENT @return whether the active status effects of this entity has been modified
@@ -611,8 +611,8 @@ CLASS net/minecraft/unmapped/C_usxaxydn net/minecraft/entity/LivingEntity
METHOD m_xuxedegf isBaby ()Z
METHOD m_xzvpzpbu removeStatusEffect (Lnet/minecraft/unmapped/C_jaqasomh;)Z
COMMENT Removes a status effect from this entity.
- COMMENT
- COMMENT Calling this method will call cleanup methods on the status effect and trigger synchronization of effect particles with watching clients. If this entity is a player,
+ COMMENT
+ COMMENT Calling this method will call cleanup methods on the status effect and trigger synchronization of effect particles with watching clients. If this entity is a player,
COMMENT the change in the list of effects will also be synchronized with the corresponding client.
COMMENT
COMMENT @return whether the active status effects on this entity has been changed by
@@ -621,8 +621,8 @@ CLASS net/minecraft/unmapped/C_usxaxydn net/minecraft/entity/LivingEntity
METHOD m_yanqzhib getXpToDrop ()I
COMMENT Called when this entity is killed and returns the amount of experience
COMMENT to drop.
- COMMENT
- COMMENT {@code player} may be {@code null} if {@linkplain #shouldAlwaysDropXp
+ COMMENT
+ COMMENT {@code player} may be {@code null} if {@linkplain #shouldAlwaysDropXp
COMMENT shouldAlwaysDropXp()} returns {@code true}.
COMMENT
COMMENT @see #dropXp()
diff --git a/mappings/net/minecraft/entity/SpawnGroup.mapping b/mappings/net/minecraft/entity/SpawnGroup.mapping
index 3489db9b1f..b247a1afd2 100644
--- a/mappings/net/minecraft/entity/SpawnGroup.mapping
+++ b/mappings/net/minecraft/entity/SpawnGroup.mapping
@@ -1,7 +1,7 @@
CLASS net/minecraft/unmapped/C_ormqdxci net/minecraft/entity/SpawnGroup
COMMENT A spawn group represents the category of an entity's natural spawning.
- COMMENT
- COMMENT Entities that don't support natural spawning belong to the
+ COMMENT
+ COMMENT Entities that don't support natural spawning belong to the
COMMENT {@link #MISC} group.
COMMENT
COMMENT @see EntityType#getSpawnGroup()
@@ -31,29 +31,29 @@ CLASS net/minecraft/unmapped/C_ormqdxci net/minecraft/entity/SpawnGroup
COMMENT @see net.minecraft.world.World#setMobSpawnOptions(boolean, boolean)
METHOD m_lczmblqq isRare ()Z
COMMENT Returns if this spawn group is spawned only rarely.
- COMMENT
- COMMENT A rare spawn only happens when the {@linkplain
+ COMMENT
+ COMMENT A rare spawn only happens when the {@linkplain
COMMENT net.minecraft.world.WorldProperties#getTime() world time} is a multiple
COMMENT of {@code 400} in {@link
COMMENT net.minecraft.server.world.ServerChunkManager#tickChunks()}.
METHOD m_noqhjvmw getImmediateDespawnRange ()I
COMMENT Returns the distance, of a mob of this group from a player, at which
COMMENT that mob will despawn immediately.
- COMMENT
- COMMENT This is ignored if a mob {@linkplain
+ COMMENT
+ COMMENT This is ignored if a mob {@linkplain
COMMENT net.minecraft.entity.mob.MobEntity#canImmediatelyDespawn(double) cannot
COMMENT immediately despawn}.
COMMENT
COMMENT @see net.minecraft.entity.mob.MobEntity#checkDespawn()
METHOD m_pjftngxl getName ()Ljava/lang/String;
COMMENT Returns the name of this spawn group.
- COMMENT
- COMMENT The names are unique and are in {@code lower_snake_case}.
+ COMMENT
+ COMMENT The names are unique and are in {@code lower_snake_case}.
METHOD m_wltyjkrl getDespawnStartRange ()I
COMMENT Returns the distance, of a mob of this group from a player, at which
COMMENT that mob can despawn at chance.
- COMMENT
- COMMENT This is ignored if a mob {@linkplain
+ COMMENT
+ COMMENT This is ignored if a mob {@linkplain
COMMENT net.minecraft.entity.mob.MobEntity#canImmediatelyDespawn(double) cannot
COMMENT immediately despawn}.
COMMENT
diff --git a/mappings/net/minecraft/entity/ai/brain/Brain.mapping b/mappings/net/minecraft/entity/ai/brain/Brain.mapping
index 510e04074e..1dc3c20139 100644
--- a/mappings/net/minecraft/entity/ai/brain/Brain.mapping
+++ b/mappings/net/minecraft/entity/ai/brain/Brain.mapping
@@ -1,14 +1,14 @@
CLASS net/minecraft/unmapped/C_rjqjaxef net/minecraft/entity/ai/brain/Brain
COMMENT A brain is associated with each living entity.
- COMMENT
- COMMENT A brain has {@linkplain #memories memories}, {@linkplain #sensors sensors},
+ COMMENT
+ COMMENT A brain has {@linkplain #memories memories}, {@linkplain #sensors sensors},
COMMENT and {@linkplain #tasks tasks}. In general, the brain can use sensors to refresh
COMMENT the memories over time, and the memories can be shared by different tasks,
COMMENT which can reduce duplicate calculation. For instance, instead of having each
COMMENT task scan for the player, the memories can hold information about nearby player,
COMMENT and the task can choose to run or not accordingly.
- COMMENT
- COMMENT To construct a brain, you need to specify the memory (module) types and
+ COMMENT
+ COMMENT To construct a brain, you need to specify the memory (module) types and
COMMENT sensors present in a brain, and then you can add individual tasks.
COMMENT
COMMENT @see LivingEntity#brain
diff --git a/mappings/net/minecraft/entity/ai/goal/GoalSelector.mapping b/mappings/net/minecraft/entity/ai/goal/GoalSelector.mapping
index 3fbe0f38a3..a7ea5dd58d 100644
--- a/mappings/net/minecraft/entity/ai/goal/GoalSelector.mapping
+++ b/mappings/net/minecraft/entity/ai/goal/GoalSelector.mapping
@@ -1,13 +1,13 @@
CLASS net/minecraft/unmapped/C_qospjrjn net/minecraft/entity/ai/goal/GoalSelector
COMMENT Manages a set of goals, which are competing for certain controls on the mob.
COMMENT Multiple goals can run at the same time, so long as they are all using different controls.
- COMMENT
- COMMENT A running goal will always be replaced with a goal with a lower priority, if
+ COMMENT
+ COMMENT A running goal will always be replaced with a goal with a lower priority, if
COMMENT such a goal exists, it's competing for the same control and its
COMMENT {@link Goal#canStart() canStart()} method returns true. (Note that some goals randomize
COMMENT this method.)
- COMMENT
- COMMENT If two goals have the same priority and are competing for the same control, then one
+ COMMENT
+ COMMENT If two goals have the same priority and are competing for the same control, then one
COMMENT goal cannot replace the other if it's running. The goal selector tries to run goals in the order
COMMENT they were added.
FIELD f_eemsznmi profiler Ljava/util/function/Supplier;
diff --git a/mappings/net/minecraft/entity/attribute/EntityAttribute.mapping b/mappings/net/minecraft/entity/attribute/EntityAttribute.mapping
index 1f3b4964d4..f4e14003dd 100644
--- a/mappings/net/minecraft/entity/attribute/EntityAttribute.mapping
+++ b/mappings/net/minecraft/entity/attribute/EntityAttribute.mapping
@@ -1,7 +1,7 @@
CLASS net/minecraft/unmapped/C_ppzfbbsy net/minecraft/entity/attribute/EntityAttribute
COMMENT Represents a type of double-valued attribute that a living entity may have.
- COMMENT
- COMMENT An attribute is a tracked double value stored on an entity.
+ COMMENT
+ COMMENT An attribute is a tracked double value stored on an entity.
COMMENT An attribute has a default value on which attribute modifiers operate.
FIELD f_auwguvrl translationKey Ljava/lang/String;
FIELD f_hogebwye MAX_NAME_LENGTH I
diff --git a/mappings/net/minecraft/entity/attribute/EntityAttributeInstance.mapping b/mappings/net/minecraft/entity/attribute/EntityAttributeInstance.mapping
index 2e1c6e0dcf..049927db15 100644
--- a/mappings/net/minecraft/entity/attribute/EntityAttributeInstance.mapping
+++ b/mappings/net/minecraft/entity/attribute/EntityAttributeInstance.mapping
@@ -38,8 +38,8 @@ CLASS net/minecraft/unmapped/C_lzukavpx net/minecraft/entity/attribute/EntityAtt
METHOD m_mxlwhbkp getAttribute ()Lnet/minecraft/unmapped/C_ppzfbbsy;
METHOD m_oczhaipt computeValue ()D
COMMENT Computes this attribute's value, taking modifiers into account.
- COMMENT
- COMMENT Attribute modifiers are applied in order by operation:
+ COMMENT
+ COMMENT Attribute modifiers are applied in order by operation:
COMMENT Temporary modifiers are copied when using the operation.
+ COMMENT
+ COMMENT Temporary modifiers are copied when using the operation.
ARG 1 other
METHOD m_rtwvskho getModifier (Ljava/util/UUID;)Lnet/minecraft/unmapped/C_hdbqsqsm;
ARG 1 uuid
diff --git a/mappings/net/minecraft/entity/attribute/EntityAttributeModifier.mapping b/mappings/net/minecraft/entity/attribute/EntityAttributeModifier.mapping
index 929b965177..928305f54e 100644
--- a/mappings/net/minecraft/entity/attribute/EntityAttributeModifier.mapping
+++ b/mappings/net/minecraft/entity/attribute/EntityAttributeModifier.mapping
@@ -35,12 +35,12 @@ CLASS net/minecraft/unmapped/C_hdbqsqsm net/minecraft/entity/attribute/EntityAtt
FIELD f_yrbujzpk id I
FIELD f_yytmrhrp MULTIPLY_BASE Lnet/minecraft/unmapped/C_hdbqsqsm$C_pljpmmzs;
COMMENT Multiplies the base value of the attribute.
- COMMENT
- COMMENT Is applied after addition.
+ COMMENT
+ COMMENT Is applied after addition.
FIELD f_zxpmyznd MULTIPLY_TOTAL Lnet/minecraft/unmapped/C_hdbqsqsm$C_pljpmmzs;
COMMENT Multiplies the total value of the attribute.
- COMMENT
- COMMENT The total value is equal to the sum of all additions and base multiplications applied by an attribute modifier.
+ COMMENT
+ COMMENT The total value is equal to the sum of all additions and base multiplications applied by an attribute modifier.
METHOD This exists so that long-duration low-amplifier effects reappears
+ COMMENT
+ COMMENT This exists so that long-duration low-amplifier effects reappears
COMMENT after short-duration high-amplifier effects run out.
FIELD f_hvgmvstv showParticles Z
FIELD f_ieofirpv ambient Z
diff --git a/mappings/net/minecraft/entity/mob/MobEntity.mapping b/mappings/net/minecraft/entity/mob/MobEntity.mapping
index fd4c19146c..3c4b9f2db8 100644
--- a/mappings/net/minecraft/entity/mob/MobEntity.mapping
+++ b/mappings/net/minecraft/entity/mob/MobEntity.mapping
@@ -94,9 +94,11 @@ CLASS net/minecraft/unmapped/C_dxkfswlz net/minecraft/entity/mob/MobEntity
ARG 1 target
METHOD m_hzqtqtff convertTo (Lnet/minecraft/unmapped/C_ogavsvbr;Z)Lnet/minecraft/unmapped/C_dxkfswlz;
COMMENT Converts this entity to the provided {@code entityType}.
- COMMENT The new entity will keep many of the properties set for this entity,
+ COMMENT
+ COMMENT The new entity will keep many of the properties set for this entity,
COMMENT including its vehicle, its name and whether it is persistent or not.
- COMMENT If {@code keepEquipment} is {@code true}, it will also keep its equipment.
+ COMMENT
+ COMMENT If {@code keepEquipment} is {@code true}, it will also keep its equipment.
ARG 1 entityType
COMMENT the entity type to convert to
ARG 2 keepEquipment
diff --git a/mappings/net/minecraft/entity/mob/PiglinEntity.mapping b/mappings/net/minecraft/entity/mob/PiglinEntity.mapping
index 21a1dd1316..4e487464d1 100644
--- a/mappings/net/minecraft/entity/mob/PiglinEntity.mapping
+++ b/mappings/net/minecraft/entity/mob/PiglinEntity.mapping
@@ -22,8 +22,8 @@ CLASS net/minecraft/unmapped/C_lkhqndnb net/minecraft/entity/mob/PiglinEntity
METHOD m_csfclcxj getTopMostPassenger (Lnet/minecraft/unmapped/C_astfners;I)Lnet/minecraft/unmapped/C_astfners;
COMMENT Returns the passenger entity at {@code maxLevel} in a stacked riding (riding on
COMMENT an entity that is riding on another entity, etc).
- COMMENT
- COMMENT If the number of stacked entities is less than {@code maxLevel}, returns the
+ COMMENT
+ COMMENT If the number of stacked entities is less than {@code maxLevel}, returns the
COMMENT top most passenger entity.
ARG 1 entity
ARG 2 maxLevel
diff --git a/mappings/net/minecraft/entity/passive/HorseBaseEntity.mapping b/mappings/net/minecraft/entity/passive/HorseBaseEntity.mapping
index 9bbf31279a..3ceb88aca3 100644
--- a/mappings/net/minecraft/entity/passive/HorseBaseEntity.mapping
+++ b/mappings/net/minecraft/entity/passive/HorseBaseEntity.mapping
@@ -129,13 +129,13 @@ CLASS net/minecraft/unmapped/C_ktznyhaj net/minecraft/entity/passive/HorseBaseEn
METHOD m_yghrxdbt eatsGrass ()Z
METHOD m_ykhwtvdh hasArmorSlot ()Z
COMMENT Whether this horse has a slot for custom equipment besides a saddle.
- COMMENT
- COMMENT In the item slot argument type, the slot is referred to as
+ COMMENT In the item slot argument type, the slot is referred to as This is used by horse armors and llama carpets, but can be
+ COMMENT
+ COMMENT This is used by horse armors and llama carpets, but can be
COMMENT refitted to any purpose.
METHOD m_yukcocww getDismountLocation (Lnet/minecraft/unmapped/C_vgpupfxx;Lnet/minecraft/unmapped/C_usxaxydn;)Lnet/minecraft/unmapped/C_vgpupfxx;
ARG 1 dismountDirection
diff --git a/mappings/net/minecraft/entity/passive/VillagerEntity.mapping b/mappings/net/minecraft/entity/passive/VillagerEntity.mapping
index 94e17d3d33..46f907cd13 100644
--- a/mappings/net/minecraft/entity/passive/VillagerEntity.mapping
+++ b/mappings/net/minecraft/entity/passive/VillagerEntity.mapping
@@ -91,8 +91,8 @@ CLASS net/minecraft/unmapped/C_pdtkdbte net/minecraft/entity/passive/VillagerEnt
METHOD m_pwctnevz lacksFood ()Z
METHOD m_rftgjnmb needsRestock ()Z
COMMENT Returns whether this villager needs restock.
- COMMENT
- COMMENT Checks if at least one of its trade offers has been used.
+ COMMENT
+ COMMENT Checks if at least one of its trade offers has been used.
METHOD m_sdetmvzj isChasing ()Z
METHOD m_smnfodbw setChasing (Z)V
ARG 1 chasing
diff --git a/mappings/net/minecraft/entity/player/PlayerEntity.mapping b/mappings/net/minecraft/entity/player/PlayerEntity.mapping
index c58cab4cbf..d478405a6b 100644
--- a/mappings/net/minecraft/entity/player/PlayerEntity.mapping
+++ b/mappings/net/minecraft/entity/player/PlayerEntity.mapping
@@ -184,16 +184,16 @@ CLASS net/minecraft/unmapped/C_jzrpycqo net/minecraft/entity/player/PlayerEntity
METHOD m_pjxfwdrg useBook (Lnet/minecraft/unmapped/C_sddaxwyk;Lnet/minecraft/unmapped/C_laxmzoqs;)V
COMMENT Called when the player uses (defaults to right click) a writable or written
COMMENT book item.
- COMMENT
- COMMENT This can be called either on the client or the server player. Check {@code
+ COMMENT
+ COMMENT This can be called either on the client or the server player. Check {@code
COMMENT book} for whether this is a written or a writable book.
COMMENT
COMMENT @implNote The writing of a writable book in vanilla is totally controlled by
COMMENT the client; the server cannot make the client open a book edit screen by
COMMENT making a server player use a writable book. Only when the client finishes
COMMENT writing a book it will send a {@linkplain net.minecraft.network.packet.c2s.play.BookUpdateC2SPacket book update C2S packet}.
- COMMENT
- COMMENT Meanwhile, the reading of a written book is totally controlled and initiated
+ COMMENT
+ COMMENT Meanwhile, the reading of a written book is totally controlled and initiated
COMMENT by the server.
ARG 1 book
COMMENT the book
diff --git a/mappings/net/minecraft/entity/player/PlayerInventory.mapping b/mappings/net/minecraft/entity/player/PlayerInventory.mapping
index 2e6ec3444f..3cb83c9696 100644
--- a/mappings/net/minecraft/entity/player/PlayerInventory.mapping
+++ b/mappings/net/minecraft/entity/player/PlayerInventory.mapping
@@ -16,13 +16,13 @@ CLASS net/minecraft/unmapped/C_sxzqocrm net/minecraft/entity/player/PlayerInvent
FIELD f_rvivffsn combinedInventory Ljava/util/List;
FIELD f_rxqjiapy OFF_HAND_SLOT I
COMMENT Zero-based index of the offhand slot.
- COMMENT
- COMMENT This value is the result of the sum {@code MAIN_SIZE (36) + ARMOR_SIZE (4)}.
+ COMMENT This value is the result of the sum {@code MAIN_SIZE (36) + ARMOR_SIZE (4)}. The same value dictates the size of the player's hotbar, excluding the offhand slot.
+ COMMENT The same value dictates the size of the player's hotbar, excluding the offhand slot. Screen handlers also use stack references to pass a mutable cursor
+ COMMENT
+ COMMENT Screen handlers also use stack references to pass a mutable cursor
COMMENT stack to some methods.
COMMENT
COMMENT @see net.minecraft.entity.Entity#getStackReference(int)
diff --git a/mappings/net/minecraft/item/FoodComponent.mapping b/mappings/net/minecraft/item/FoodComponent.mapping
index 2189a40a7a..d617b822d3 100644
--- a/mappings/net/minecraft/item/FoodComponent.mapping
+++ b/mappings/net/minecraft/item/FoodComponent.mapping
@@ -15,21 +15,22 @@ CLASS net/minecraft/unmapped/C_cgikuact net/minecraft/item/FoodComponent
ARG 6 statusEffects
METHOD m_hkuvnphm getStatusEffects ()Ljava/util/List;
COMMENT Gets a list of all status effect instances that may be applied when a food item is consumed.
- COMMENT
- COMMENT The first value in the pair is the status effect instance to be applied.
- COMMENT The second value is the chance the status effect gets applied, on a scale between {@code 0.0F} and {@code 1.0F}.
+ COMMENT
+ COMMENT The first value in the pair is the status effect instance to be applied.
+ COMMENT
+ COMMENT The second value is the chance the status effect gets applied, on a scale between {@code 0.0F} and {@code 1.0F}.
METHOD m_jatayutu getSaturationModifier ()F
COMMENT Gets the saturation modifier of a food item.
- COMMENT
- COMMENT This value is typically used to determine how long a player can sustain the current hunger value before the hunger is used.
+ COMMENT
+ COMMENT This value is typically used to determine how long a player can sustain the current hunger value before the hunger is used.
METHOD m_jsgmandl isMeat ()Z
COMMENT Checks if a food item can be fed to dogs.
METHOD m_tvsoxmcg isAlwaysEdible ()Z
COMMENT Checks if a food item can be eaten when the current hunger bar is full.
METHOD m_ursuljwz getHunger ()I
COMMENT Gets the amount of hunger a food item will fill.
- COMMENT
- COMMENT One hunger is equivalent to half of a hunger bar icon.
+ COMMENT
+ COMMENT One hunger is equivalent to half of a hunger bar icon.
METHOD m_zesgplib isSnack ()Z
COMMENT Checks if a food item is snack-like and is eaten quickly.
CLASS C_gqnloczo Builder
@@ -43,8 +44,8 @@ CLASS net/minecraft/unmapped/C_cgikuact net/minecraft/item/FoodComponent
COMMENT Specifies that a food item is snack-like and is eaten quickly.
METHOD m_fggebgot saturationModifier (F)Lnet/minecraft/unmapped/C_cgikuact$C_gqnloczo;
COMMENT Specifies the saturation modifier of a food item.
- COMMENT
- COMMENT This value is typically used to determine how long a player can sustain the current hunger value before the hunger is used.
+ COMMENT
+ COMMENT This value is typically used to determine how long a player can sustain the current hunger value before the hunger is used.
ARG 1 saturationModifier
COMMENT the saturation modifier
METHOD m_gsttlhjh build ()Lnet/minecraft/unmapped/C_cgikuact;
@@ -54,8 +55,8 @@ CLASS net/minecraft/unmapped/C_cgikuact net/minecraft/item/FoodComponent
COMMENT Specifies that a food item can be eaten when the current hunger bar is full.
METHOD m_rfumfojh hunger (I)Lnet/minecraft/unmapped/C_cgikuact$C_gqnloczo;
COMMENT Specifies the amount of hunger a food item will fill.
- COMMENT
- COMMENT One hunger is equivalent to half of a hunger bar icon.
+ COMMENT
+ COMMENT One hunger is equivalent to half of a hunger bar icon.
ARG 1 hunger
COMMENT the amount of hunger
METHOD m_vlrajmqs statusEffect (Lnet/minecraft/unmapped/C_wpfizwve;F)Lnet/minecraft/unmapped/C_cgikuact$C_gqnloczo;
diff --git a/mappings/net/minecraft/item/HoeItem.mapping b/mappings/net/minecraft/item/HoeItem.mapping
index 4a4de745e2..847e726846 100644
--- a/mappings/net/minecraft/item/HoeItem.mapping
+++ b/mappings/net/minecraft/item/HoeItem.mapping
@@ -1,8 +1,8 @@
CLASS net/minecraft/unmapped/C_upefzkek net/minecraft/item/HoeItem
FIELD f_mnilufug TILLING_ACTIONS Ljava/util/Map;
COMMENT A map of input blocks to predicate-consumer action pairs.
- COMMENT
- COMMENT Tilling works so that if the predicate succeeds, the consumer (the real action)
+ COMMENT
+ COMMENT Tilling works so that if the predicate succeeds, the consumer (the real action)
COMMENT is executed, and the hoe is damaged.
METHOD By default, ItemStacks are enchantable if their max stack count is 1 and they can be damaged.
+ COMMENT
+ COMMENT By default, ItemStacks are enchantable if their max stack count is 1 and they can be damaged.
ARG 1 stack
METHOD m_dzfzcxuk isItemBarVisible (Lnet/minecraft/unmapped/C_sddaxwyk;)Z
ARG 1 stack
@@ -94,8 +94,8 @@ CLASS net/minecraft/unmapped/C_vorddnax net/minecraft/item/Item
METHOD m_lthgnjiq getDefaultStack ()Lnet/minecraft/unmapped/C_sddaxwyk;
METHOD m_mtceqnlj useOnBlock (Lnet/minecraft/unmapped/C_yyklzime;)Lnet/minecraft/unmapped/C_ozuepbyj;
COMMENT Called when an item is used on a block.
- COMMENT
- COMMENT This method is called on both the logical client and logical server, so take caution when using this method.
+ COMMENT
+ COMMENT This method is called on both the logical client and logical server, so take caution when using this method.
COMMENT The logical side can be checked using {@link net.minecraft.world.World#isClient() context.getWorld().isClient()}.
COMMENT
COMMENT @return an action result that specifies if using the item on a block was successful.
@@ -143,8 +143,8 @@ CLASS net/minecraft/unmapped/C_vorddnax net/minecraft/item/Item
ARG 3 attacker
METHOD m_pppzvkhc hasGlint (Lnet/minecraft/unmapped/C_sddaxwyk;)Z
COMMENT Checks if the glint effect should be applied when the item is rendered.
- COMMENT
- COMMENT By default, returns true if the item has enchantments.
+ COMMENT
+ COMMENT By default, returns true if the item has enchantments.
ARG 1 stack
METHOD m_ptxvhcty getOrCreateTranslationKey ()Ljava/lang/String;
METHOD m_qibylykw getTranslationKey (Lnet/minecraft/unmapped/C_sddaxwyk;)Ljava/lang/String;
@@ -172,23 +172,23 @@ CLASS net/minecraft/unmapped/C_vorddnax net/minecraft/item/Item
COMMENT Gets the enchantability of an item.
COMMENT This specifies the ability of an item to receive enchantments when enchanted using an enchanting table.
COMMENT As the value increases, the amount and level of enchantments applied increase.
- COMMENT
- COMMENT If the value of this method is 0, the item cannot be enchanted using an enchanting table.
+ COMMENT
+ COMMENT If the value of this method is 0, the item cannot be enchanted using an enchanting table.
METHOD m_ucwrwzur byRawId (I)Lnet/minecraft/unmapped/C_vorddnax;
ARG 0 id
METHOD m_uuqggdre getRawId (Lnet/minecraft/unmapped/C_vorddnax;)I
ARG 0 item
METHOD m_vaqdqrmz isNbtSynced ()Z
COMMENT Checks if an item should have its NBT data stored in {@link ItemStack#nbt} sent to the client.
- COMMENT
- COMMENT If an item is damageable, this method is ignored and data is always synced to client.
+ COMMENT
+ COMMENT If an item is damageable, this method is ignored and data is always synced to client.
METHOD m_vdgwxvcg getRarity (Lnet/minecraft/unmapped/C_sddaxwyk;)Lnet/minecraft/unmapped/C_mqmixksm;
COMMENT {@return this item's rarity, which changes the color of its name}
- COMMENT
- COMMENT By default, if an item has an enchantment, its rarity is modified:
+ COMMENT
+ COMMENT By default, if an item has an enchantment, its rarity is modified:
COMMENT This method is called on both the logical client and logical server, so take caution when overriding this method.
+ COMMENT
+ COMMENT This method is called on both the logical client and logical server, so take caution when overriding this method.
COMMENT The logical side can be checked using {@link net.minecraft.world.World#isClient() world.isClient()}.
COMMENT
COMMENT @return a typed action result that specifies whether using the item was successful.
@@ -238,16 +238,16 @@ CLASS net/minecraft/unmapped/C_vorddnax net/minecraft/item/Item
FIELD f_yegzcwuf foodComponent Lnet/minecraft/unmapped/C_cgikuact;
METHOD m_ccualdqu maxDamageIfAbsent (I)Lnet/minecraft/unmapped/C_vorddnax$C_bfrytpdl;
COMMENT Calls {@link Item.Settings#maxDamage} If this Settings instance has not already set max damage (or if max damage is the default value, 0).
- COMMENT
- COMMENT Note that max stack count is set to 1 when maxDamage is called.
+ COMMENT
+ COMMENT Note that max stack count is set to 1 when maxDamage is called.
COMMENT
COMMENT @return this instance
ARG 1 maxDamage
COMMENT maximum durability of an ItemStack using an item with this Item.Settings instance
METHOD m_gdfazvhf maxCount (I)Lnet/minecraft/unmapped/C_vorddnax$C_bfrytpdl;
COMMENT Sets the maximum stack count of any ItemStack with an Item using this Settings instance.
- COMMENT
- COMMENT Note that a count over 64 leads to unreliable behavior in GUIs.
+ COMMENT
+ COMMENT Note that a count over 64 leads to unreliable behavior in GUIs.
COMMENT Damageable items can not have a maximum stack count (they default to 1).
COMMENT An Item.Settings' max count defaults to 64.
COMMENT
@@ -267,8 +267,8 @@ CLASS net/minecraft/unmapped/C_vorddnax net/minecraft/item/Item
ARG 1 recipeRemainder
METHOD m_robddprv maxDamage (I)Lnet/minecraft/unmapped/C_vorddnax$C_bfrytpdl;
COMMENT Sets the maximum durability of any item configured with this Settings instance.
- COMMENT
- COMMENT Note that max stack count is set to 1 when this method is called.
+ COMMENT
+ COMMENT Note that max stack count is set to 1 when this method is called.
COMMENT
COMMENT @return this instance
ARG 1 maxDamage
@@ -283,8 +283,8 @@ CLASS net/minecraft/unmapped/C_vorddnax net/minecraft/item/Item
COMMENT configured food properties for any item using this Settings instance
METHOD m_zglwepxe rarity (Lnet/minecraft/unmapped/C_mqmixksm;)Lnet/minecraft/unmapped/C_vorddnax$C_bfrytpdl;
COMMENT Sets the {@link Rarity} of any item configured with this Settings instance, which changes the color of its name.
- COMMENT
- COMMENT An item's rarity defaults to {@link Rarity#COMMON}.
+ COMMENT
+ COMMENT An item's rarity defaults to {@link Rarity#COMMON}.
COMMENT
COMMENT @return this instance
ARG 1 rarity
diff --git a/mappings/net/minecraft/item/ItemGroup.mapping b/mappings/net/minecraft/item/ItemGroup.mapping
index 630c4a2c70..db09e14210 100644
--- a/mappings/net/minecraft/item/ItemGroup.mapping
+++ b/mappings/net/minecraft/item/ItemGroup.mapping
@@ -31,8 +31,8 @@ CLASS net/minecraft/unmapped/C_lnokcayd net/minecraft/item/ItemGroup
ARG 1 column
METHOD m_idoyaxck shouldRenderName ()Z
COMMENT Checks if this item group should render its name.
- COMMENT
- COMMENT The name is rendered below the top row of item groups and above the inventory.
+ COMMENT
+ COMMENT The name is rendered below the top row of item groups and above the inventory.
METHOD m_nsgpxdxb getOrInitSearchStacks ()Ljava/util/Collection;
METHOD m_obadijvu reloadSearch ()V
METHOD m_oibnkrxg getType ()Lnet/minecraft/unmapped/C_lnokcayd$C_ouweheor;
diff --git a/mappings/net/minecraft/nbt/NbtOps.mapping b/mappings/net/minecraft/nbt/NbtOps.mapping
index 145b5b8991..b3753abfdc 100644
--- a/mappings/net/minecraft/nbt/NbtOps.mapping
+++ b/mappings/net/minecraft/nbt/NbtOps.mapping
@@ -3,8 +3,8 @@ CLASS net/minecraft/unmapped/C_fybaywjo net/minecraft/nbt/NbtOps
COMMENT dynamics} for DataFixerUpper, allowing generalized serialization logic
COMMENT shared across different type of data structures. Use {@link NbtOps#INSTANCE}
COMMENT for the ops singleton.
- COMMENT
- COMMENT For instance, dimension data may be stored as JSON in data packs, but
+ COMMENT
+ COMMENT For instance, dimension data may be stored as JSON in data packs, but
COMMENT they will be transported in packets as NBT. DataFixerUpper allows
COMMENT generalizing the dimension serialization logic to prevent duplicate code,
COMMENT where the NBT ops allow the DataFixerUpper dimension serialization logic
@@ -13,8 +13,8 @@ CLASS net/minecraft/unmapped/C_fybaywjo net/minecraft/nbt/NbtOps
COMMENT @see NbtOps#INSTANCE
FIELD f_jyzfecii INSTANCE Lnet/minecraft/unmapped/C_fybaywjo;
COMMENT An singleton of the NBT dynamic ops.
- COMMENT
- COMMENT This ops does not compress maps (replace field name to value pairs
+ COMMENT
+ COMMENT This ops does not compress maps (replace field name to value pairs
COMMENT with an ordered list of values in serialization). In fact, since
COMMENT Minecraft NBT lists can only contain elements of the same type, this op
COMMENT cannot compress maps.
diff --git a/mappings/net/minecraft/network/ClientConnection.mapping b/mappings/net/minecraft/network/ClientConnection.mapping
index 3810e78b60..4f7e52166e 100644
--- a/mappings/net/minecraft/network/ClientConnection.mapping
+++ b/mappings/net/minecraft/network/ClientConnection.mapping
@@ -29,8 +29,8 @@ CLASS net/minecraft/unmapped/C_oasmcckk net/minecraft/network/ClientConnection
FIELD f_yhdjpmsl CURRENT_PACKET_COUNTER_WEIGHT F
COMMENT Represents when the average packet counter is updated, what percent of the
COMMENT value of the average counter is set from the current counter.
- COMMENT
- COMMENT The formula is {@link #averagePacketsSent averagePacketsSent} = {@value}
+ COMMENT
+ COMMENT The formula is {@link #averagePacketsSent averagePacketsSent} = {@value}
COMMENT × {@link #packetsSentCounter packetsSentCounter} + (1 - {@value}) ×
COMMENT {@code averagePacketsSent}.
FIELD f_zrkidnxu packetsSentCounter I
@@ -98,12 +98,12 @@ CLASS net/minecraft/unmapped/C_oasmcckk net/minecraft/network/ClientConnection
METHOD m_urabqmij isEncrypted ()Z
METHOD m_uyfxzupt setCompressionThreshold (IZ)V
COMMENT Sets the compression threshold of this connection.
- COMMENT
- COMMENT Packets over the threshold in size will be written as a {@code 0}
+ COMMENT
+ COMMENT Packets over the threshold in size will be written as a {@code 0}
COMMENT byte followed by contents, while compressed ones will be written as
COMMENT a var int for the decompressed size followed by the compressed contents.
- COMMENT
- COMMENT The connections on the two sides must have the same compression
+ COMMENT
+ COMMENT The connections on the two sides must have the same compression
COMMENT threshold, or compression errors may result.
ARG 1 compressionThreshold
COMMENT the compression threshold, in number of bytes
diff --git a/mappings/net/minecraft/network/OffThreadException.mapping b/mappings/net/minecraft/network/OffThreadException.mapping
index f17e517fe6..cace89c20f 100644
--- a/mappings/net/minecraft/network/OffThreadException.mapping
+++ b/mappings/net/minecraft/network/OffThreadException.mapping
@@ -1,8 +1,8 @@
CLASS net/minecraft/unmapped/C_spotakhf net/minecraft/network/OffThreadException
COMMENT An exception thrown on netty's event loop to quit handling of one packet,
COMMENT usually as it is scheduled to be handled on the game engine thread.
- COMMENT
- COMMENT This is a {@linkplain #INSTANCE singleton}. It ignores stack traces
+ COMMENT
+ COMMENT This is a {@linkplain #INSTANCE singleton}. It ignores stack traces
COMMENT in order to be efficient.
COMMENT
COMMENT @see NetworkThreadUtils
diff --git a/mappings/net/minecraft/network/PacketByteBuf.mapping b/mappings/net/minecraft/network/PacketByteBuf.mapping
index 41778737b0..4067d135c7 100644
--- a/mappings/net/minecraft/network/PacketByteBuf.mapping
+++ b/mappings/net/minecraft/network/PacketByteBuf.mapping
@@ -96,14 +96,14 @@ CLASS net/minecraft/unmapped/C_idfydwco net/minecraft/network/PacketByteBuf
COMMENT All {@code read} and {@code write} methods throw {@link
+ COMMENT
+ COMMENT All {@code read} and {@code write} methods throw {@link
COMMENT IndexOutOfBoundsException} if there is not enough bytes to be read or
COMMENT not enough space to write.
FIELD f_chgkilns MAX_VAR_LONG_LENGTH I
COMMENT The max number of bytes an encoded var long value may use.
- COMMENT
- COMMENT Its value is {@value}. A regular long value always use 8 bytes in contrast.
+ COMMENT
+ COMMENT Its value is {@value}. A regular long value always use 8 bytes in contrast.
COMMENT
COMMENT @see #getVarLongLength(long)
FIELD f_lxbttahk parent Lio/netty/buffer/ByteBuf;
@@ -112,8 +112,8 @@ CLASS net/minecraft/unmapped/C_idfydwco net/minecraft/network/PacketByteBuf
COMMENT {@link #readNbt()}.
FIELD f_plbhivfk MAX_VAR_INT_LENGTH I
COMMENT The max number of bytes an encoded var int value may use.
- COMMENT
- COMMENT Its value is {@value}. A regular int value always use 4 bytes in contrast.
+ COMMENT
+ COMMENT Its value is {@value}. A regular int value always use 4 bytes in contrast.
COMMENT
COMMENT @see #getVarIntLength(int)
FIELD f_rwogtoly MAX_PUBLIC_KEY_HEADER_SIZE I
@@ -489,8 +489,8 @@ CLASS net/minecraft/unmapped/C_idfydwco net/minecraft/network/PacketByteBuf
COMMENT @see #writeIdentifier(Identifier)
METHOD m_hudsjtrd writeVarLong (J)Lnet/minecraft/unmapped/C_idfydwco;
COMMENT Writes a single var long to this buf.
- COMMENT
- COMMENT Compared to regular longs, var longs may use less bytes when
+ COMMENT
+ COMMENT Compared to regular longs, var longs may use less bytes when
COMMENT representing smaller positive numbers.
COMMENT
COMMENT @return this buf, for chaining
@@ -551,8 +551,8 @@ CLASS net/minecraft/unmapped/C_idfydwco net/minecraft/network/PacketByteBuf
COMMENT the date to write
METHOD m_kggdjvdd writeVarInt (I)Lnet/minecraft/unmapped/C_idfydwco;
COMMENT Writes a single var int to this buf.
- COMMENT
- COMMENT Compared to regular ints, var ints may use less bytes (ranging from 1
+ COMMENT
+ COMMENT Compared to regular ints, var ints may use less bytes (ranging from 1
COMMENT to 5, where regular ints use 4) when representing smaller positive
COMMENT numbers.
COMMENT
@@ -853,8 +853,8 @@ CLASS net/minecraft/unmapped/C_idfydwco net/minecraft/network/PacketByteBuf
COMMENT Reads an array of primitive longs from this buf. The array first has a
COMMENT var int indicating its length, followed by the regular long (not var
COMMENT long) values. The array does not have a length limit.
- COMMENT
- COMMENT Only when {@code toArray} is not {@code null} and {@code
+ COMMENT
+ COMMENT Only when {@code toArray} is not {@code null} and {@code
COMMENT toArray.length} equals to the length var int read will the {@code
COMMENT toArray} be reused and returned; otherwise, a new array
COMMENT of proper size is created.
@@ -887,8 +887,8 @@ CLASS net/minecraft/unmapped/C_idfydwco net/minecraft/network/PacketByteBuf
COMMENT Reads an array of primitive longs from this buf. The array first has a
COMMENT var int indicating its length, followed by the regular long (not var
COMMENT long) values. The array has a length limit of {@code maxSize}.
- COMMENT
- COMMENT Only when {@code toArray} is not {@code null} and {@code
+ COMMENT
+ COMMENT Only when {@code toArray} is not {@code null} and {@code
COMMENT toArray.length} equals to the length var int read will the {@code
COMMENT toArray} be reused and returned; otherwise, a new array
COMMENT of proper size is created.
diff --git a/mappings/net/minecraft/network/listener/PacketListener.mapping b/mappings/net/minecraft/network/listener/PacketListener.mapping
index 38a152958a..ce061d1b62 100644
--- a/mappings/net/minecraft/network/listener/PacketListener.mapping
+++ b/mappings/net/minecraft/network/listener/PacketListener.mapping
@@ -1,8 +1,8 @@
CLASS net/minecraft/unmapped/C_tkgdawqw net/minecraft/network/listener/PacketListener
COMMENT A packet listener listens to packets on a {@linkplain net.minecraft.network.ClientConnection
COMMENT connection}.
- COMMENT
- COMMENT Its listener methods will be called on the netty event loop than the
+ COMMENT
+ COMMENT Its listener methods will be called on the netty event loop than the
COMMENT client or server game engine threads.
METHOD m_nxirpgmj shouldPropagateHandlingExceptions ()Z
METHOD m_rpvfniop isConnected ()Z
diff --git a/mappings/net/minecraft/network/packet/s2c/play/EntityVelocityUpdateS2CPacket.mapping b/mappings/net/minecraft/network/packet/s2c/play/EntityVelocityUpdateS2CPacket.mapping
index 6cfa75e8ae..05d688bdd8 100644
--- a/mappings/net/minecraft/network/packet/s2c/play/EntityVelocityUpdateS2CPacket.mapping
+++ b/mappings/net/minecraft/network/packet/s2c/play/EntityVelocityUpdateS2CPacket.mapping
@@ -1,7 +1,7 @@
CLASS net/minecraft/unmapped/C_chysixjg net/minecraft/network/packet/s2c/play/EntityVelocityUpdateS2CPacket
COMMENT Sent when a server modifies an entity's velocity.
- COMMENT
- COMMENT If the entity is a player, {@link
+ COMMENT
+ COMMENT If the entity is a player, {@link
COMMENT net.minecraft.network.packet.s2c.play.ExplosionOccursS2CPacket} can be used as
COMMENT a replacement.
FIELD f_hsarzxoj id I
diff --git a/mappings/net/minecraft/network/packet/s2c/play/ExplosionOccursS2CPacket.mapping b/mappings/net/minecraft/network/packet/s2c/play/ExplosionOccursS2CPacket.mapping
index 4efe6e9cda..ee35c84f1e 100644
--- a/mappings/net/minecraft/network/packet/s2c/play/ExplosionOccursS2CPacket.mapping
+++ b/mappings/net/minecraft/network/packet/s2c/play/ExplosionOccursS2CPacket.mapping
@@ -1,7 +1,7 @@
CLASS net/minecraft/unmapped/C_kbftqsek net/minecraft/network/packet/s2c/play/ExplosionOccursS2CPacket
COMMENT Sent when an explosion occurs in the world.
- COMMENT
- COMMENT The client will update {@linkplain
+ COMMENT
+ COMMENT The client will update {@linkplain
COMMENT net.minecraft.client.MinecraftClient#player the player}'s velocity as
COMMENT well as performing an explosion.
COMMENT
diff --git a/mappings/net/minecraft/obfuscate/DontObfuscate.mapping b/mappings/net/minecraft/obfuscate/DontObfuscate.mapping
index 4361da55fc..40e65fd36b 100644
--- a/mappings/net/minecraft/obfuscate/DontObfuscate.mapping
+++ b/mappings/net/minecraft/obfuscate/DontObfuscate.mapping
@@ -1,8 +1,8 @@
CLASS net/minecraft/obfuscate/DontObfuscate net/minecraft/obfuscate/DontObfuscate
COMMENT This annotation applies to some unobfuscated elements within the Minecraft
COMMENT source code.
- COMMENT
- COMMENT Its behavior appears as follows:
+ COMMENT
+ COMMENT Its behavior appears as follows:
COMMENT Visit the use page for the usage of this annotation.
- COMMENT
- COMMENT In addition, single-abstract-method interfaces used as lambda expressions
+ COMMENT
+ COMMENT Visit the use page for the usage of this annotation.
+ COMMENT
+ COMMENT In addition, single-abstract-method interfaces used as lambda expressions
COMMENT always have their single abstract method unobfuscated per proguard behavior.
- COMMENT
- COMMENT This annotation is not {@link java.lang.annotation.Documented}, and hence
+ COMMENT
+ COMMENT This annotation is not {@link java.lang.annotation.Documented}, and hence
COMMENT will not appear in the generated javadoc for annotated elements.
COMMENT
COMMENT @see net.minecraft.util.CubicSampler.Vec3dFetcher
diff --git a/mappings/net/minecraft/predicate/entity/EntityPredicates.mapping b/mappings/net/minecraft/predicate/entity/EntityPredicates.mapping
index 3d02b46c07..d52067c9e1 100644
--- a/mappings/net/minecraft/predicate/entity/EntityPredicates.mapping
+++ b/mappings/net/minecraft/predicate/entity/EntityPredicates.mapping
@@ -1,33 +1,35 @@
CLASS net/minecraft/unmapped/C_myhiyoxi net/minecraft/predicate/entity/EntityPredicates
FIELD f_frvwsdyu VALID_INVENTORIES Ljava/util/function/Predicate;
COMMENT Tests if an entity has a valid inventory.
+ COMMENT
+ COMMENT An entity has a valid inventory when:
COMMENT
- COMMENT An entity has a valid inventory when:
- COMMENT
- COMMENT
+ COMMENT An entity is not mounted when:
COMMENT
- COMMENT An entity is not mounted when:
- COMMENT
- COMMENT A living entity is valid when the entity is alive.
+ COMMENT
+ COMMENT A living entity is valid when the entity is alive.
COMMENT
COMMENT @see net.minecraft.entity.LivingEntity#isAlive()
FIELD f_otqmxaij VALID_ENTITY Ljava/util/function/Predicate;
COMMENT Tests if an entity is valid.
- COMMENT
- COMMENT An entity is valid when the entity is alive.
+ COMMENT
+ COMMENT An entity is valid when the entity is alive.
COMMENT
COMMENT @see net.minecraft.entity.Entity#isAlive()
FIELD f_oxnametc COLLIDABLE_EXCEPT_SPECTATOR Ljava/util/function/Predicate;
diff --git a/mappings/net/minecraft/recipe/Recipe.mapping b/mappings/net/minecraft/recipe/Recipe.mapping
index cb6ee7b90f..32dc275d1a 100644
--- a/mappings/net/minecraft/recipe/Recipe.mapping
+++ b/mappings/net/minecraft/recipe/Recipe.mapping
@@ -79,14 +79,14 @@ CLASS net/minecraft/unmapped/C_awrmdwqd net/minecraft/recipe/Recipe
COMMENT the input registry manager
METHOD m_ttbvwfef getType ()Lnet/minecraft/unmapped/C_rhnqznys;
COMMENT {@return the type of this recipe}
- COMMENT
- COMMENT The {@code type} in the recipe JSON format is the {@linkplain
+ COMMENT
+ COMMENT The {@code type} in the recipe JSON format is the {@linkplain
COMMENT #getSerializer() serializer} instead.
METHOD m_umvnhtgd getGroup ()Ljava/lang/String;
COMMENT {@return a group this recipe belongs in, or an empty string} This is
COMMENT only used by the recipe book.
- COMMENT
- COMMENT The group string is arbitrary, and is not rendered anywhere; in
+ COMMENT
+ COMMENT The group string is arbitrary, and is not rendered anywhere; in
COMMENT the recipe book, recipes with the same group will belong to the same
COMMENT cell in the grid of recipes. If the string is empty, this recipe will
COMMENT belong to its own cell.
diff --git a/mappings/net/minecraft/recipe/RecipeManager.mapping b/mappings/net/minecraft/recipe/RecipeManager.mapping
index d6a4d1d065..d38b220ad4 100644
--- a/mappings/net/minecraft/recipe/RecipeManager.mapping
+++ b/mappings/net/minecraft/recipe/RecipeManager.mapping
@@ -111,8 +111,8 @@ CLASS net/minecraft/unmapped/C_hjseusrb net/minecraft/recipe/RecipeManager
COMMENT the recipes to set
METHOD m_vrjdrstk values ()Ljava/util/Collection;
COMMENT {@return all recipes in this manager}
- COMMENT
- COMMENT The returned set does not update with the manager. Modifications to the
+ COMMENT
+ COMMENT The returned set does not update with the manager. Modifications to the
COMMENT returned set does not affect this manager.
METHOD m_wolrledc (Lnet/minecraft/unmapped/C_rhnqznys;)Lcom/google/common/collect/ImmutableMap$Builder;
ARG 0 recipeType
diff --git a/mappings/net/minecraft/recipe/RecipeMatcher.mapping b/mappings/net/minecraft/recipe/RecipeMatcher.mapping
index 86fe1326ba..26497858bc 100644
--- a/mappings/net/minecraft/recipe/RecipeMatcher.mapping
+++ b/mappings/net/minecraft/recipe/RecipeMatcher.mapping
@@ -12,8 +12,8 @@ CLASS net/minecraft/unmapped/C_nyagoaau net/minecraft/recipe/RecipeMatcher
COMMENT optional output list of item ids that were matched whilst evaluating the recipe conditions
METHOD m_gdjqbhqu addUnenchantedInput (Lnet/minecraft/unmapped/C_sddaxwyk;)V
COMMENT Adds a full item stack to the pool of available resources.
- COMMENT
- COMMENT This is equivalent to calling {@code addInput(stack, Item.DEFAULT_MAX_COUNT)}.
+ COMMENT This is equivalent to calling {@code addInput(stack, Item.DEFAULT_MAX_COUNT)}. This is equivalent to calling {@code addInput(stack, Item.DEFAULT_MAX_COUNT)}.
+ COMMENT This is equivalent to calling {@code addInput(stack, Item.DEFAULT_MAX_COUNT)}. The recipe's ID is already written into the buf when this is called.
- COMMENT
- COMMENT This can throw whatever exception the packet byte buf throws. This may be
+ COMMENT
+ COMMENT The recipe's ID is already written into the buf when this is called.
+ COMMENT
+ COMMENT This can throw whatever exception the packet byte buf throws. This may be
COMMENT called in the netty event loop than the server game engine thread.
ARG 1 buf
COMMENT the recipe buf
@@ -45,8 +45,8 @@ CLASS net/minecraft/unmapped/C_xfxrkzjt net/minecraft/recipe/RecipeSerializer
COMMENT the recipe
METHOD m_bkscqwta read (Lnet/minecraft/unmapped/C_ncpywfca;Lnet/minecraft/unmapped/C_idfydwco;)Lnet/minecraft/unmapped/C_awrmdwqd;
COMMENT Reads a recipe from a packet byte buf, usually on the client.
- COMMENT
- COMMENT This can throw whatever exception the packet byte buf throws. This may be
+ COMMENT
+ COMMENT This can throw whatever exception the packet byte buf throws. This may be
COMMENT called in the netty event loop than the client game engine thread.
COMMENT
COMMENT @return the read recipe
diff --git a/mappings/net/minecraft/recipe/ShapedRecipe.mapping b/mappings/net/minecraft/recipe/ShapedRecipe.mapping
index 4415fe53ff..4f01fd2a02 100644
--- a/mappings/net/minecraft/recipe/ShapedRecipe.mapping
+++ b/mappings/net/minecraft/recipe/ShapedRecipe.mapping
@@ -32,8 +32,8 @@ CLASS net/minecraft/unmapped/C_svdvbdmc net/minecraft/recipe/ShapedRecipe
ARG 0 ingredient
METHOD m_fdahtdod removePadding ([Ljava/lang/String;)[Ljava/lang/String;
COMMENT Removes empty space from around the recipe pattern.
- COMMENT
- COMMENT Turns patterns such as:
+ COMMENT Turns patterns such as: Each Minecraft server has a dynamic registry manager for file-loaded
+ COMMENT
+ COMMENT Each Minecraft server has a dynamic registry manager for file-loaded
COMMENT registries, while each client play network handler has a dynamic registry
COMMENT manager for server-sent dynamic registries.
FIELD f_zcsxlkxx LOGGER Lorg/slf4j/Logger;
diff --git a/mappings/net/minecraft/registry/RegistryKey.mapping b/mappings/net/minecraft/registry/RegistryKey.mapping
index 94d24487cd..043a51a8eb 100644
--- a/mappings/net/minecraft/registry/RegistryKey.mapping
+++ b/mappings/net/minecraft/registry/RegistryKey.mapping
@@ -18,8 +18,8 @@ CLASS net/minecraft/unmapped/C_xhhleach net/minecraft/registry/RegistryKey
COMMENT Creates a registry key for a value in a registry with a registry key for
COMMENT the value-holding registry in the root registry and an identifier of the
COMMENT value.
- COMMENT
- COMMENT You can call it like {@code RegistryKey.of(Registry.ITEM_KEY, new Identifier("iron_ingot"))}
+ COMMENT
+ COMMENT You can call it like {@code RegistryKey.of(Registry.ITEM_KEY, new Identifier("iron_ingot"))}
COMMENT to create a registry key for iron ingot.
COMMENT
COMMENT @param You can call it like {@code RegistryKey.of(new Identifier("block"))}
+ COMMENT
+ COMMENT You can call it like {@code RegistryKey.of(new Identifier("block"))}
COMMENT to create a registry key for the block registry.
COMMENT
COMMENT @param {@code Property} instances are used for tracking integer properties in property delegates
+ COMMENT
+ COMMENT {@code Property} instances are used for tracking integer properties in property delegates
COMMENT and other sources of integer properties, and sending needed content updates to listeners.
COMMENT
COMMENT @see ScreenHandler#addProperty
diff --git a/mappings/net/minecraft/screen/PropertyDelegate.mapping b/mappings/net/minecraft/screen/PropertyDelegate.mapping
index 1db3f776bc..e66937151c 100644
--- a/mappings/net/minecraft/screen/PropertyDelegate.mapping
+++ b/mappings/net/minecraft/screen/PropertyDelegate.mapping
@@ -1,7 +1,7 @@
CLASS net/minecraft/unmapped/C_fwwsyhuv net/minecraft/screen/PropertyDelegate
COMMENT A property delegate represents an indexed list of integer properties.
- COMMENT
- COMMENT Property delegates are used for displaying integer values in screens,
+ COMMENT
+ COMMENT Property delegates are used for displaying integer values in screens,
COMMENT such as the progress bars in furnaces.
METHOD m_ecckrphf set (II)V
ARG 1 index
diff --git a/mappings/net/minecraft/screen/slot/SlotActionType.mapping b/mappings/net/minecraft/screen/slot/SlotActionType.mapping
index 6dd2b80c98..9838dee767 100644
--- a/mappings/net/minecraft/screen/slot/SlotActionType.mapping
+++ b/mappings/net/minecraft/screen/slot/SlotActionType.mapping
@@ -5,19 +5,19 @@ CLASS net/minecraft/unmapped/C_viureuve net/minecraft/screen/slot/SlotActionType
COMMENT Performs a normal slot click. This can pickup or place items in the slot, possibly merging the cursor stack into the slot, or swapping the slot stack with the cursor stack if they can't be merged.
FIELD f_cveuettx THROW Lnet/minecraft/unmapped/C_viureuve;
COMMENT Throws the item out of the inventory. This is usually triggered by the player pressing Q while hovering over a slot, or clicking outside the window.
- COMMENT
- COMMENT When the action type is throw, the click data determines whether to throw a whole stack (1) or a single item from that stack (0).
+ COMMENT
+ COMMENT When the action type is throw, the click data determines whether to throw a whole stack (1) or a single item from that stack (0).
FIELD f_cwcaxdxg CLONE Lnet/minecraft/unmapped/C_viureuve;
COMMENT Clones the item in the slot. Usually triggered by middle clicking an item in creative mode.
FIELD f_lndkerwm QUICK_MOVE Lnet/minecraft/unmapped/C_viureuve;
COMMENT Performs a shift-click. This usually quickly moves items between the player's inventory and the open screen handler.
FIELD f_skkauoiv SWAP Lnet/minecraft/unmapped/C_viureuve;
COMMENT Exchanges items between a slot and a hotbar slot. This is usually triggered by the player pressing a 1-9 number key while hovering over a slot.
- COMMENT
- COMMENT When the action type is swap, the click data is the hotbar slot to swap with (0-8).
+ COMMENT
+ COMMENT When the action type is swap, the click data is the hotbar slot to swap with (0-8).
FIELD f_ztppmhug QUICK_CRAFT Lnet/minecraft/unmapped/C_viureuve;
COMMENT Drags items between multiple slots. This is usually triggered by the player clicking and dragging between slots.
- COMMENT
- COMMENT This action happens in 3 stages. Stage 0 signals that the drag has begun, and stage 2 signals that the drag has ended. In between multiple stage 1s signal which slots were dragged on.
- COMMENT
- COMMENT The stage is packed into the click data along with the mouse button that was clicked. See {@link net.minecraft.screen.ScreenHandler#packQuickCraftData(int, int) ScreenHandler.packQuickCraftData(int, int)} for details.
+ COMMENT
+ COMMENT This action happens in 3 stages. Stage 0 signals that the drag has begun, and stage 2 signals that the drag has ended. In between multiple stage 1s signal which slots were dragged on.
+ COMMENT
+ COMMENT The stage is packed into the click data along with the mouse button that was clicked. See {@link net.minecraft.screen.ScreenHandler#packQuickCraftData(int, int) ScreenHandler.packQuickCraftData(int, int)} for details.
diff --git a/mappings/net/minecraft/server/LanServerPinger.mapping b/mappings/net/minecraft/server/LanServerPinger.mapping
index 543e2f3bdc..cff759bacf 100644
--- a/mappings/net/minecraft/server/LanServerPinger.mapping
+++ b/mappings/net/minecraft/server/LanServerPinger.mapping
@@ -1,7 +1,7 @@
CLASS net/minecraft/unmapped/C_vvcqwrwq net/minecraft/server/LanServerPinger
COMMENT Used to send UDP multicasts to notify other clients of a local game on the same network.
- COMMENT
- COMMENT These multicasts will always be sent to {@code 224.0.2.60:4445} where other clients can listen for local games.
+ COMMENT
+ COMMENT These multicasts will always be sent to {@code 224.0.2.60:4445} where other clients can listen for local games.
FIELD f_awtuzxun addressPort Ljava/lang/String;
FIELD f_bjysorfz socket Ljava/net/DatagramSocket;
FIELD f_fnkcmqbt motd Ljava/lang/String;
@@ -28,8 +28,8 @@ CLASS net/minecraft/unmapped/C_vvcqwrwq net/minecraft/server/LanServerPinger
COMMENT {@code the address of the local server.} // Such as {@code 192.146.2.1:23132}
COMMENT {@code [/AD]} // Specifies the end of the address and port of the local server.
COMMENT An example of a complete announcement:
+ COMMENT
+ COMMENT An example of a complete announcement:
COMMENT {@code [MOTD]A Player's Server[/MOTD][AD]192.168.0.33[/AD]}
ARG 0 motd
COMMENT the message of the day
diff --git a/mappings/net/minecraft/server/MinecraftServer.mapping b/mappings/net/minecraft/server/MinecraftServer.mapping
index 0473ead7ef..7cf790deb9 100644
--- a/mappings/net/minecraft/server/MinecraftServer.mapping
+++ b/mappings/net/minecraft/server/MinecraftServer.mapping
@@ -1,15 +1,15 @@
CLASS net/minecraft/server/MinecraftServer net/minecraft/server/MinecraftServer
COMMENT Represents a logical Minecraft server.
- COMMENT
- COMMENT Since Minecraft uses a Client-Server architecture for the game, the server processes all logical game functions.
+ COMMENT
+ COMMENT Since Minecraft uses a Client-Server architecture for the game, the server processes all logical game functions.
COMMENT A few of the actions a Minecraft server will handle includes processing player actions, handling damage to entities, advancing the world time and executing commands.
- COMMENT
- COMMENT There are two primary implementations for a Minecraft server: a dedicated and an integrated server.
- COMMENT
- COMMENT A dedicated server is a Minecraft server not attached to a Minecraft game client and may be run remotely from any connected players.
+ COMMENT
+ COMMENT There are two primary implementations for a Minecraft server: a dedicated and an integrated server.
+ COMMENT
+ COMMENT A dedicated server is a Minecraft server not attached to a Minecraft game client and may be run remotely from any connected players.
COMMENT A dedicated server has a few exclusive features such as a whitelist/blacklist, remote rcon connections, and a terminal to input commands.
- COMMENT
- COMMENT An integrated server is functionally equivalent to a dedicated server except that is hosted by a Minecraft game client and is typically used in a single player world.
+ COMMENT
+ COMMENT An integrated server is functionally equivalent to a dedicated server except that is hosted by a Minecraft game client and is typically used in a single player world.
COMMENT An integrated server differs from a dedicated server by allowing connections within the local area network (LAN) and the host client.
COMMENT Generally, you will always want to treat connection to an integrated server like you would to a dedicated server since the concept of an integrated server is an implementation detail in Minecraft.
COMMENT
@@ -154,8 +154,8 @@ CLASS net/minecraft/server/MinecraftServer net/minecraft/server/MinecraftServer
METHOD m_frhyuydj setOnlineMode (Z)V
COMMENT Sets whether this server is in the online mode, or whether it
COMMENT authenticates connecting players with the Minecraft Session Service.
- COMMENT
- COMMENT This is called by individual server implementations on their setup.
+ COMMENT
+ COMMENT This is called by individual server implementations on their setup.
COMMENT
COMMENT @see #isOnlineMode()
ARG 1 onlineMode
@@ -418,8 +418,8 @@ CLASS net/minecraft/server/MinecraftServer net/minecraft/server/MinecraftServer
ARG 2 dumpConsumer
METHOD m_xpcjqhdz isDedicated ()Z
COMMENT Checks whether this server is a dedicated server.
- COMMENT
- COMMENT A dedicated server refers to a Minecraft server implementation which is detached from a parent Minecraft client process.
+ COMMENT
+ COMMENT A dedicated server refers to a Minecraft server implementation which is detached from a parent Minecraft client process.
COMMENT A dedicated Minecraft server only accepts remote connections.
METHOD m_xpcspnzz (Ljava/util/Collection;Lnet/minecraft/server/MinecraftServer$C_eaujwdwn;)V
ARG 2 resourceManager
diff --git a/mappings/net/minecraft/server/dedicated/AbstractPropertiesHandler.mapping b/mappings/net/minecraft/server/dedicated/AbstractPropertiesHandler.mapping
index dea22996e7..e68d1f8b48 100644
--- a/mappings/net/minecraft/server/dedicated/AbstractPropertiesHandler.mapping
+++ b/mappings/net/minecraft/server/dedicated/AbstractPropertiesHandler.mapping
@@ -93,8 +93,8 @@ CLASS net/minecraft/unmapped/C_hataibgy net/minecraft/server/dedicated/AbstractP
METHOD m_iyhxroqs set (Lnet/minecraft/unmapped/C_wqxmvzdq;Ljava/lang/Object;)Lnet/minecraft/unmapped/C_hataibgy;
COMMENT Returns a new property handler with another map of property in which
COMMENT the property handled by this accessor is updated.
- COMMENT
- COMMENT This method does not mutate the original property where this accessor
+ COMMENT
+ COMMENT This method does not mutate the original property where this accessor
COMMENT is from.
ARG 1 registryManager
ARG 2 value
diff --git a/mappings/net/minecraft/server/dedicated/ServerMBean.mapping b/mappings/net/minecraft/server/dedicated/ServerMBean.mapping
index 1d4cc3bb1b..1517a2a3f8 100644
--- a/mappings/net/minecraft/server/dedicated/ServerMBean.mapping
+++ b/mappings/net/minecraft/server/dedicated/ServerMBean.mapping
@@ -1,7 +1,7 @@
CLASS net/minecraft/unmapped/C_cxdajhmv net/minecraft/server/dedicated/ServerMBean
COMMENT A dynamic management object for a Minecraft Server.
- COMMENT
- COMMENT It exposes the average tick time and the historical tick times of the
+ COMMENT
+ COMMENT It exposes the average tick time and the historical tick times of the
COMMENT Minecraft Server.
COMMENT
COMMENT @see javax.management.DynamicMBean
diff --git a/mappings/net/minecraft/server/function/CommandFunction.mapping b/mappings/net/minecraft/server/function/CommandFunction.mapping
index f1f0c5efa1..d762102072 100644
--- a/mappings/net/minecraft/server/function/CommandFunction.mapping
+++ b/mappings/net/minecraft/server/function/CommandFunction.mapping
@@ -8,8 +8,8 @@ CLASS net/minecraft/unmapped/C_soipoenw net/minecraft/server/function/CommandFun
METHOD m_jootnpzi getId ()Lnet/minecraft/unmapped/C_ncpywfca;
METHOD m_olmsbxlb create (Lnet/minecraft/unmapped/C_ncpywfca;Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/unmapped/C_pennblrk;Ljava/util/List;)Lnet/minecraft/unmapped/C_soipoenw;
COMMENT Parses a function in the context of {@code source}.
- COMMENT
- COMMENT Any syntax errors, such as improper comment lines or unknown commands, will be thrown at this point.
+ COMMENT
+ COMMENT Any syntax errors, such as improper comment lines or unknown commands, will be thrown at this point.
ARG 0 id
ARG 1 dispatcher
ARG 2 source
@@ -35,8 +35,8 @@ CLASS net/minecraft/unmapped/C_soipoenw net/minecraft/server/function/CommandFun
ARG 2 source
CLASS C_rkagstji LazyContainer
COMMENT A lazy reference to another command function that may or may not exist.
- COMMENT
- COMMENT Notice that such an instance does not refresh upon reloads and may become
+ COMMENT
+ COMMENT Notice that such an instance does not refresh upon reloads and may become
COMMENT invalid.
FIELD f_aaccfiev initialized Z
FIELD f_ktpnabez function Ljava/util/Optional;
diff --git a/mappings/net/minecraft/server/function/CommandFunctionManager.mapping b/mappings/net/minecraft/server/function/CommandFunctionManager.mapping
index 6638111ea2..c8ca226894 100644
--- a/mappings/net/minecraft/server/function/CommandFunctionManager.mapping
+++ b/mappings/net/minecraft/server/function/CommandFunctionManager.mapping
@@ -32,8 +32,8 @@ CLASS net/minecraft/unmapped/C_nbwcoknw net/minecraft/server/function/CommandFun
COMMENT {@return the command source to execute scheduled functions} Scheduled functions
COMMENT are those from the {@code /schedule} command and those from the {@code
COMMENT minecraft:tick} tag.
- COMMENT
- COMMENT This command source {@linkplain ServerCommandSource#hasPermissionLevel(int)
+ COMMENT
+ COMMENT This command source {@linkplain ServerCommandSource#hasPermissionLevel(int)
COMMENT has permission level 2} and is {@linkplain ServerCommandSource#withSilent()
COMMENT silent} compared to the server's {@linkplain MinecraftServer#getCommandSource()
COMMENT command source}.
@@ -44,12 +44,12 @@ CLASS net/minecraft/unmapped/C_nbwcoknw net/minecraft/server/function/CommandFun
METHOD m_kchskzih tick ()V
METHOD m_lpxmuptl execute (Lnet/minecraft/unmapped/C_soipoenw;Lnet/minecraft/unmapped/C_pennblrk;Lnet/minecraft/unmapped/C_nbwcoknw$C_ihdownls;)I
COMMENT Executes a function. This may have two cases: new or recursive.
- COMMENT
- COMMENT In a new execution, the {@link #execution execution == null}, and a custom
+ COMMENT
+ COMMENT In a new execution, the {@link #execution execution == null}, and a custom
COMMENT {@code tracer} can be specified. The return value indicates the number of
COMMENT commands and nested functions ran.
- COMMENT
- COMMENT In a recursive execution, {@link #execution execution != null}. It is
+ COMMENT
+ COMMENT In a recursive execution, {@link #execution execution != null}. It is
COMMENT required that {@code tracer == null}, or the execution reports an error and is
COMMENT skipped. The return value is {@code 0}.
COMMENT
@@ -68,8 +68,8 @@ CLASS net/minecraft/unmapped/C_nbwcoknw net/minecraft/server/function/CommandFun
ARG 2 label
METHOD m_stviknmp execute (Lnet/minecraft/unmapped/C_soipoenw;Lnet/minecraft/unmapped/C_pennblrk;)I
COMMENT Executes a function.
- COMMENT
- COMMENT This is same as calling {@link #execute(CommandFunction, ServerCommandSource,
+ COMMENT
+ COMMENT This is same as calling {@link #execute(CommandFunction, ServerCommandSource,
COMMENT Tracer) execute(function, source, null)}.
COMMENT
COMMENT @return the command output value
@@ -135,8 +135,8 @@ CLASS net/minecraft/unmapped/C_nbwcoknw net/minecraft/server/function/CommandFun
METHOD m_pjvwrxbj recursiveRun (Lnet/minecraft/unmapped/C_soipoenw;Lnet/minecraft/unmapped/C_pennblrk;)V
COMMENT Handles a recursive case in {@link CommandFunctionManager#execute(CommandFunction,
COMMENT ServerCommandSource, CommandFunctionManager.Tracer)}.
- COMMENT
- COMMENT This effectively swaps an entry with a command element with {@code /function}
+ COMMENT
+ COMMENT This effectively swaps an entry with a command element with {@code /function}
COMMENT command at the head of the deque with another entry with a function element
COMMENT containing the actual command elemenets referenced in that function.
ARG 1 function
diff --git a/mappings/net/minecraft/server/function/FunctionLoader.mapping b/mappings/net/minecraft/server/function/FunctionLoader.mapping
index 372f85d427..95ea3ec057 100644
--- a/mappings/net/minecraft/server/function/FunctionLoader.mapping
+++ b/mappings/net/minecraft/server/function/FunctionLoader.mapping
@@ -2,12 +2,12 @@ CLASS net/minecraft/unmapped/C_coevuhwv net/minecraft/server/function/FunctionLo
COMMENT The function loader holds the functions and function tags for a {@link
COMMENT CommandFunctionManager} to use. In the reloads, it loads the tags in one
COMMENT completable future and each function in a completable future for all functions.
- COMMENT
- COMMENT The functions are stored in {@code .mcfunction} files; each line is one
+ COMMENT
+ COMMENT The functions are stored in {@code .mcfunction} files; each line is one
COMMENT Minecraft command, with blank lines and contents starting with a trailing hash
COMMENT {@code #} sign ignored.
- COMMENT
- COMMENT The function tags are ordered, unlike other tags. Each function's order in
+ COMMENT
+ COMMENT The function tags are ordered, unlike other tags. Each function's order in
COMMENT the collection of functions from the tag is determined by the order it is listed
COMMENT in the JSON files; if it appears multiple times through tag nesting, only its
COMMENT first appearance will be considered.
diff --git a/mappings/net/minecraft/server/network/LocalServerHandshakeNetworkHandler.mapping b/mappings/net/minecraft/server/network/LocalServerHandshakeNetworkHandler.mapping
index 22e65b2550..8cb08688bf 100644
--- a/mappings/net/minecraft/server/network/LocalServerHandshakeNetworkHandler.mapping
+++ b/mappings/net/minecraft/server/network/LocalServerHandshakeNetworkHandler.mapping
@@ -1,8 +1,8 @@
CLASS net/minecraft/unmapped/C_lvasmajl net/minecraft/server/network/LocalServerHandshakeNetworkHandler
COMMENT A server handshake network handler that exclusively handles local
COMMENT connections.
- COMMENT
- COMMENT A local connection is one between a Minecraft client and the
+ COMMENT
+ COMMENT A local connection is one between a Minecraft client and the
COMMENT Integrated Server it is running.
COMMENT
COMMENT @see net.minecraft.server.ServerNetworkIo#bindLocal()
diff --git a/mappings/net/minecraft/server/network/ServerLoginNetworkHandler.mapping b/mappings/net/minecraft/server/network/ServerLoginNetworkHandler.mapping
index 390ad0267f..335f72cc0e 100644
--- a/mappings/net/minecraft/server/network/ServerLoginNetworkHandler.mapping
+++ b/mappings/net/minecraft/server/network/ServerLoginNetworkHandler.mapping
@@ -1,7 +1,7 @@
CLASS net/minecraft/unmapped/C_rktsiyfy net/minecraft/server/network/ServerLoginNetworkHandler
COMMENT The server login network handler.
- COMMENT
- COMMENT It listens to packets on the netty event loop and is ticked on the
+ COMMENT
+ COMMENT It listens to packets on the netty event loop and is ticked on the
COMMENT server thread simultaneously.
COMMENT
COMMENT @implSpec The vanilla implementation is created by a handshake network
@@ -22,8 +22,8 @@ CLASS net/minecraft/unmapped/C_rktsiyfy net/minecraft/server/network/ServerLogin
FIELD f_kuxzahap delayedPlayer Lnet/minecraft/unmapped/C_mxrobsgg;
COMMENT The delayed player, waiting to join the server once the existing player
COMMENT with the same UUID is gone.
- COMMENT
- COMMENT This will only be non-{@code null} if the state is delay-accept, and is reset
+ COMMENT
+ COMMENT This will only be non-{@code null} if the state is delay-accept, and is reset
COMMENT to {@code null} once the player is accepted.
FIELD f_qcawoghx TIMEOUT_TICKS I
FIELD f_qqucyfys profile Lcom/mojang/authlib/GameProfile;
@@ -44,8 +44,8 @@ CLASS net/minecraft/unmapped/C_rktsiyfy net/minecraft/server/network/ServerLogin
METHOD m_roysjhxy getConnectionInfo ()Ljava/lang/String;
METHOD m_thahtwjt acceptPlayer ()V
COMMENT Creates the player to be added to the server and adds it to the server.
- COMMENT
- COMMENT If a player with the same UUID is in the world, it will create the
+ COMMENT
+ COMMENT If a player with the same UUID is in the world, it will create the
COMMENT player and transition to the delay accept state.
COMMENT
COMMENT @apiNote This method should only be called on the server thread.
diff --git a/mappings/net/minecraft/server/network/ServerPlayNetworkHandler.mapping b/mappings/net/minecraft/server/network/ServerPlayNetworkHandler.mapping
index c4241c1304..78c18ee6a8 100644
--- a/mappings/net/minecraft/server/network/ServerPlayNetworkHandler.mapping
+++ b/mappings/net/minecraft/server/network/ServerPlayNetworkHandler.mapping
@@ -122,8 +122,8 @@ CLASS net/minecraft/unmapped/C_hwbabymg net/minecraft/server/network/ServerPlayN
ARG 0 d
METHOD m_tklkmeyc canPlace (Lnet/minecraft/unmapped/C_mxrobsgg;Lnet/minecraft/unmapped/C_sddaxwyk;)Z
COMMENT Checks if a player can place a block or fluid from a bucket.
- COMMENT
- COMMENT For this to return true, the player must not be actively cooling down.
+ COMMENT
+ COMMENT For this to return true, the player must not be actively cooling down.
ARG 0 player
ARG 1 stack
METHOD m_uitjipjd isHost ()Z
diff --git a/mappings/net/minecraft/server/network/ServerPlayerEntity.mapping b/mappings/net/minecraft/server/network/ServerPlayerEntity.mapping
index 3cfe64cd25..fb283c1682 100644
--- a/mappings/net/minecraft/server/network/ServerPlayerEntity.mapping
+++ b/mappings/net/minecraft/server/network/ServerPlayerEntity.mapping
@@ -66,8 +66,8 @@ CLASS net/minecraft/unmapped/C_mxrobsgg net/minecraft/server/network/ServerPlaye
METHOD m_ayjhwfdn getAdvancementTracker ()Lnet/minecraft/unmapped/C_hyeqtgvx;
METHOD m_bapgikfh getServerGameMode (Lnet/minecraft/unmapped/C_lghcpyvl;)Lnet/minecraft/unmapped/C_lghcpyvl;
COMMENT Returns the server game mode the player should be set to, namely the forced game mode.
- COMMENT
- COMMENT If the forced game mode is not set, returns the {@code backupGameMode} if not {@code null},
+ COMMENT
+ COMMENT If the forced game mode is not set, returns the {@code backupGameMode} if not {@code null},
COMMENT or the server's default game mode otherwise.
COMMENT
COMMENT @see MinecraftServer#getForcedGameMode
@@ -119,8 +119,8 @@ CLASS net/minecraft/unmapped/C_mxrobsgg net/minecraft/server/network/ServerPlaye
METHOD m_hkfogoxu getWatchedSection ()Lnet/minecraft/unmapped/C_zubvmeye;
COMMENT Returns the chunk section position the player's client is currently watching
COMMENT from. This may differ from the chunk section the player is currently in.
- COMMENT
- COMMENT This is only for chunk loading (watching) purpose. This is updated together
+ COMMENT
+ COMMENT This is only for chunk loading (watching) purpose. This is updated together
COMMENT with entity tracking, but they are separate mechanisms.
COMMENT
COMMENT @see #watchedSection
diff --git a/mappings/net/minecraft/server/world/ServerChunkManager.mapping b/mappings/net/minecraft/server/world/ServerChunkManager.mapping
index 7cff927d38..8f59ba51a7 100644
--- a/mappings/net/minecraft/server/world/ServerChunkManager.mapping
+++ b/mappings/net/minecraft/server/world/ServerChunkManager.mapping
@@ -69,8 +69,8 @@ CLASS net/minecraft/unmapped/C_ebcmvjwj net/minecraft/server/world/ServerChunkMa
METHOD m_oxbkyszn updatePosition (Lnet/minecraft/unmapped/C_mxrobsgg;)V
COMMENT Updates the chunk section position of the {@code player}. This can either be a
COMMENT result of the player's movement or its camera entity's movement.
- COMMENT
- COMMENT This updates the section position player's client is currently watching and
+ COMMENT
+ COMMENT This updates the section position player's client is currently watching and
COMMENT the player's position in its entity tracker.
ARG 1 player
METHOD m_pcqpeovk getSpawnInfo ()Lnet/minecraft/unmapped/C_rvfygodd$C_tsgfqxij;
@@ -84,16 +84,16 @@ CLASS net/minecraft/unmapped/C_ebcmvjwj net/minecraft/server/world/ServerChunkMa
METHOD m_tklvdsiw removePersistentTickets ()V
METHOD m_txwjwdvi removeTicket (Lnet/minecraft/unmapped/C_cuxhrvln;Lnet/minecraft/unmapped/C_ynrszrtu;ILjava/lang/Object;)V
COMMENT Removes a chunk ticket from the ticket manager.
- COMMENT
- COMMENT Removal of a ticket may unload chunk(s) at some point in the future depending on the loading levels in the ticket's vicinity after removal.
+ COMMENT
+ COMMENT Removal of a ticket may unload chunk(s) at some point in the future depending on the loading levels in the ticket's vicinity after removal.
ARG 1 ticketType
ARG 2 pos
ARG 3 radius
ARG 4 argument
METHOD m_udxevgvw addTicket (Lnet/minecraft/unmapped/C_cuxhrvln;Lnet/minecraft/unmapped/C_ynrszrtu;ILjava/lang/Object;)V
COMMENT Adds a chunk ticket to the ticket manager.
- COMMENT
- COMMENT Addition of a ticket may load chunk(s) at some point in the future depending on the loading level in the ticket's vicinity.
+ COMMENT
+ COMMENT Addition of a ticket may load chunk(s) at some point in the future depending on the loading level in the ticket's vicinity.
ARG 1 ticketType
ARG 2 pos
ARG 3 radius
diff --git a/mappings/net/minecraft/server/world/ServerEntityManager.mapping b/mappings/net/minecraft/server/world/ServerEntityManager.mapping
index 29fdf8af99..07d4b50539 100644
--- a/mappings/net/minecraft/server/world/ServerEntityManager.mapping
+++ b/mappings/net/minecraft/server/world/ServerEntityManager.mapping
@@ -34,8 +34,8 @@ CLASS net/minecraft/unmapped/C_jdbhctxz net/minecraft/server/world/ServerEntityM
METHOD m_hstguevf trySave (JLjava/util/function/Consumer;)Z
COMMENT Tries to save entities in a chunk and performs an {@code action} on each
COMMENT saved entity if successful.
- COMMENT
- COMMENT If a chunk is {@link Status#FRESH} or {@link Status#PENDING}, it
+ COMMENT
+ COMMENT If a chunk is {@link Status#FRESH} or {@link Status#PENDING}, it
COMMENT cannot be saved.
COMMENT
COMMENT @return whether the saving is successful
diff --git a/mappings/net/minecraft/server/world/SleepManager.mapping b/mappings/net/minecraft/server/world/SleepManager.mapping
index 8a21056d22..573ed111fb 100644
--- a/mappings/net/minecraft/server/world/SleepManager.mapping
+++ b/mappings/net/minecraft/server/world/SleepManager.mapping
@@ -16,8 +16,8 @@ CLASS net/minecraft/unmapped/C_pkqtxbsb net/minecraft/server/world/SleepManager
COMMENT the list of all players in a server world
METHOD m_jhzvwsgb canResetTime (ILjava/util/List;)Z
COMMENT Returns if the night can actually be skipped at the tick this is called.
- COMMENT
- COMMENT This is usually tested after {@linkplain #canSkipNight(int) canSkipNight},
+ COMMENT
+ COMMENT This is usually tested after {@linkplain #canSkipNight(int) canSkipNight},
COMMENT which is less performance intensive to check.
ARG 1 percentage
COMMENT the percentage of players required, as obtained from the game rule
@@ -33,8 +33,8 @@ CLASS net/minecraft/unmapped/C_pkqtxbsb net/minecraft/server/world/SleepManager
METHOD m_vylgewgu canSkipNight (I)Z
COMMENT Returns if the number of sleeping players has reached a {@code percentage}
COMMENT out of all players.
- COMMENT
- COMMENT This allows initiating the night sleeping process,
+ COMMENT
+ COMMENT This allows initiating the night sleeping process,
COMMENT but still needs players to have slept long enough (checked in {@linkplain
COMMENT #canResetTime(int, List) canResetTime}) to actually skip the night.
ARG 1 percentage
diff --git a/mappings/net/minecraft/server/world/ThreadedChunkManager.mapping b/mappings/net/minecraft/server/world/ThreadedChunkManager.mapping
index 3dcfa1bb6d..691fbf4230 100644
--- a/mappings/net/minecraft/server/world/ThreadedChunkManager.mapping
+++ b/mappings/net/minecraft/server/world/ThreadedChunkManager.mapping
@@ -77,8 +77,8 @@ CLASS net/minecraft/unmapped/C_gxrpzacc net/minecraft/server/world/ThreadedChunk
ARG 0 element
METHOD m_gknwalsf tickEntityMovement ()V
COMMENT Ticks and updates the tracked status of each tracker.
- COMMENT
- COMMENT This first checks if entities have changed chunk sections, and updates
+ COMMENT
+ COMMENT This first checks if entities have changed chunk sections, and updates
COMMENT tracking status of those entities to all players. It then checks if any player
COMMENT has changed chunk sections, and updates all entities tracking status to those
COMMENT players. This ensures all possible updates are accounted for.
@@ -200,8 +200,8 @@ CLASS net/minecraft/unmapped/C_gxrpzacc net/minecraft/server/world/ThreadedChunk
ARG 1 o
METHOD m_fkuwftaz updateTrackedStatus (Lnet/minecraft/unmapped/C_mxrobsgg;)V
COMMENT Updates the tracked status of this tracker's entity for the {@code player}.
- COMMENT
- COMMENT If this tracker should be listened by the player, the player's tracking
+ COMMENT
+ COMMENT If this tracker should be listened by the player, the player's tracking
COMMENT listener is added if it is not in the listeners; if this tracker should not be
COMMENT listened by the player, the player's tracking listener is removed if it is in
COMMENT the listeners.
diff --git a/mappings/net/minecraft/sound/BiomeMoodSound.mapping b/mappings/net/minecraft/sound/BiomeMoodSound.mapping
index cda4f0837c..16a9761809 100644
--- a/mappings/net/minecraft/sound/BiomeMoodSound.mapping
+++ b/mappings/net/minecraft/sound/BiomeMoodSound.mapping
@@ -8,8 +8,8 @@ CLASS net/minecraft/unmapped/C_pywtusyz net/minecraft/sound/BiomeMoodSound
METHOD m_fulseots getExtraDistance ()D
COMMENT Returns the extra distance of the sound from the player when the sound
COMMENT plays from the mood position.
- COMMENT
- COMMENT The sound is actually played at a position along the line on the
+ COMMENT
+ COMMENT The sound is actually played at a position along the line on the
COMMENT three-dimensional vector from the player to the chosen mood position that
COMMENT is this distance to the mood position and this distance farther from the
COMMENT player.
diff --git a/mappings/net/minecraft/state/property/BooleanProperty.mapping b/mappings/net/minecraft/state/property/BooleanProperty.mapping
index 841e760109..ee8d8e8400 100644
--- a/mappings/net/minecraft/state/property/BooleanProperty.mapping
+++ b/mappings/net/minecraft/state/property/BooleanProperty.mapping
@@ -1,7 +1,7 @@
CLASS net/minecraft/unmapped/C_xhwijdsd net/minecraft/state/property/BooleanProperty
COMMENT Represents a property that has boolean values.
- COMMENT
- COMMENT See {@link net.minecraft.state.property.Properties} for example
+ COMMENT
+ COMMENT See {@link net.minecraft.state.property.Properties} for example
COMMENT usages.
FIELD f_nedswsmf values Lcom/google/common/collect/ImmutableSet;
METHOD See {@link net.minecraft.state.property.Properties} for example
+ COMMENT
+ COMMENT See {@link net.minecraft.state.property.Properties} for example
COMMENT usages.
METHOD See {@link net.minecraft.state.property.Properties} for example
+ COMMENT
+ COMMENT See {@link net.minecraft.state.property.Properties} for example
COMMENT usages.
FIELD f_ojizbret values Lcom/google/common/collect/ImmutableSet;
FIELD f_tuljvjpy byName Ljava/util/Map;
@@ -23,8 +23,8 @@ CLASS net/minecraft/unmapped/C_cgckxfsw net/minecraft/state/property/EnumPropert
ARG 3 values
METHOD m_bwnxhtoo of (Ljava/lang/String;Ljava/lang/Class;[Ljava/lang/Enum;)Lnet/minecraft/unmapped/C_cgckxfsw;
COMMENT Creates an enum property with the given values.
- COMMENT
- COMMENT See notes on the enum class.
+ COMMENT
+ COMMENT See notes on the enum class.
COMMENT
COMMENT @throws IllegalArgumentException if multiple values have the same name
COMMENT
@@ -38,8 +38,8 @@ CLASS net/minecraft/unmapped/C_cgckxfsw net/minecraft/state/property/EnumPropert
COMMENT the values the property contains; required to have 2 or more values
METHOD m_iruebiqb of (Ljava/lang/String;Ljava/lang/Class;Ljava/util/function/Predicate;)Lnet/minecraft/unmapped/C_cgckxfsw;
COMMENT Creates an enum property with the values allowed by the given filter.
- COMMENT
- COMMENT See notes on the enum class.
+ COMMENT
+ COMMENT See notes on the enum class.
COMMENT
COMMENT @throws IllegalArgumentException if multiple values have the same name
COMMENT
@@ -54,8 +54,8 @@ CLASS net/minecraft/unmapped/C_cgckxfsw net/minecraft/state/property/EnumPropert
COMMENT or more values
METHOD m_kyopntfc of (Ljava/lang/String;Ljava/lang/Class;)Lnet/minecraft/unmapped/C_cgckxfsw;
COMMENT Creates an enum property with all values of the given enum class.
- COMMENT
- COMMENT See notes on the enum class.
+ COMMENT
+ COMMENT See notes on the enum class.
COMMENT
COMMENT @throws IllegalArgumentException if multiple values have the same name
ARG 0 name
@@ -65,8 +65,8 @@ CLASS net/minecraft/unmapped/C_cgckxfsw net/minecraft/state/property/EnumPropert
COMMENT the type of the values the property contains
METHOD m_tftrudtv of (Ljava/lang/String;Ljava/lang/Class;Ljava/util/Collection;)Lnet/minecraft/unmapped/C_cgckxfsw;
COMMENT Creates an enum property with the given values.
- COMMENT
- COMMENT See notes on the enum class.
+ COMMENT
+ COMMENT See notes on the enum class.
COMMENT
COMMENT @throws IllegalArgumentException if multiple values have the same name
COMMENT
diff --git a/mappings/net/minecraft/state/property/IntProperty.mapping b/mappings/net/minecraft/state/property/IntProperty.mapping
index 4ee4747163..f09579bc2b 100644
--- a/mappings/net/minecraft/state/property/IntProperty.mapping
+++ b/mappings/net/minecraft/state/property/IntProperty.mapping
@@ -1,7 +1,7 @@
CLASS net/minecraft/unmapped/C_vltzvhxi net/minecraft/state/property/IntProperty
COMMENT Represents a property that has integer values.
- COMMENT
- COMMENT See {@link net.minecraft.state.property.Properties} for example
+ COMMENT
+ COMMENT See {@link net.minecraft.state.property.Properties} for example
COMMENT usages.
FIELD f_cujphdef min I
FIELD f_fgpddehh max I
@@ -12,8 +12,8 @@ CLASS net/minecraft/unmapped/C_vltzvhxi net/minecraft/state/property/IntProperty
ARG 3 max
METHOD m_qslsvmyb of (Ljava/lang/String;II)Lnet/minecraft/unmapped/C_vltzvhxi;
COMMENT Creates an integer property.
- COMMENT
- COMMENT Note that this method computes all possible values.
+ COMMENT
+ COMMENT Note that this method computes all possible values.
COMMENT
COMMENT @throws IllegalArgumentException if {@code 0 <= min < max} is not
COMMENT satisfied
diff --git a/mappings/net/minecraft/state/property/Properties.mapping b/mappings/net/minecraft/state/property/Properties.mapping
index a75e98d7a6..0b9d994c91 100644
--- a/mappings/net/minecraft/state/property/Properties.mapping
+++ b/mappings/net/minecraft/state/property/Properties.mapping
@@ -16,8 +16,8 @@ CLASS net/minecraft/unmapped/C_fvhzmori net/minecraft/state/property/Properties
COMMENT A property that specifies the delay a repeater will apply.
FIELD f_bvtsjqqx HORIZONTAL_FACING Lnet/minecraft/unmapped/C_tcujuvjb;
COMMENT A property that specifies the direction a block is facing.
- COMMENT
- COMMENT This property only allows a block to face in one of the cardinal directions (north, south, east and west).
+ COMMENT
+ COMMENT This property only allows a block to face in one of the cardinal directions (north, south, east and west).
FIELD f_bwrhedys BLOOM Lnet/minecraft/unmapped/C_xhwijdsd;
FIELD f_bzcquieo AGE_7 Lnet/minecraft/unmapped/C_vltzvhxi;
COMMENT A property that specifies the age of a block on a scale of 0 to 7.
@@ -25,8 +25,8 @@ CLASS net/minecraft/unmapped/C_fvhzmori net/minecraft/state/property/Properties
FIELD f_cjwjdjtf SLOT_4_OCCUPIED Lnet/minecraft/unmapped/C_xhwijdsd;
FIELD f_conovmjj PERSISTENT Lnet/minecraft/unmapped/C_xhwijdsd;
COMMENT A property that specifies if a block is persistent.
- COMMENT
- COMMENT In vanilla, this is used to specify whether leaves should disappear when the logs are removed.
+ COMMENT
+ COMMENT In vanilla, this is used to specify whether leaves should disappear when the logs are removed.
FIELD f_dccgrmht EAST_WIRE_CONNECTION Lnet/minecraft/unmapped/C_cgckxfsw;
COMMENT A property that specifies how redstone wire attaches to the east.
FIELD f_dstodryn MOISTURE Lnet/minecraft/unmapped/C_vltzvhxi;
@@ -75,16 +75,16 @@ CLASS net/minecraft/unmapped/C_fvhzmori net/minecraft/state/property/Properties
FIELD f_ignbvjdw DISTANCE_1_7_MAX I
FIELD f_ikhxalyw HORIZONTAL_AXIS Lnet/minecraft/unmapped/C_cgckxfsw;
COMMENT A property that specifies the axis a block is oriented to.
- COMMENT
- COMMENT This property only allows a block to be oriented to the X and Z axes.
+ COMMENT
+ COMMENT This property only allows a block to be oriented to the X and Z axes.
FIELD f_imgohamy CONDITIONAL Lnet/minecraft/unmapped/C_xhwijdsd;
COMMENT A property that specifies if a command block is conditional.
FIELD f_isbzjgbg EXTENDED Lnet/minecraft/unmapped/C_xhwijdsd;
COMMENT A property that specifies if a piston is extended.
FIELD f_iwxevyrx HOPPER_FACING Lnet/minecraft/unmapped/C_tcujuvjb;
COMMENT A property that specifies the direction a hopper's output faces.
- COMMENT
- COMMENT This property does not allow the hopper's output to face upwards.
+ COMMENT
+ COMMENT This property does not allow the hopper's output to face upwards.
FIELD f_jmxggylr AGE_5 Lnet/minecraft/unmapped/C_vltzvhxi;
COMMENT A property that specifies the age of a block on a scale of 0 to 5.
FIELD f_jsmkxhpt LEVEL_15_MAX I
@@ -110,8 +110,8 @@ CLASS net/minecraft/unmapped/C_fvhzmori net/minecraft/state/property/Properties
COMMENT A property that specifies how a wall extends from the center post to the east.
FIELD f_mdkbidiq SIGNAL_FIRE Lnet/minecraft/unmapped/C_xhwijdsd;
COMMENT A property that specifies if a campfire's smoke should be taller.
- COMMENT
- COMMENT This occurs when a hay bale is placed under the campfire.
+ COMMENT
+ COMMENT This occurs when a hay bale is placed under the campfire.
FIELD f_mibzgdzs ATTACHMENT Lnet/minecraft/unmapped/C_cgckxfsw;
COMMENT A property that specifies how a bell is attached to a block.
FIELD f_mlquxlqf STRUCTURE_BLOCK_MODE Lnet/minecraft/unmapped/C_cgckxfsw;
@@ -120,8 +120,8 @@ CLASS net/minecraft/unmapped/C_fvhzmori net/minecraft/state/property/Properties
COMMENT A property that specifies the orientation of a jigsaw.
FIELD f_mwmqlrur IN_WALL Lnet/minecraft/unmapped/C_xhwijdsd;
COMMENT A property that specifies if a fence gate is attached to a wall.
- COMMENT
- COMMENT This lowers the fence gate by 3 pixels to attach more cleanly to a wall.
+ COMMENT
+ COMMENT This lowers the fence gate by 3 pixels to attach more cleanly to a wall.
FIELD f_ngejlbbr BITES Lnet/minecraft/unmapped/C_vltzvhxi;
COMMENT A property that specifies the bites taken out of a cake.
FIELD f_ngxzbukh AGE_5_MAX I
@@ -129,17 +129,17 @@ CLASS net/minecraft/unmapped/C_fvhzmori net/minecraft/state/property/Properties
COMMENT A property that specifies the pitch of a note block.
FIELD f_nmbrqzun AGE_2_MAX I
FIELD f_nsrkvmac UNSTABLE Lnet/minecraft/unmapped/C_xhwijdsd;
- COMMENT A property that specifies if TNT is unstable.
- COMMENT
- COMMENT In vanilla, if TNT is unstable, it will ignite when broken.
+ COMMENT A property that specifies if TNT is unstable.
+ COMMENT
+ COMMENT In vanilla, if TNT is unstable, it will ignite when broken.
FIELD f_ntocvslm NORTH Lnet/minecraft/unmapped/C_xhwijdsd;
COMMENT A property that specifies if this block is connected to another block from the north.
FIELD f_nukmetwo SOUTH_WALL_SHAPE Lnet/minecraft/unmapped/C_cgckxfsw;
COMMENT A property that specifies how a wall extends from the center post to the south.
FIELD f_oanlunvg ROTATION Lnet/minecraft/unmapped/C_vltzvhxi;
COMMENT A property that specifies the rotation of a block on a 0 to 15 scale.
- COMMENT
- COMMENT Each rotation is 22.5 degrees.
+ COMMENT
+ COMMENT Each rotation is 22.5 degrees.
FIELD f_ochmdeqv LOCKED Lnet/minecraft/unmapped/C_xhwijdsd;
COMMENT A property that specifies if a repeater is locked.
FIELD f_ojvzmkmt DISTANCE_0_7 Lnet/minecraft/unmapped/C_vltzvhxi;
@@ -181,8 +181,8 @@ CLASS net/minecraft/unmapped/C_fvhzmori net/minecraft/state/property/Properties
COMMENT A property that specifies the type of wall a block is attached to.
FIELD f_vdzlqbrh OPEN Lnet/minecraft/unmapped/C_xhwijdsd;
COMMENT A property that specifies if a block is open.
- COMMENT
- COMMENT This property is normally used for doors, trapdoors and fence gates but is also used by barrels.
+ COMMENT
+ COMMENT This property is normally used for doors, trapdoors and fence gates but is also used by barrels.
FIELD f_vjxumniw BOTTOM Lnet/minecraft/unmapped/C_xhwijdsd;
COMMENT A property that specifies if a scaffolding block is bottom of a floating segment.
FIELD f_vmwiyfdz AGE_15 Lnet/minecraft/unmapped/C_vltzvhxi;
@@ -213,8 +213,8 @@ CLASS net/minecraft/unmapped/C_fvhzmori net/minecraft/state/property/Properties
FIELD f_xiczllqu CAN_SUMMON Lnet/minecraft/unmapped/C_xhwijdsd;
FIELD f_xqorscju STRAIGHT_RAIL_SHAPE Lnet/minecraft/unmapped/C_cgckxfsw;
COMMENT A property that specifies the two directions a rail connects to.
- COMMENT
- COMMENT This property does not allow for a rail to turn.
+ COMMENT
+ COMMENT This property does not allow for a rail to turn.
FIELD f_xqszuzxc DOUBLE_BLOCK_HALF Lnet/minecraft/unmapped/C_cgckxfsw;
COMMENT A property that specifies whether a double height block is the upper or lower half.
FIELD f_xsrdbiep BERRIES Lnet/minecraft/unmapped/C_xhwijdsd;
diff --git a/mappings/net/minecraft/state/property/Property.mapping b/mappings/net/minecraft/state/property/Property.mapping
index 477f7bbde2..56d6882b9a 100644
--- a/mappings/net/minecraft/state/property/Property.mapping
+++ b/mappings/net/minecraft/state/property/Property.mapping
@@ -5,8 +5,8 @@ CLASS net/minecraft/unmapped/C_vzlztuyw net/minecraft/state/property/Property
FIELD f_qeixswkv valueCodec Lcom/mojang/serialization/Codec;
FIELD f_txtahaeo name Ljava/lang/String;
COMMENT The name of this property.
- COMMENT
- COMMENT Note that the name is required to match the {@linkplain
+ COMMENT
+ COMMENT Note that the name is required to match the {@linkplain
COMMENT net.minecraft.state.StateManager#VALID_NAME_PATTERN valid name pattern}.
COMMENT Otherwise, {@link IllegalArgumentException} will be thrown during the
COMMENT {@linkplain net.minecraft.state.StateManager.Builder#validate(Property)
diff --git a/mappings/net/minecraft/test/AfterBatch.mapping b/mappings/net/minecraft/test/AfterBatch.mapping
index cd85ba1dce..65c8eea342 100644
--- a/mappings/net/minecraft/test/AfterBatch.mapping
+++ b/mappings/net/minecraft/test/AfterBatch.mapping
@@ -1,5 +1,5 @@
CLASS net/minecraft/unmapped/C_hlfpkmun net/minecraft/test/AfterBatch
COMMENT {@code AfterBatch} methods are ran once the batch specified has finished.
- COMMENT
- COMMENT {@code AfterBatch} methods must take 1 parameter of {@link net.minecraft.server.world.ServerWorld}.
+ COMMENT
+ COMMENT {@code AfterBatch} methods must take 1 parameter of {@link net.minecraft.server.world.ServerWorld}.
METHOD m_axihrbcr batchId ()Ljava/lang/String;
diff --git a/mappings/net/minecraft/test/BeforeBatch.mapping b/mappings/net/minecraft/test/BeforeBatch.mapping
index 04336f8fbc..f039c27afd 100644
--- a/mappings/net/minecraft/test/BeforeBatch.mapping
+++ b/mappings/net/minecraft/test/BeforeBatch.mapping
@@ -1,5 +1,5 @@
CLASS net/minecraft/unmapped/C_jiqpytep net/minecraft/test/BeforeBatch
COMMENT {@code BeforeBatch} methods are ran before the batch specified has started.
- COMMENT
- COMMENT {@code BeforeBatch} methods must take 1 parameter of {@link net.minecraft.server.world.ServerWorld}.
+ COMMENT
+ COMMENT {@code BeforeBatch} methods must take 1 parameter of {@link net.minecraft.server.world.ServerWorld}.
METHOD m_rkhmftxt batchId ()Ljava/lang/String;
diff --git a/mappings/net/minecraft/test/GameTest.mapping b/mappings/net/minecraft/test/GameTest.mapping
index 4c2a909f61..a0561be651 100644
--- a/mappings/net/minecraft/test/GameTest.mapping
+++ b/mappings/net/minecraft/test/GameTest.mapping
@@ -1,19 +1,19 @@
CLASS net/minecraft/unmapped/C_qanvkdqp net/minecraft/test/GameTest
COMMENT {@code GameTest} is used to tell the test framework that the annotated method is a test.
- COMMENT
- COMMENT {@code GameTest} methods must take 1 parameter of {@link net.minecraft.test.TestContext}
+ COMMENT
+ COMMENT {@code GameTest} methods must take 1 parameter of {@link net.minecraft.test.TestContext}
METHOD m_balpyuta batchId ()Ljava/lang/String;
COMMENT The id of the batch this test should belong to
METHOD m_hdcufkgx required ()Z
COMMENT Whether this test must succeed for the whole test sequence to succeed
METHOD m_hxdvfvrg structureName ()Ljava/lang/String;
COMMENT An {@link net.minecraft.util.Identifier} describing the location of the structure file to load for this test
- COMMENT
- COMMENT The actual path for the file depends on the current test framework, but usually gets resolved as {@code "
+ COMMENT The actual path for the file depends on the current test framework, but usually gets resolved as {@code " When this number is above one, the annotated test method may be called again once the previous run has completed (successfully or not), if the number of {@link #requiredSuccesses} has not been not reached.
+ COMMENT
+ COMMENT When this number is above one, the annotated test method may be called again once the previous run has completed (successfully or not), if the number of {@link #requiredSuccesses} has not been not reached.
METHOD m_nntnqpde startDelay ()J
COMMENT The number of ticks to wait between loading the structure and starting the test
METHOD m_rkpcwgbd requiredSuccesses ()I
diff --git a/mappings/net/minecraft/test/TestContext.mapping b/mappings/net/minecraft/test/TestContext.mapping
index 2faaaac020..e31416d84b 100644
--- a/mappings/net/minecraft/test/TestContext.mapping
+++ b/mappings/net/minecraft/test/TestContext.mapping
@@ -204,8 +204,8 @@ CLASS net/minecraft/unmapped/C_ncfucati net/minecraft/test/TestContext
ARG 2 pos
METHOD m_plshvnao succeedWhen (Ljava/lang/Runnable;)V
COMMENT Runs {@code assertion} once a tick until it runs without throwing an exception - signaling a success - or the tick limit gets exceeded - signaling a failure
- COMMENT
- COMMENT If the tick limit is reached, the error message will be that of the last thrown exception
+ COMMENT
+ COMMENT If the tick limit is reached, the error message will be that of the last thrown exception
ARG 1 assertion
METHOD m_pnwfnpgr onEachTick (Ljava/lang/Runnable;)V
ARG 1 task
@@ -291,8 +291,8 @@ CLASS net/minecraft/unmapped/C_ncfucati net/minecraft/test/TestContext
ARG 4 z
METHOD m_utowarsm succeedAtTickIf (ILjava/lang/Runnable;)V
COMMENT Completes the test if {@code assertion} runs without throwing an exception at the given {@code tick}, fails otherwise
- COMMENT
- COMMENT The test also fails if the assertion succeeds before the given {@code tick}
+ COMMENT
+ COMMENT The test also fails if the assertion succeeds before the given {@code tick}
ARG 1 tick
ARG 2 runnable
METHOD m_vascsfiz getAbsolutePos (Lnet/minecraft/unmapped/C_hynzadkk;)Lnet/minecraft/unmapped/C_hynzadkk;
diff --git a/mappings/net/minecraft/text/CharacterVisitor.mapping b/mappings/net/minecraft/text/CharacterVisitor.mapping
index 05609b86e0..47521771d9 100644
--- a/mappings/net/minecraft/text/CharacterVisitor.mapping
+++ b/mappings/net/minecraft/text/CharacterVisitor.mapping
@@ -2,8 +2,8 @@ CLASS net/minecraft/unmapped/C_kexvwzdm net/minecraft/text/CharacterVisitor
COMMENT A visitor for single characters in a string.
METHOD accept accept (ILnet/minecraft/unmapped/C_cpwnhism;I)Z
COMMENT Visits a single character.
- COMMENT
- COMMENT Multiple surrogate characters are converted into one single {@code
+ COMMENT
+ COMMENT Multiple surrogate characters are converted into one single {@code
COMMENT codePoint} when passed into this method.
COMMENT
COMMENT @return {@code true} to continue visiting other characters, or {@code false} to terminate the visit
diff --git a/mappings/net/minecraft/text/StringVisitable.mapping b/mappings/net/minecraft/text/StringVisitable.mapping
index 0316350f97..b1130588ed 100644
--- a/mappings/net/minecraft/text/StringVisitable.mapping
+++ b/mappings/net/minecraft/text/StringVisitable.mapping
@@ -47,8 +47,8 @@ CLASS net/minecraft/unmapped/C_xzalvetc net/minecraft/text/StringVisitable
COMMENT A visitor for string content.
METHOD accept accept (Ljava/lang/String;)Ljava/util/Optional;
COMMENT Visits a literal string.
- COMMENT
- COMMENT When a {@link Optional#isPresent() present optional} is returned,
+ COMMENT
+ COMMENT When a {@link Optional#isPresent() present optional} is returned,
COMMENT the visit is terminated before visiting all text. Can return {@link
COMMENT StringVisitable#TERMINATE_VISIT} for convenience.
COMMENT
@@ -59,12 +59,12 @@ CLASS net/minecraft/unmapped/C_xzalvetc net/minecraft/text/StringVisitable
COMMENT A visitor for string content and a contextual {@link Style}.
METHOD accept accept (Lnet/minecraft/unmapped/C_cpwnhism;Ljava/lang/String;)Ljava/util/Optional;
COMMENT Visits a string's content with a contextual style.
- COMMENT
- COMMENT A contextual style is obtained by calling {@link Style#withParent(Style)}
+ COMMENT
+ COMMENT A contextual style is obtained by calling {@link Style#withParent(Style)}
COMMENT on the current's text style, passing the previous contextual style or
COMMENT the starting style if it is the beginning of a visit.
- COMMENT
- COMMENT When a {@link Optional#isPresent() present optional} is returned,
+ COMMENT
+ COMMENT When a {@link Optional#isPresent() present optional} is returned,
COMMENT the visit is terminated before visiting all text. Can return {@link
COMMENT StringVisitable#TERMINATE_VISIT} for convenience.
COMMENT
diff --git a/mappings/net/minecraft/text/Style.mapping b/mappings/net/minecraft/text/Style.mapping
index f1dfde2c4c..af88c38242 100644
--- a/mappings/net/minecraft/text/Style.mapping
+++ b/mappings/net/minecraft/text/Style.mapping
@@ -1,8 +1,8 @@
CLASS net/minecraft/unmapped/C_cpwnhism net/minecraft/text/Style
COMMENT The style of a {@link Text}, representing cosmetic attributes. It includes
COMMENT font, formatting, click/hover events (actions), color, etc.
- COMMENT
- COMMENT A style is immutable.
+ COMMENT
+ COMMENT A style is immutable.
COMMENT
COMMENT @see Text
FIELD f_akgqrpsz color Lnet/minecraft/unmapped/C_wvsbwbil;
@@ -123,8 +123,8 @@ CLASS net/minecraft/unmapped/C_cpwnhism net/minecraft/text/Style
METHOD m_uzghvhdp withExclusiveFormatting (Lnet/minecraft/unmapped/C_tnezalvh;)Lnet/minecraft/unmapped/C_cpwnhism;
COMMENT Returns a new style with the formatting provided and some applicable
COMMENT attributes of this style.
- COMMENT
- COMMENT When a color formatting is passed for {@code formatting}, the other
+ COMMENT
+ COMMENT When a color formatting is passed for {@code formatting}, the other
COMMENT formattings, including bold, italic, strikethrough, underlined, and
COMMENT obfuscated, are all removed.
ARG 1 formatting
@@ -167,8 +167,8 @@ CLASS net/minecraft/unmapped/C_cpwnhism net/minecraft/text/Style
COMMENT an array of new formattings
METHOD m_zvemalqw getInsertion ()Ljava/lang/String;
COMMENT Returns the insertion text of the style.
- COMMENT
- COMMENT An insertion is inserted when a piece of text clicked while shift key
+ COMMENT
+ COMMENT An insertion is inserted when a piece of text clicked while shift key
COMMENT is down in the chat HUD.
CLASS C_azplftfl Builder
FIELD f_szmdllpx hasAddedElement Z
diff --git a/mappings/net/minecraft/text/TextColor.mapping b/mappings/net/minecraft/text/TextColor.mapping
index 0067386985..e9693c76ee 100644
--- a/mappings/net/minecraft/text/TextColor.mapping
+++ b/mappings/net/minecraft/text/TextColor.mapping
@@ -1,7 +1,7 @@
CLASS net/minecraft/unmapped/C_wvsbwbil net/minecraft/text/TextColor
COMMENT Represents an RGB color of a {@link Text}.
- COMMENT
- COMMENT This is immutable, and part of a {@link Style}.
+ COMMENT
+ COMMENT This is immutable, and part of a {@link Style}.
COMMENT
COMMENT @see Style
FIELD f_evthvqzi rgb I
@@ -22,8 +22,8 @@ CLASS net/minecraft/unmapped/C_wvsbwbil net/minecraft/text/TextColor
COMMENT the RGB color
METHOD m_kjqemusj getRgb ()I
COMMENT Gets the RGB value of this color.
- COMMENT
- COMMENT The red bits can be obtained by {@code (rgb >> 16) & 0xFF}, green bits
+ COMMENT
+ COMMENT The red bits can be obtained by {@code (rgb >> 16) & 0xFF}, green bits
COMMENT by {@code (rgb >> 8) & 0xFF}, blue bits by {@code rgb & 0xFF}.
METHOD m_qjqylipa getHexCode ()Ljava/lang/String;
METHOD m_uyajifuq fromFormatting (Lnet/minecraft/unmapped/C_tnezalvh;)Lnet/minecraft/unmapped/C_wvsbwbil;
diff --git a/mappings/net/minecraft/util/JsonSerializing.mapping b/mappings/net/minecraft/util/JsonSerializing.mapping
index 0f9929664f..d4bf35eac7 100644
--- a/mappings/net/minecraft/util/JsonSerializing.mapping
+++ b/mappings/net/minecraft/util/JsonSerializing.mapping
@@ -37,8 +37,8 @@ CLASS net/minecraft/unmapped/C_xaxdohtf net/minecraft/util/JsonSerializing
COMMENT A builder for serializing types to JSON that can either obtain a type from
COMMENT a registry to handle JSON conversion or handle with a custom logic bound
COMMENT to a type.
- COMMENT
- COMMENT When the root element read is an object, the built serializer obtains the type
+ COMMENT
+ COMMENT When the root element read is an object, the built serializer obtains the type
COMMENT from registry to handle reading; otherwise, it falls back to custom
COMMENT logic.
FIELD f_doyedfmw registry Lnet/minecraft/unmapped/C_tqxyjqsk;
diff --git a/mappings/net/minecraft/util/Util.mapping b/mappings/net/minecraft/util/Util.mapping
index 228e675f3f..b76a18e9f5 100644
--- a/mappings/net/minecraft/util/Util.mapping
+++ b/mappings/net/minecraft/util/Util.mapping
@@ -67,8 +67,8 @@ CLASS net/minecraft/unmapped/C_lvarvugc net/minecraft/util/Util
METHOD m_kpixdiyc combineSafe (Ljava/util/List;)Ljava/util/concurrent/CompletableFuture;
COMMENT Combines a list of {@code futures} into one future that holds a list
COMMENT of their results.
- COMMENT
- COMMENT This version expects all futures to complete successfully and is not
+ COMMENT
+ COMMENT This version expects all futures to complete successfully and is not
COMMENT optimized in case any of the input futures throws.
COMMENT
COMMENT @return the combined future
@@ -167,8 +167,8 @@ CLASS net/minecraft/unmapped/C_lvarvugc net/minecraft/util/Util
METHOD m_wbwlvhhn combine (Ljava/util/List;)Ljava/util/concurrent/CompletableFuture;
COMMENT Combines a list of {@code futures} into one future that holds a list
COMMENT of their results.
- COMMENT
- COMMENT The returned future is fail-fast; if any of the input futures fails,
+ COMMENT
+ COMMENT The returned future is fail-fast; if any of the input futures fails,
COMMENT this returned future will be immediately completed exceptionally than
COMMENT waiting for other input futures.
COMMENT
diff --git a/mappings/net/minecraft/util/ZipCompressor.mapping b/mappings/net/minecraft/util/ZipCompressor.mapping
index 303752c9af..315388300b 100644
--- a/mappings/net/minecraft/util/ZipCompressor.mapping
+++ b/mappings/net/minecraft/util/ZipCompressor.mapping
@@ -24,8 +24,8 @@ CLASS net/minecraft/unmapped/C_uzqkakwa net/minecraft/util/ZipCompressor
METHOD m_qfairgvw write (Ljava/nio/file/Path;Ljava/lang/String;)V
COMMENT Writes the {@code content}, in UTF-8 encoding, to the {@code target} path
COMMENT within the ZIP.
- COMMENT
- COMMENT The {@code target} should be a relative path, as it will be resolved
+ COMMENT
+ COMMENT The {@code target} should be a relative path, as it will be resolved
COMMENT against the root of the ZIP.
ARG 1 target
COMMENT the target path in the ZIP
@@ -33,8 +33,8 @@ CLASS net/minecraft/unmapped/C_uzqkakwa net/minecraft/util/ZipCompressor
COMMENT the file content to write in UTF-8
METHOD m_rckbrmxk copy (Ljava/nio/file/Path;Ljava/io/File;)V
COMMENT Copies a {@code source} file to the {@code target} path within the ZIP.
- COMMENT
- COMMENT If the {@code source} is a directory, then an empty directory would be
+ COMMENT
+ COMMENT If the {@code source} is a directory, then an empty directory would be
COMMENT copied. The {@code target} should be a relative path, as it will be resolved
COMMENT against the root of the ZIP.
ARG 1 target
diff --git a/mappings/net/minecraft/util/annotation/ClientFieldsAreNonnullByDefault.mapping b/mappings/net/minecraft/util/annotation/ClientFieldsAreNonnullByDefault.mapping
index 0e15e61711..7abca44e81 100644
--- a/mappings/net/minecraft/util/annotation/ClientFieldsAreNonnullByDefault.mapping
+++ b/mappings/net/minecraft/util/annotation/ClientFieldsAreNonnullByDefault.mapping
@@ -1,11 +1,11 @@
CLASS net/minecraft/unmapped/C_atcdontw net/minecraft/util/annotation/ClientFieldsAreNonnullByDefault
COMMENT Specifies that all fields in the annotated package/class are nonnull
COMMENT unless nullability is specified with a separate annotation.
- COMMENT
- COMMENT While this annotation is meant to be a package/class annotation, it can
+ COMMENT
+ COMMENT While this annotation is meant to be a package/class annotation, it can
COMMENT be applied to anything as it does not restrict its targets.
- COMMENT
- COMMENT This annotation is used on the client exclusively.
+ COMMENT
+ COMMENT This annotation is used on the client exclusively.
COMMENT
COMMENT @see FieldsAreNonnullByDefault
COMMENT @see FieldsAreNonnullByDefault2
diff --git a/mappings/net/minecraft/util/annotation/ClientMethodsReturnNonnullByDefault.mapping b/mappings/net/minecraft/util/annotation/ClientMethodsReturnNonnullByDefault.mapping
index bc89ccb1f7..c620cd7901 100644
--- a/mappings/net/minecraft/util/annotation/ClientMethodsReturnNonnullByDefault.mapping
+++ b/mappings/net/minecraft/util/annotation/ClientMethodsReturnNonnullByDefault.mapping
@@ -1,11 +1,11 @@
CLASS net/minecraft/unmapped/C_rbpimztw net/minecraft/util/annotation/ClientMethodsReturnNonnullByDefault
COMMENT Specifies that all methods in the annotated package/class return nonnull
COMMENT values unless nullability is specified with a separate annotation.
- COMMENT
- COMMENT While this annotation is meant to be a package/class annotation, it can
+ COMMENT
+ COMMENT While this annotation is meant to be a package/class annotation, it can
COMMENT be applied to anything as it does not restrict its targets.
- COMMENT
- COMMENT This annotation is used on the client exclusively.
+ COMMENT
+ COMMENT This annotation is used on the client exclusively.
COMMENT
COMMENT @see MethodsReturnNonnullByDefault
COMMENT @see MathMethodsReturnNonnullByDefault
diff --git a/mappings/net/minecraft/util/annotation/Debug.mapping b/mappings/net/minecraft/util/annotation/Debug.mapping
index e04ff4af6f..c1cb7d7d2c 100644
--- a/mappings/net/minecraft/util/annotation/Debug.mapping
+++ b/mappings/net/minecraft/util/annotation/Debug.mapping
@@ -1,15 +1,15 @@
CLASS net/minecraft/unmapped/C_nsjymydv net/minecraft/util/annotation/Debug
COMMENT An annotation, mostly on side-effect-free methods.
- COMMENT
- COMMENT Most methods annotated are getters that don't cause side-effects. Some of
+ COMMENT
+ COMMENT Most methods annotated are getters that don't cause side-effects. Some of
COMMENT those methods also may execute dry-runs.
- COMMENT
- COMMENT However, it is present on {@link
+ COMMENT
+ COMMENT However, it is present on {@link
COMMENT net.minecraft.entity.passive.BeeEntity.MoveToHiveGoal}, and its purpose in that
COMMENT case is not yet clear.
- COMMENT
- COMMENT This annotation has class retention and can be applied to a wide range of
+ COMMENT
+ COMMENT This annotation has class retention and can be applied to a wide range of
COMMENT targets.
- COMMENT
- COMMENT This annotation is not {@link java.lang.annotation.Documented}, and hence
+ COMMENT
+ COMMENT This annotation is not {@link java.lang.annotation.Documented}, and hence
COMMENT will not appear in the generated javadoc for annotated elements.
diff --git a/mappings/net/minecraft/util/annotation/FieldsAreNonnullByDefault.mapping b/mappings/net/minecraft/util/annotation/FieldsAreNonnullByDefault.mapping
index 52a60517ee..85d9e346e9 100644
--- a/mappings/net/minecraft/util/annotation/FieldsAreNonnullByDefault.mapping
+++ b/mappings/net/minecraft/util/annotation/FieldsAreNonnullByDefault.mapping
@@ -1,11 +1,11 @@
CLASS net/minecraft/unmapped/C_pvvrryze net/minecraft/util/annotation/FieldsAreNonnullByDefault
COMMENT Specifies that all fields in the annotated package/class are nonnull
COMMENT unless nullability is specified with a separate annotation.
- COMMENT
- COMMENT While this annotation is meant to be a package/class annotation, it can
+ COMMENT
+ COMMENT While this annotation is meant to be a package/class annotation, it can
COMMENT be applied to anything as it does not restrict its targets.
- COMMENT
- COMMENT A similar {@link FieldsAreNonnullByDefault2} exists; they don't coexist
+ COMMENT
+ COMMENT A similar {@link FieldsAreNonnullByDefault2} exists; they don't coexist
COMMENT on any package info class.
COMMENT
COMMENT @see ClientFieldsAreNonnullByDefault
diff --git a/mappings/net/minecraft/util/annotation/FieldsAreNonnullByDefault2.mapping b/mappings/net/minecraft/util/annotation/FieldsAreNonnullByDefault2.mapping
index c6f83fc9d6..63c29ee9da 100644
--- a/mappings/net/minecraft/util/annotation/FieldsAreNonnullByDefault2.mapping
+++ b/mappings/net/minecraft/util/annotation/FieldsAreNonnullByDefault2.mapping
@@ -1,11 +1,11 @@
CLASS net/minecraft/unmapped/C_updjfbgb net/minecraft/util/annotation/FieldsAreNonnullByDefault2
COMMENT Specifies that all fields in the annotated package/class are nonnull
COMMENT unless nullability is specified with a separate annotation.
- COMMENT
- COMMENT While this annotation is meant to be a package/class annotation, it can
+ COMMENT
+ COMMENT While this annotation is meant to be a package/class annotation, it can
COMMENT be applied to anything as it does not restrict its targets.
- COMMENT
- COMMENT This is pretty much identical to {@link FieldsAreNonnullByDefault} that they
+ COMMENT
+ COMMENT This is pretty much identical to {@link FieldsAreNonnullByDefault} that they
COMMENT are used on different package info files and never coexist.
COMMENT
COMMENT @see ClientFieldsAreNonnullByDefault
diff --git a/mappings/net/minecraft/util/annotation/MathMethodsReturnNonnullByDefault.mapping b/mappings/net/minecraft/util/annotation/MathMethodsReturnNonnullByDefault.mapping
index 985d02462e..5f166be513 100644
--- a/mappings/net/minecraft/util/annotation/MathMethodsReturnNonnullByDefault.mapping
+++ b/mappings/net/minecraft/util/annotation/MathMethodsReturnNonnullByDefault.mapping
@@ -1,11 +1,11 @@
CLASS net/minecraft/unmapped/C_rucwgmpt net/minecraft/util/annotation/MathMethodsReturnNonnullByDefault
COMMENT Specifies that all methods in the annotated package/class return nonnull
COMMENT values unless nullability is specified with a separate annotation.
- COMMENT
- COMMENT While this annotation is meant to be a package/class annotation, it can
+ COMMENT
+ COMMENT While this annotation is meant to be a package/class annotation, it can
COMMENT be applied to anything as it does not restrict its targets.
- COMMENT
- COMMENT This is pretty much identical to {@link MethodsReturnNonnullByDefault}, but
+ COMMENT
+ COMMENT This is pretty much identical to {@link MethodsReturnNonnullByDefault}, but
COMMENT this is only used by the package info for a few math classes.
COMMENT
COMMENT @see MethodsReturnNonnullByDefault
diff --git a/mappings/net/minecraft/util/annotation/MethodsReturnNonnullByDefault.mapping b/mappings/net/minecraft/util/annotation/MethodsReturnNonnullByDefault.mapping
index 3ceced3939..63b8bd9895 100644
--- a/mappings/net/minecraft/util/annotation/MethodsReturnNonnullByDefault.mapping
+++ b/mappings/net/minecraft/util/annotation/MethodsReturnNonnullByDefault.mapping
@@ -1,8 +1,8 @@
CLASS net/minecraft/unmapped/C_bhteucjr net/minecraft/util/annotation/MethodsReturnNonnullByDefault
COMMENT Specifies that all methods in the annotated package/class return nonnull
COMMENT values unless nullability is specified with a separate annotation.
- COMMENT
- COMMENT While this annotation is meant to be a package/class annotation, it can
+ COMMENT
+ COMMENT While this annotation is meant to be a package/class annotation, it can
COMMENT be applied to anything as it does not restrict its targets.
COMMENT
COMMENT @see ClientMethodsReturnNonnullByDefault
diff --git a/mappings/net/minecraft/util/collection/TypeFilterableList.mapping b/mappings/net/minecraft/util/collection/TypeFilterableList.mapping
index 430b517d0f..11f19c8b5a 100644
--- a/mappings/net/minecraft/util/collection/TypeFilterableList.mapping
+++ b/mappings/net/minecraft/util/collection/TypeFilterableList.mapping
@@ -1,8 +1,8 @@
CLASS net/minecraft/unmapped/C_nvnkfnmv net/minecraft/util/collection/TypeFilterableList
COMMENT A collection allowing getting all elements of a specific type. Backed
COMMENT by {@link java.util.ArrayList}s.
- COMMENT
- COMMENT This implementation is not efficient for frequent modifications. You
+ COMMENT
+ COMMENT This implementation is not efficient for frequent modifications. You
COMMENT shouldn't use this if you don't call {@link #getAllOfType(Class)}.
COMMENT
COMMENT @see #getAllOfType(Class)
@@ -23,8 +23,8 @@ CLASS net/minecraft/unmapped/C_nvnkfnmv net/minecraft/util/collection/TypeFilter
METHOD m_adnlofhe getAllOfType (Ljava/lang/Class;)Ljava/util/Collection;
COMMENT Returns all elements in this collection that are instances of {@code type}.
COMMENT The result is unmodifiable.
- COMMENT
- COMMENT The {@code type}, or {@code S}, must extend the class' type parameter {@code T}.
+ COMMENT
+ COMMENT The {@code type}, or {@code S}, must extend the class' type parameter {@code T}.
COMMENT
COMMENT @param It has a few methods to create checkers for {@code Codec.flatXmap} to add
+ COMMENT
+ COMMENT It has a few methods to create checkers for {@code Codec.flatXmap} to add
COMMENT extra value validation to encoding and decoding. See the implementation of
COMMENT {@link #withNonEmptyList(Codec)}.
FIELD f_bcprdsha FROM_OPTIONAL_LONG Ljava/util/function/Function;
@@ -52,12 +52,12 @@ CLASS net/minecraft/unmapped/C_tyjpezxh net/minecraft/util/dynamic/Codecs
ARG 0 codec
METHOD m_kcyhqcjs xor (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec;
COMMENT Returns an exclusive-or codec for {@link Either} instances.
- COMMENT
- COMMENT This returned codec fails if both the {@code first} and {@code second} codecs can
+ COMMENT
+ COMMENT This returned codec fails if both the {@code first} and {@code second} codecs can
COMMENT decode the input, while DFU's {@link com.mojang.serialization.codecs.EitherCodec}
COMMENT will always take the first decoded result when it is available.
- COMMENT
- COMMENT Otherwise, this behaves the same as the either codec.
+ COMMENT
+ COMMENT Otherwise, this behaves the same as the either codec.
COMMENT
COMMENT @param The codec's saves and loads {@code Supplier
+ COMMENT The codec's saves and loads {@code Supplier This class is immutable; its matrix is lazily decomposed upon demand.
+ COMMENT
+ COMMENT This class is immutable; its matrix is lazily decomposed upon demand.
FIELD f_dmnzzrmw IDENTITY Lnet/minecraft/unmapped/C_qvfggwhk;
FIELD f_pqyrnugd scale Lorg/joml/Vector3f;
FIELD f_pxscgwbh translation Lorg/joml/Vector3f;
diff --git a/mappings/net/minecraft/util/math/BlockBox.mapping b/mappings/net/minecraft/util/math/BlockBox.mapping
index aa8984d94d..26f0abc5a6 100644
--- a/mappings/net/minecraft/util/math/BlockBox.mapping
+++ b/mappings/net/minecraft/util/math/BlockBox.mapping
@@ -1,8 +1,8 @@
CLASS net/minecraft/unmapped/C_hmqypqzz net/minecraft/util/math/BlockBox
COMMENT A mutable box with integer coordinates. The box is axis-aligned and the
COMMENT coordinates are inclusive.
- COMMENT
- COMMENT This box, though mutable, has proper {@code hashCode} and {@code
+ COMMENT
+ COMMENT This box, though mutable, has proper {@code hashCode} and {@code
COMMENT equals} implementations and can be used as map keys if user can ensure
COMMENT they are not modified.
COMMENT
diff --git a/mappings/net/minecraft/util/math/BlockPos.mapping b/mappings/net/minecraft/util/math/BlockPos.mapping
index d4b780bc1c..80c4e6b294 100644
--- a/mappings/net/minecraft/util/math/BlockPos.mapping
+++ b/mappings/net/minecraft/util/math/BlockPos.mapping
@@ -29,8 +29,8 @@ CLASS net/minecraft/unmapped/C_hynzadkk net/minecraft/util/math/BlockPos
ARG 0 y
METHOD m_dvruotvh iterateRandomly (Lnet/minecraft/unmapped/C_rlomrsco;IIIIIII)Ljava/lang/Iterable;
COMMENT Iterates through {@code count} random block positions in the given area.
- COMMENT
- COMMENT The iterator yields positions in no specific order. The same position
+ COMMENT
+ COMMENT The iterator yields positions in no specific order. The same position
COMMENT may be returned multiple times by the iterator.
ARG 0 random
ARG 1 count
@@ -61,8 +61,8 @@ CLASS net/minecraft/unmapped/C_hynzadkk net/minecraft/util/math/BlockPos
ARG 3 maxZ
METHOD m_kdyfclny iterateRandomly (Lnet/minecraft/unmapped/C_rlomrsco;ILnet/minecraft/unmapped/C_hynzadkk;I)Ljava/lang/Iterable;
COMMENT Iterates through {@code count} random block positions in a given range around the given position.
- COMMENT
- COMMENT The iterator yields positions in no specific order. The same position
+ COMMENT
+ COMMENT The iterator yields positions in no specific order. The same position
COMMENT may be returned multiple times by the iterator.
ARG 0 random
ARG 1 count
@@ -81,8 +81,8 @@ CLASS net/minecraft/unmapped/C_hynzadkk net/minecraft/util/math/BlockPos
METHOD m_mbxphwhv toImmutable ()Lnet/minecraft/unmapped/C_hynzadkk;
COMMENT Returns an immutable block position with the same x, y, and z as this
COMMENT position.
- COMMENT
- COMMENT This method should be called when a block position is used as map
+ COMMENT
+ COMMENT This method should be called when a block position is used as map
COMMENT keys as to prevent side effects of mutations of mutable block positions.
METHOD m_mvoqirpg stream (IIIIII)Ljava/util/stream/Stream;
ARG 0 startX
@@ -99,8 +99,8 @@ CLASS net/minecraft/unmapped/C_hynzadkk net/minecraft/util/math/BlockPos
COMMENT Iterates block positions around the {@code center} in a square of
COMMENT ({@code 2 * radius + 1}) by ({@code 2 * radius + 1}). The blocks
COMMENT are iterated in a (square) spiral around the center.
- COMMENT
- COMMENT The first block returned is the center, then the iterator moves
+ COMMENT
+ COMMENT The first block returned is the center, then the iterator moves
COMMENT a block towards the first direction, followed by moving along
COMMENT the second direction.
COMMENT
@@ -126,8 +126,8 @@ CLASS net/minecraft/unmapped/C_hynzadkk net/minecraft/util/math/BlockPos
COMMENT Iterates block positions around the {@code center}. The iteration order
COMMENT is mainly based on the manhattan distance of the position from the
COMMENT center.
- COMMENT
- COMMENT For the same manhattan distance, the positions are iterated by y
+ COMMENT
+ COMMENT For the same manhattan distance, the positions are iterated by y
COMMENT offset, from negative to positive. For the same y offset, the positions
COMMENT are iterated by x offset, from negative to positive. For the two
COMMENT positions with the same x and y offsets and the same manhattan distance,
@@ -145,8 +145,8 @@ CLASS net/minecraft/unmapped/C_hynzadkk net/minecraft/util/math/BlockPos
ARG 0 position
METHOD m_rqxosvyc mutableCopy ()Lnet/minecraft/unmapped/C_hynzadkk$C_egqitdjk;
COMMENT Returns a mutable copy of this block position.
- COMMENT
- COMMENT If this block position is a mutable one, mutation to this block
+ COMMENT
+ COMMENT If this block position is a mutable one, mutation to this block
COMMENT position won't affect the returned position.
METHOD m_rragasjv rotate (Lnet/minecraft/unmapped/C_mboglirk;)Lnet/minecraft/unmapped/C_hynzadkk;
ARG 1 rotation
diff --git a/mappings/net/minecraft/util/math/Box.mapping b/mappings/net/minecraft/util/math/Box.mapping
index b16648a1da..818ade04cc 100644
--- a/mappings/net/minecraft/util/math/Box.mapping
+++ b/mappings/net/minecraft/util/math/Box.mapping
@@ -1,8 +1,8 @@
CLASS net/minecraft/unmapped/C_hbcjzgoe net/minecraft/util/math/Box
COMMENT An immutable box with double-valued coordinates. The box is axis-aligned
COMMENT and the coordinates are minimum inclusive and maximum exclusive.
- COMMENT
- COMMENT This box has proper {@link #hashCode()} and {@link #equals(Object)}
+ COMMENT
+ COMMENT This box has proper {@link #hashCode()} and {@link #equals(Object)}
COMMENT implementations and can be used as a map key.
COMMENT
COMMENT @see BlockBox
diff --git a/mappings/net/minecraft/util/math/Direction.mapping b/mappings/net/minecraft/util/math/Direction.mapping
index b76b332a3e..055d013e92 100644
--- a/mappings/net/minecraft/util/math/Direction.mapping
+++ b/mappings/net/minecraft/util/math/Direction.mapping
@@ -77,8 +77,8 @@ CLASS net/minecraft/unmapped/C_xpuuihxf net/minecraft/util/math/Direction
COMMENT {@return whether the given yaw points to the direction}
COMMENT
COMMENT @implNote This returns whether the yaw can make an acute angle with the direction.
- COMMENT
- COMMENT This always returns {@code false} for vertical directions.
+ COMMENT
+ COMMENT This always returns {@code false} for vertical directions.
ARG 1 yaw
METHOD m_vyhskrab getOffsetZ ()I
METHOD m_wstyzrap (Lnet/minecraft/unmapped/C_xpuuihxf;)I
diff --git a/mappings/net/minecraft/util/math/MathHelper.mapping b/mappings/net/minecraft/util/math/MathHelper.mapping
index 4948ccc1aa..8ff4dc686b 100644
--- a/mappings/net/minecraft/util/math/MathHelper.mapping
+++ b/mappings/net/minecraft/util/math/MathHelper.mapping
@@ -48,8 +48,8 @@ CLASS net/minecraft/unmapped/C_zpccxxiz net/minecraft/util/math/MathHelper
ARG 0 value
METHOD m_czflaoid stepUnwrappedAngleTowards (FFF)F
COMMENT Steps from {@code from} degrees towards {@code to} degrees, changing the value by at most {@code step} degrees.
- COMMENT
- COMMENT This method does not wrap the resulting angle, so {@link #stepAngleTowards(float, float, float)} should be used in preference.
+ COMMENT
+ COMMENT This method does not wrap the resulting angle, so {@link #stepAngleTowards(float, float, float)} should be used in preference.
ARG 0 from
ARG 1 to
ARG 2 step
diff --git a/mappings/net/minecraft/util/math/Vec3d.mapping b/mappings/net/minecraft/util/math/Vec3d.mapping
index 0284c05119..e9f39ab056 100644
--- a/mappings/net/minecraft/util/math/Vec3d.mapping
+++ b/mappings/net/minecraft/util/math/Vec3d.mapping
@@ -1,10 +1,10 @@
CLASS net/minecraft/unmapped/C_vgpupfxx net/minecraft/util/math/Vec3d
COMMENT An immutable vector composed of 3 doubles.
- COMMENT
- COMMENT This vector class is used for representing position, velocity,
+ COMMENT
+ COMMENT This vector class is used for representing position, velocity,
COMMENT rotation, color, etc.
- COMMENT
- COMMENT This vector has proper {@link #hashCode()} and {@link #equals(Object)}
+ COMMENT
+ COMMENT This vector has proper {@link #hashCode()} and {@link #equals(Object)}
COMMENT implementations and can be used as a map key.
COMMENT
COMMENT @see Vec3i
@@ -36,8 +36,8 @@ CLASS net/minecraft/unmapped/C_vgpupfxx net/minecraft/util/math/Vec3d
ARG 0 list
METHOD m_avcmfjmm horizontalLength ()D
COMMENT {@return the horizontal length of this vector}
- COMMENT
- COMMENT This length is same as the length of a 2-vector with the {@link #x} and
+ COMMENT
+ COMMENT This length is same as the length of a 2-vector with the {@link #x} and
COMMENT {@link #z} components of this vector, or the euclidean distance between
COMMENT {@code (x, z)} and the origin.
COMMENT
@@ -47,8 +47,8 @@ CLASS net/minecraft/unmapped/C_vgpupfxx net/minecraft/util/math/Vec3d
ARG 1 axes
METHOD m_bbbnszun lengthSquared ()D
COMMENT {@return the squared length of this vector}
- COMMENT
- COMMENT Can be used for fast comparison between lengths.
+ COMMENT
+ COMMENT Can be used for fast comparison between lengths.
COMMENT
COMMENT @see #length()
METHOD m_bmuezmjb subtract (DDD)Lnet/minecraft/unmapped/C_vgpupfxx;
@@ -91,8 +91,8 @@ CLASS net/minecraft/unmapped/C_vgpupfxx net/minecraft/util/math/Vec3d
ARG 1 deltaY
METHOD m_gnztuhtx horizontalLengthSquared ()D
COMMENT {@return the squared horizontal length of this vector}
- COMMENT
- COMMENT Can be used for fast comparison between horizontal lengths.
+ COMMENT
+ COMMENT Can be used for fast comparison between horizontal lengths.
COMMENT
COMMENT @see #horizontalLength()
METHOD m_gwcsdigx subtract (Lnet/minecraft/unmapped/C_vgpupfxx;)Lnet/minecraft/unmapped/C_vgpupfxx;
@@ -110,8 +110,8 @@ CLASS net/minecraft/unmapped/C_vgpupfxx net/minecraft/util/math/Vec3d
ARG 1 yaw
METHOD m_jkqlgsab normalize ()Lnet/minecraft/unmapped/C_vgpupfxx;
COMMENT Normalizes this vector.
- COMMENT
- COMMENT Normalized vector is a vector with the same direction but with
+ COMMENT
+ COMMENT Normalized vector is a vector with the same direction but with
COMMENT length 1. Each coordinate of normalized vector has value between 0
COMMENT and 1.
COMMENT
@@ -125,8 +125,8 @@ CLASS net/minecraft/unmapped/C_vgpupfxx net/minecraft/util/math/Vec3d
ARG 1 value
METHOD m_knojbyrn squaredDistanceTo (Lnet/minecraft/unmapped/C_vgpupfxx;)D
COMMENT Returns the squared distance between this vector and the given vector.
- COMMENT
- COMMENT Can be used for fast comparison between distances.
+ COMMENT
+ COMMENT Can be used for fast comparison between distances.
COMMENT
COMMENT @see #squaredDistanceTo(double, double, double)
COMMENT @see #distanceTo(Vec3d)
@@ -161,8 +161,8 @@ CLASS net/minecraft/unmapped/C_vgpupfxx net/minecraft/util/math/Vec3d
COMMENT the angle in radians
METHOD m_qylyuhwf squaredDistanceTo (DDD)D
COMMENT Returns the squared distance between this vector and the given vector.
- COMMENT
- COMMENT Can be used for fast comparison between distances.
+ COMMENT
+ COMMENT Can be used for fast comparison between distances.
COMMENT
COMMENT @see #squaredDistanceTo(Vec3d)
COMMENT @see #distanceTo(Vec3d)
@@ -190,8 +190,8 @@ CLASS net/minecraft/unmapped/C_vgpupfxx net/minecraft/util/math/Vec3d
METHOD m_ucmasgtt ofBottomCenter (Lnet/minecraft/unmapped/C_ceivtqhh;)Lnet/minecraft/unmapped/C_vgpupfxx;
COMMENT Creates a vector representing the bottom center of the given block
COMMENT position.
- COMMENT
- COMMENT The bottom center of a block position {@code pos} is
+ COMMENT
+ COMMENT The bottom center of a block position {@code pos} is
COMMENT {@code (pos.getX() + 0.5, pos.getY(), pos.getZ() + 0.5)}.
COMMENT
COMMENT @see #ofCenter(Vec3i)
@@ -216,8 +216,8 @@ CLASS net/minecraft/unmapped/C_vgpupfxx net/minecraft/util/math/Vec3d
COMMENT Creates a vector with the same length but with the opposite direction.
METHOD m_xzfjxhqg length ()D
COMMENT {@return the length of this vector}
- COMMENT
- COMMENT The length of a vector is equivalent to the distance between that
+ COMMENT
+ COMMENT The length of a vector is equivalent to the distance between that
COMMENT vector and the {@linkplain #ZERO} vector.
COMMENT
COMMENT @see #lengthSquared()
diff --git a/mappings/net/minecraft/util/math/Vec3i.mapping b/mappings/net/minecraft/util/math/Vec3i.mapping
index 46b110b573..50fbc21572 100644
--- a/mappings/net/minecraft/util/math/Vec3i.mapping
+++ b/mappings/net/minecraft/util/math/Vec3i.mapping
@@ -26,8 +26,8 @@ CLASS net/minecraft/unmapped/C_ceivtqhh net/minecraft/util/math/Vec3i
METHOD m_bfqgxajo add (III)Lnet/minecraft/unmapped/C_ceivtqhh;
COMMENT Returns another Vec3i whose coordinates have the parameter x, y, and z
COMMENT added to the coordinates of this vector.
- COMMENT
- COMMENT This method always returns an immutable object.
+ COMMENT
+ COMMENT This method always returns an immutable object.
ARG 1 x
ARG 2 y
ARG 3 z
diff --git a/mappings/net/minecraft/util/profiler/Profiler.mapping b/mappings/net/minecraft/util/profiler/Profiler.mapping
index ee64e97aa1..6ea7058553 100644
--- a/mappings/net/minecraft/util/profiler/Profiler.mapping
+++ b/mappings/net/minecraft/util/profiler/Profiler.mapping
@@ -7,7 +7,6 @@ CLASS net/minecraft/unmapped/C_eslcbfsq net/minecraft/util/profiler/Profiler
METHOD m_kztfmexz endTick ()V
METHOD m_nzpjxjnd visit (Ljava/lang/String;I)V
COMMENT Increment the visit count for a marker.
- COMMENT
COMMENT
COMMENT This is useful to keep track of number of calls made to performance-
COMMENT wise expensive methods.
@@ -17,18 +16,18 @@ CLASS net/minecraft/unmapped/C_eslcbfsq net/minecraft/util/profiler/Profiler
METHOD m_qgopqkdg pop ()V
METHOD m_rifejyps visit (Ljava/lang/String;)V
COMMENT Increment the visit count for a marker.
- COMMENT
- COMMENT This is useful to keep track of number of calls made to performance-
+ COMMENT
+ COMMENT This is useful to keep track of number of calls made to performance-
COMMENT wise expensive methods.
ARG 1 marker
COMMENT a unique marker
METHOD m_rkhsbrbr visit (Ljava/util/function/Supplier;)V
COMMENT Increment the visit count for a marker.
- COMMENT
- COMMENT This is useful to keep track of number of calls made to performance-
+ COMMENT
+ COMMENT This is useful to keep track of number of calls made to performance-
COMMENT wise expensive methods.
- COMMENT
- COMMENT This method is preferred if getting the marker is costly; the
+ COMMENT
+ COMMENT This method is preferred if getting the marker is costly; the
COMMENT supplier won't be called if the profiler is disabled.
ARG 1 markerGetter
COMMENT the getter for a unique marker
@@ -43,11 +42,9 @@ CLASS net/minecraft/unmapped/C_eslcbfsq net/minecraft/util/profiler/Profiler
ARG 1 location
METHOD m_zqflletf visit (Ljava/util/function/Supplier;I)V
COMMENT Increment the visit count for a marker.
- COMMENT
COMMENT
COMMENT This is useful to keep track of number of calls made to performance-
COMMENT wise expensive methods.
- COMMENT
COMMENT
COMMENT This method is preferred if getting the marker is costly; the
COMMENT supplier won't be called if the profiler is disabled.
diff --git a/mappings/net/minecraft/util/random/RandomGenerator.mapping b/mappings/net/minecraft/util/random/RandomGenerator.mapping
index 52b33c8724..0f557291a9 100644
--- a/mappings/net/minecraft/util/random/RandomGenerator.mapping
+++ b/mappings/net/minecraft/util/random/RandomGenerator.mapping
@@ -1,7 +1,7 @@
CLASS net/minecraft/unmapped/C_rlomrsco net/minecraft/util/random/RandomGenerator
COMMENT An interface describing random behavior in Minecraft.
- COMMENT
- COMMENT This interface should be used instead of {@link java.util.Random} for random number generation.
+ COMMENT
+ COMMENT This interface should be used instead of {@link java.util.Random} for random number generation.
FIELD f_dhenmqup GAUSSIAN_SPREAD_FACTOR D
METHOD m_afzjxjzq nextInt (I)I
ARG 1 bound
diff --git a/mappings/net/minecraft/util/thread/AtomicStack.mapping b/mappings/net/minecraft/util/thread/AtomicStack.mapping
index 427a2a69cd..dad3d886a3 100644
--- a/mappings/net/minecraft/util/thread/AtomicStack.mapping
+++ b/mappings/net/minecraft/util/thread/AtomicStack.mapping
@@ -11,16 +11,16 @@ CLASS net/minecraft/unmapped/C_bqfpbxgr net/minecraft/util/thread/AtomicStack
ARG 1 maxSize
METHOD m_dyekysfs toList ()Ljava/util/List;
COMMENT Builds a list of the contents of the stack.
- COMMENT
- COMMENT The more recently pushed elements will appear earlier in the returned
+ COMMENT
+ COMMENT The more recently pushed elements will appear earlier in the returned
COMMENT list. The returned list is immutable and its size won't exceed this stack's
COMMENT size.
COMMENT
COMMENT @return a list of contents
METHOD m_wdqiahpq push (Ljava/lang/Object;)V
COMMENT Adds a value to this stack.
- COMMENT
- COMMENT If the stack is already at full capacity, the earliest pushed item in
+ COMMENT
+ COMMENT If the stack is already at full capacity, the earliest pushed item in
COMMENT the stack is discarded.
ARG 1 value
COMMENT the value to add
diff --git a/mappings/net/minecraft/village/TradeOffer.mapping b/mappings/net/minecraft/village/TradeOffer.mapping
index 894e5d6b2f..ca3d0df4b2 100644
--- a/mappings/net/minecraft/village/TradeOffer.mapping
+++ b/mappings/net/minecraft/village/TradeOffer.mapping
@@ -59,8 +59,8 @@ CLASS net/minecraft/unmapped/C_argwryfu net/minecraft/village/TradeOffer
COMMENT Returns a copy of the sell item of this trade offer.
METHOD m_isgpghfg getSecondBuyItem ()Lnet/minecraft/unmapped/C_sddaxwyk;
COMMENT Returns the second buy item of this trade offer.
- COMMENT
- COMMENT If there is no second buy item, this returns the {@linkplain ItemStack#EMPTY empty
+ COMMENT
+ COMMENT If there is no second buy item, this returns the {@linkplain ItemStack#EMPTY empty
COMMENT item stack}.
METHOD m_jrpzwrcp depleteBuyItems (Lnet/minecraft/unmapped/C_sddaxwyk;Lnet/minecraft/unmapped/C_sddaxwyk;)Z
ARG 1 firstBuyStack
@@ -71,16 +71,16 @@ CLASS net/minecraft/unmapped/C_argwryfu net/minecraft/village/TradeOffer
COMMENT its remaining uses.
METHOD m_lkwfnfah increaseSpecialPrice (I)V
COMMENT Increases the special price of this trade offer by {@code increment}.
- COMMENT
- COMMENT A negative {@code increment} value will decrease the special price.
+ COMMENT
+ COMMENT A negative {@code increment} value will decrease the special price.
ARG 1 increment
METHOD m_maentgjr getDemandBonus ()I
COMMENT Returns the demand bonus of this trade offer. It is used to
COMMENT adjust the price of its first buy item.
- COMMENT
- COMMENT The more the demand bonus is, the more the price will be high.
- COMMENT
- COMMENT It is updated when a villager restocks.
+ COMMENT
+ COMMENT The more the demand bonus is, the more the price will be high.
+ COMMENT
+ COMMENT It is updated when a villager restocks.
COMMENT
COMMENT @see #updateDemandBonus()
METHOD m_mfibukla getSellItem ()Lnet/minecraft/unmapped/C_sddaxwyk;
@@ -103,21 +103,21 @@ CLASS net/minecraft/unmapped/C_argwryfu net/minecraft/village/TradeOffer
METHOD m_rvsrmyip getSpecialPrice ()I
COMMENT Returns the special price of this trade offer. It is used to
COMMENT adjust the price of its first buy item.
- COMMENT
- COMMENT The less the special price is, the more the price will be low.
+ COMMENT
+ COMMENT The less the special price is, the more the price will be low.
METHOD m_tavhnucy getAdjustedFirstBuyItem ()Lnet/minecraft/unmapped/C_sddaxwyk;
COMMENT Returns a copy of the first buy item of this trade offer,
COMMENT with its price adjusted depending on the demand bonus, the
COMMENT special price and the price multiplier.
METHOD m_udvmsagx hasBeenUsed ()Z
COMMENT Returns whether this trade offer has already been used.
- COMMENT
- COMMENT Checks if the number of times this trade offer has been used
+ COMMENT
+ COMMENT Checks if the number of times this trade offer has been used
COMMENT is greater than 0.
METHOD m_vavbplgu isDisabled ()Z
COMMENT Returns whether this trade offer is disabled.
- COMMENT
- COMMENT Checks if the number of times this trade offer has been used
+ COMMENT
+ COMMENT Checks if the number of times this trade offer has been used
COMMENT is greater or equal to its maximum uses.
METHOD m_zcwmrswy disable ()V
COMMENT Sets the number of times this trade offer has been used to
diff --git a/mappings/net/minecraft/world/BlockLocating.mapping b/mappings/net/minecraft/world/BlockLocating.mapping
index 698306da57..95492692d8 100644
--- a/mappings/net/minecraft/world/BlockLocating.mapping
+++ b/mappings/net/minecraft/world/BlockLocating.mapping
@@ -27,8 +27,8 @@ CLASS net/minecraft/unmapped/C_wauhtoaq net/minecraft/world/BlockLocating
COMMENT in the stack would be popped if the rectangle with height limit at position {@code
COMMENT p} can no longer extend right. The popped rectangle becomes the return value if it
COMMENT has a larger area than the current candidate.
- COMMENT
- COMMENT When the rectangle area is calculated, the range is between {@code p0 + 1}, where
+ COMMENT
+ COMMENT When the rectangle area is calculated, the range is between {@code p0 + 1}, where
COMMENT {@code p0} is the current top of stack after popping rectangles that can no longer
COMMENT extend, and the current iterated position {@code i}.
COMMENT
diff --git a/mappings/net/minecraft/world/ChunkRegion.mapping b/mappings/net/minecraft/world/ChunkRegion.mapping
index 0e50e83996..f58aa22fe7 100644
--- a/mappings/net/minecraft/world/ChunkRegion.mapping
+++ b/mappings/net/minecraft/world/ChunkRegion.mapping
@@ -20,8 +20,8 @@ CLASS net/minecraft/unmapped/C_ezymcfey net/minecraft/world/ChunkRegion
FIELD f_venjmrrh placementRadius I
COMMENT The number of neighboring chunks which can be accessed for block
COMMENT placement.
- COMMENT
- COMMENT A value of {@code 0} means that only this chunk is accessible. A
+ COMMENT
+ COMMENT A value of {@code 0} means that only this chunk is accessible. A
COMMENT positive value means that the given amount of neighbors are accessible
COMMENT in each direction. A negative value means that this region shouldn't be
COMMENT used for block placement.
diff --git a/mappings/net/minecraft/world/EntityList.mapping b/mappings/net/minecraft/world/EntityList.mapping
index 907a8f73b6..2a44789dbe 100644
--- a/mappings/net/minecraft/world/EntityList.mapping
+++ b/mappings/net/minecraft/world/EntityList.mapping
@@ -1,7 +1,7 @@
CLASS net/minecraft/unmapped/C_rtdymhtu net/minecraft/world/EntityList
COMMENT A storage of entities that supports modification during iteration.
- COMMENT
- COMMENT The entities are stored by their network IDs.
+ COMMENT
+ COMMENT The entities are stored by their network IDs.
COMMENT
COMMENT @see EntityList#forEach(Consumer)
FIELD f_acjyqrhk temp Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
@@ -15,8 +15,8 @@ CLASS net/minecraft/unmapped/C_rtdymhtu net/minecraft/world/EntityList
ARG 1 entity
METHOD m_jhjetggp forEach (Ljava/util/function/Consumer;)V
COMMENT Runs an {@code action} on every entity in this storage.
- COMMENT
- COMMENT If this storage is updated during the iteration, the iteration will
+ COMMENT
+ COMMENT If this storage is updated during the iteration, the iteration will
COMMENT not be updated to reflect updated contents. For example, if an entity
COMMENT is added by the {@code action}, the {@code action} won't run on that
COMMENT entity later.
diff --git a/mappings/net/minecraft/world/GameRules.mapping b/mappings/net/minecraft/world/GameRules.mapping
index 5ab59b1d01..84dca63938 100644
--- a/mappings/net/minecraft/world/GameRules.mapping
+++ b/mappings/net/minecraft/world/GameRules.mapping
@@ -11,27 +11,27 @@ CLASS net/minecraft/unmapped/C_xmldumst net/minecraft/world/GameRules
FIELD f_kzskrcnw LOGGER Lorg/slf4j/Logger;
FIELD f_nqnkyimm DO_MOB_GRIEFING Lnet/minecraft/unmapped/C_xmldumst$C_iuaedxxw;
COMMENT A {@linkplain Rule game rule} which regulates whether mobs can modify the world.
- COMMENT
- COMMENT Generally one is expected to test this rule before an entity modifies the world.
- COMMENT
- COMMENT In vanilla, this includes:
+ COMMENT
+ COMMENT Generally one is expected to test this rule before an entity modifies the world.
+ COMMENT
+ COMMENT In vanilla, this includes:
COMMENT If this rule is set to {@code true} while raids are occurring, the raids will be stopped.
+ COMMENT
+ COMMENT If this rule is set to {@code true} while raids are occurring, the raids will be stopped.
FIELD f_tputawyr DO_MOB_SPAWNING Lnet/minecraft/unmapped/C_xmldumst$C_iuaedxxw;
COMMENT A {@linkplain Rule game rule} which regulates whether mobs can spawn naturally.
FIELD f_vimssrzh DO_MOB_LOOT Lnet/minecraft/unmapped/C_xmldumst$C_iuaedxxw;
COMMENT A {@linkplain Rule game rule} which regulates whether mobs should drop loot on death.
FIELD f_xfpasujp REDUCED_DEBUG_INFO Lnet/minecraft/unmapped/C_xmldumst$C_iuaedxxw;
COMMENT A {@linkplain Rule game rule} which regulates whether clients' {@linkplain net.minecraft.client.gui.hud.DebugHud debug HUD}s show reduced information.
- COMMENT
- COMMENT When the value of this rule is changed, all connected clients will be notified to update their display.
+ COMMENT
+ COMMENT When the value of this rule is changed, all connected clients will be notified to update their display.
COMMENT In vanilla, this includes the visibility of coordinates on the clients' debug HUDs.
FIELD f_xhcxhtfb ANNOUNCE_ADVANCEMENTS Lnet/minecraft/unmapped/C_xmldumst$C_iuaedxxw;
COMMENT A {@linkplain Rule game rule} which regulates whether a player's advancements should be announced in chat.
@@ -58,8 +58,8 @@ CLASS net/minecraft/unmapped/C_xmldumst net/minecraft/world/GameRules
ARG 2 rule
METHOD m_gdklogjj accept (Lnet/minecraft/unmapped/C_xmldumst$C_avotqrag;)V
COMMENT Make the visitor visit all registered game rules.
- COMMENT
- COMMENT The visitation involves calling both {@link Visitor#visit(GameRules.Key, GameRules.Type)} and {@code visitX} for every game rule, where X is the current rule's concrete type such as a boolean.
+ COMMENT
+ COMMENT The visitation involves calling both {@link Visitor#visit(GameRules.Key, GameRules.Type)} and {@code visitX} for every game rule, where X is the current rule's concrete type such as a boolean.
ARG 0 visitor
METHOD m_khbebsio toNbt ()Lnet/minecraft/unmapped/C_hhlwcnih;
METHOD m_kkvdhcio copy ()Lnet/minecraft/unmapped/C_xmldumst;
@@ -96,8 +96,8 @@ CLASS net/minecraft/unmapped/C_xmldumst net/minecraft/world/GameRules
COMMENT A visitor used to visit all game rules.
METHOD m_hsodkmym visitBoolean (Lnet/minecraft/unmapped/C_xmldumst$C_iuaedxxw;Lnet/minecraft/unmapped/C_xmldumst$C_mymgluou;)V
COMMENT Visit a boolean rule.
- COMMENT
- COMMENT Note {@link #visit(GameRules.Key, GameRules.Type)} will be called before this method.
+ COMMENT
+ COMMENT Note {@link #visit(GameRules.Key, GameRules.Type)} will be called before this method.
ARG 1 key
ARG 2 type
METHOD m_mfrkzoox visit (Lnet/minecraft/unmapped/C_xmldumst$C_iuaedxxw;Lnet/minecraft/unmapped/C_xmldumst$C_mymgluou;)V
@@ -105,8 +105,8 @@ CLASS net/minecraft/unmapped/C_xmldumst net/minecraft/world/GameRules
ARG 2 type
METHOD m_vtezodau visitInt (Lnet/minecraft/unmapped/C_xmldumst$C_iuaedxxw;Lnet/minecraft/unmapped/C_xmldumst$C_mymgluou;)V
COMMENT Visit an integer rule.
- COMMENT
- COMMENT Note {@link #visit(GameRules.Key, GameRules.Type)} will be called before this method.
+ COMMENT
+ COMMENT Note {@link #visit(GameRules.Key, GameRules.Type)} will be called before this method.
ARG 1 key
ARG 2 type
CLASS C_bctfwntr Acceptor
diff --git a/mappings/net/minecraft/world/HeightLimitView.mapping b/mappings/net/minecraft/world/HeightLimitView.mapping
index 1afba95e56..f7aee757dc 100644
--- a/mappings/net/minecraft/world/HeightLimitView.mapping
+++ b/mappings/net/minecraft/world/HeightLimitView.mapping
@@ -48,8 +48,8 @@ CLASS net/minecraft/unmapped/C_qpninoyb net/minecraft/world/HeightLimitView
METHOD m_ogckdmbr getHeight ()I
COMMENT Returns the difference in the {@linkplain #getBottomY() minimum} and
COMMENT {@linkplain #getTopY() maximum} height.
- COMMENT
- COMMENT This is the number of blocks that can be modified in any vertical column
+ COMMENT
+ COMMENT This is the number of blocks that can be modified in any vertical column
COMMENT within the view, or the vertical size, in blocks, of the view.
COMMENT
COMMENT @return the difference in the minimum and maximum height
@@ -57,8 +57,8 @@ CLASS net/minecraft/unmapped/C_qpninoyb net/minecraft/world/HeightLimitView
COMMENT @see #getTopY()
METHOD m_rkfagtph isOutOfHeightLimit (I)Z
COMMENT Checks if {@code y} is out of the height limit of this view.
- COMMENT
- COMMENT {@code y} is out of bounds if it's lower than the {@linkplain #getBottomY
+ COMMENT
+ COMMENT {@code y} is out of bounds if it's lower than the {@linkplain #getBottomY
COMMENT bottom} or higher than or equal to the {@linkplain #getTopY() top}.
COMMENT
COMMENT @return {@code true} if {@code y} is out of bounds, or {@code false} otherwise
diff --git a/mappings/net/minecraft/world/LunarWorldView.mapping b/mappings/net/minecraft/world/LunarWorldView.mapping
index 5032a9f8dc..aee5f33945 100644
--- a/mappings/net/minecraft/world/LunarWorldView.mapping
+++ b/mappings/net/minecraft/world/LunarWorldView.mapping
@@ -1,8 +1,8 @@
CLASS net/minecraft/unmapped/C_ptvotorx net/minecraft/world/LunarWorldView
METHOD m_pufkescn getMoonPhase ()I
COMMENT Gets the moon phase index of Minecraft's moon.
- COMMENT
- COMMENT This is typically used to determine the size of the moon that should be rendered.
+ COMMENT
+ COMMENT This is typically used to determine the size of the moon that should be rendered.
METHOD m_rbadzewx getMoonSize ()F
COMMENT Gets the current size of the moon in the world.
COMMENT
diff --git a/mappings/net/minecraft/world/ModifiableWorld.mapping b/mappings/net/minecraft/world/ModifiableWorld.mapping
index 098d96a668..28c5f024a0 100644
--- a/mappings/net/minecraft/world/ModifiableWorld.mapping
+++ b/mappings/net/minecraft/world/ModifiableWorld.mapping
@@ -7,13 +7,13 @@ CLASS net/minecraft/unmapped/C_gtvfupkc net/minecraft/world/ModifiableWorld
ARG 1 entity
METHOD m_htquvoam setBlockState (Lnet/minecraft/unmapped/C_hynzadkk;Lnet/minecraft/unmapped/C_txtbiemp;II)Z
COMMENT Updates the block state at a position, calling appropriate callbacks.
- COMMENT
- COMMENT When called on the server, the new block state is stored and propagated to clients and listeners as dictated
+ COMMENT
+ COMMENT When called on the server, the new block state is stored and propagated to clients and listeners as dictated
COMMENT by the supplied flags. Note that calling this on the client will update the world locally, but may not see the
COMMENT change persisted across loads. It's recommended to check whether this world is client before
COMMENT interacting with the world in this way.
- COMMENT
- COMMENT See {@link #setBlockState(BlockPos, BlockState, int)} for a list of accepted flags.
+ COMMENT
+ COMMENT See {@link #setBlockState(BlockPos, BlockState, int)} for a list of accepted flags.
ARG 1 pos
COMMENT the target position
ARG 2 state
@@ -31,22 +31,22 @@ CLASS net/minecraft/unmapped/C_gtvfupkc net/minecraft/world/ModifiableWorld
ARG 2 move
METHOD m_tvibraom setBlockState (Lnet/minecraft/unmapped/C_hynzadkk;Lnet/minecraft/unmapped/C_txtbiemp;I)Z
COMMENT Updates the block state at a position, calling appropriate callbacks.
- COMMENT
- COMMENT When called on the server, the new block state is stored and propagated to clients and listeners as dictated
+ COMMENT
+ COMMENT When called on the server, the new block state is stored and propagated to clients and listeners as dictated
COMMENT by the supplied flags. Note that calling this on the client will update the world locally, but may not see the
COMMENT change persisted across loads. It's recommended to check whether this world is client before
COMMENT interacting with the world in this way.
- COMMENT
- COMMENT The accepted values of these flags are:
+ COMMENT
+ COMMENT The accepted values of these flags are:
COMMENT Called by {@link net.minecraft.block.ChorusFlowerBlock#die(net.minecraft.world.World, net.minecraft.util.math.BlockPos) ChorusFlowerBlock#die}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.block.ChorusFlowerBlock#die(net.minecraft.world.World, net.minecraft.util.math.BlockPos) ChorusFlowerBlock#die}
FIELD f_bmsqiwav SMITHING_TABLE_USED I
COMMENT A Smithing Table is used.
- COMMENT Called by {@link net.minecraft.screen.SmithingScreenHandler#onTakeOutput(net.minecraft.entity.player.PlayerEntity, net.minecraft.item.ItemStack) SmithingScreenHandler#onTakeOutput}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.screen.SmithingScreenHandler#onTakeOutput(net.minecraft.entity.player.PlayerEntity, net.minecraft.item.ItemStack) SmithingScreenHandler#onTakeOutput}
FIELD f_byrysjut ENDER_DRAGON_DIES I
COMMENT An Ender Dragon dies.
- COMMENT Called by {@link net.minecraft.entity.boss.dragon.EnderDragonEntity#updatePostDeath() EnderDragonEntity#updatePostDeath}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.entity.boss.dragon.EnderDragonEntity#updatePostDeath() EnderDragonEntity#updatePostDeath}
FIELD f_cmcofgpp POINTED_DRIPSTONE_LANDS I
COMMENT Pointed Dripstone lands after falling.
- COMMENT Called by {@link net.minecraft.block.PointedDripstoneBlock#onDestroyedOnLanding(net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.entity.FallingBlockEntity) PointedDripstoneBlock#onDestroyedOnLanding}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.block.PointedDripstoneBlock#onDestroyedOnLanding(net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.entity.FallingBlockEntity) PointedDripstoneBlock#onDestroyedOnLanding}
FIELD f_cmdwanmo DISPENSER_FAILS I
COMMENT A Dispenser fails to dispense an item.
- COMMENT Called by {@link net.minecraft.block.DispenserBlock#dispense(net.minecraft.server.world.ServerWorld, net.minecraft.util.math.BlockPos) DispenserBlock#dispense},
+ COMMENT
+ COMMENT Called by {@link net.minecraft.block.DispenserBlock#dispense(net.minecraft.server.world.ServerWorld, net.minecraft.util.math.BlockPos) DispenserBlock#dispense},
COMMENT {@link net.minecraft.block.DropperBlock#dispense(net.minecraft.server.world.ServerWorld, net.minecraft.util.math.BlockPos) DropperBlock#dispense},
COMMENT and {@link net.minecraft.block.dispenser.FallibleItemDispenserBehavior#playSound(net.minecraft.util.math.BlockPointer) FallibleItemDispenserBehavior#playSound}
FIELD f_dxpbmduz HUSK_CONVERTS_TO_ZOMBIE I
COMMENT A Husk converts into a Zombie.
- COMMENT Called by {@link net.minecraft.entity.mob.HuskEntity#convertInWater() HuskEntity#convertInWater}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.entity.mob.HuskEntity#convertInWater() HuskEntity#convertInWater}
FIELD f_eaaolzzj EYE_OF_ENDER_LAUNCHES I
COMMENT An Eye of Ender is launched.
- COMMENT Called by {@link net.minecraft.item.EnderEyeItem#use(net.minecraft.world.World, net.minecraft.entity.player.PlayerEntity, net.minecraft.util.Hand) EnderEyeItem#use}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.item.EnderEyeItem#use(net.minecraft.world.World, net.minecraft.entity.player.PlayerEntity, net.minecraft.util.Hand) EnderEyeItem#use}
FIELD f_eaflnggw PARTICLES_AND_SOUND_BRUSH_BLOCK_COMPLETE I
COMMENT Completion of the brushing of a block. Called by {@link net.minecraft.block.AnvilBlock#onDestroyedOnLanding(net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.entity.FallingBlockEntity) AnvilBlock#onDestroyedOnLanding},
+ COMMENT
+ COMMENT Called by {@link net.minecraft.block.AnvilBlock#onDestroyedOnLanding(net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.entity.FallingBlockEntity) AnvilBlock#onDestroyedOnLanding},
COMMENT and {@link net.minecraft.screen.AnvilScreenHandler#onTakeOutput(net.minecraft.entity.player.PlayerEntity, net.minecraft.item.ItemStack) AnvilScreenHandler#onTakeOutput}
FIELD f_fhithwor SCULK_SHRIEKER_TRIGGERED I
COMMENT A sculk shrieker shrieks.
- COMMENT Called by {@link net.minecraft.block.entity.SculkShriekerBlockEntity#shriek(net.minecraft.server.world.ServerWorld, net.minecraft.entity.Entity) SculkShriekerBlockEntity#shriek}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.block.entity.SculkShriekerBlockEntity#shriek(net.minecraft.server.world.ServerWorld, net.minecraft.entity.Entity) SculkShriekerBlockEntity#shriek}
FIELD f_fkbioygz ZOMBIE_VILLAGER_CURED I
COMMENT A Zombie Villager is cured.
- COMMENT Called by {@link net.minecraft.entity.mob.ZombieVillagerEntity#finishConversion(net.minecraft.server.world.ServerWorld) ZombieVillagerEntity#finishConversion}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.entity.mob.ZombieVillagerEntity#finishConversion(net.minecraft.server.world.ServerWorld) ZombieVillagerEntity#finishConversion}
FIELD f_fsztjoww ZOMBIE_CONVERTS_TO_DROWNED I
COMMENT A Zombie converts into a Drowned.
- COMMENT Called by {@link net.minecraft.entity.mob.ZombieEntity#convertInWater() ZombieEntity#convertInWater}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.entity.mob.ZombieEntity#convertInWater() ZombieEntity#convertInWater}
FIELD f_fwgozjaz ZOMBIE_ATTACKS_IRON_DOOR I
COMMENT A Zombie attacks an Iron Door.
- COMMENT Called by {@link net.minecraft.entity.mob.SkeletonEntity#convertToStray() SkeletonEntity#convertToStray}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.entity.mob.SkeletonEntity#convertToStray() SkeletonEntity#convertToStray}
FIELD f_gjcpmjog JUKEBOX_SONG_START I
COMMENT A music disc song started. Called by {@link net.minecraft.entity.mob.ZombieEntity#killedEntity(net.minecraft.server.world.ServerWorld, net.minecraft.entity.LivingEntity) killedEntity}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.entity.mob.ZombieEntity#killedEntity(net.minecraft.server.world.ServerWorld, net.minecraft.entity.LivingEntity) killedEntity}
FIELD f_gvdfaiyt WITHER_SPAWNS I
COMMENT A Wither is spawned.
- COMMENT Called by {@link net.minecraft.entity.boss.WitherEntity#mobTick() WitherEntity#mobTick}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.entity.boss.WitherEntity#mobTick() WitherEntity#mobTick}
FIELD f_gvrkqdzz WAX_REMOVED I
COMMENT Wax is removed from a block.
- COMMENT Called by {@link net.minecraft.item.AxeItem#useOnBlock(net.minecraft.item.ItemUsageContext) AxeItem#useOnBlock}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.item.AxeItem#useOnBlock(net.minecraft.item.ItemUsageContext) AxeItem#useOnBlock}
FIELD f_hcwfwxmp DISPENSER_DISPENSES I
COMMENT A Dispenser dispenses an item.
- COMMENT Called by {@link net.minecraft.block.dispenser.BoatDispenserBehavior#playSound(net.minecraft.util.math.BlockPointer) BoatDispenserBehavior#playSound},
+ COMMENT
+ COMMENT Called by {@link net.minecraft.block.dispenser.BoatDispenserBehavior#playSound(net.minecraft.util.math.BlockPointer) BoatDispenserBehavior#playSound},
COMMENT {@link net.minecraft.block.dispenser.FallibleItemDispenserBehavior#playSound(net.minecraft.util.math.BlockPointer) FallibleItemDispenserBehavior#playSound},
COMMENT {@link net.minecraft.block.dispenser.ItemDispenserBehavior#playSound(net.minecraft.util.math.BlockPointer) ItemDispenserBehavior#playSound},
COMMENT and {@link net.minecraft.item.MinecartItem#DISPENSER_BEHAVIOR MinecartItem#DISPENSER_BEHAVIOR}
FIELD f_inmlykmt ENDER_DRAGON_BREAKS_BLOCK I
COMMENT An Ender Dragon breaks a block.
- COMMENT Called by {@link net.minecraft.entity.boss.dragon.EnderDragonEntity#destroyBlocks(net.minecraft.util.math.Box) EnderDragonEntity#destroyBlocks}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.entity.boss.dragon.EnderDragonEntity#destroyBlocks(net.minecraft.util.math.Box) EnderDragonEntity#destroyBlocks}
FIELD f_iucrgvpj ZOMBIE_BREAKS_WOODEN_DOOR I
COMMENT A Zombie breaks a Wooden Door.
- COMMENT Called by {@link net.minecraft.entity.ai.goal.BreakDoorGoal#tick() BreakDoorGoal#tick}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.entity.ai.goal.BreakDoorGoal#tick() BreakDoorGoal#tick}
FIELD f_jvrrncqo COMPOSTER_USED I
COMMENT An item is composted in a Composter.
- COMMENT A {@code 1} should be passed as extra data if the use of the composter added to the level of compost inside.
- COMMENT Called by {@link net.minecraft.block.ComposterBlock#onUse(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.entity.player.PlayerEntity, net.minecraft.util.Hand, net.minecraft.util.hit.BlockHitResult) ComposterBlock#onUse},
+ COMMENT
+ COMMENT A {@code 1} should be passed as extra data if the use of the composter added to the level of compost inside.
+ COMMENT
+ COMMENT Called by {@link net.minecraft.block.ComposterBlock#onUse(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.entity.player.PlayerEntity, net.minecraft.util.Hand, net.minecraft.util.hit.BlockHitResult) ComposterBlock#onUse},
COMMENT {@link net.minecraft.block.ComposterBlock.ComposterInventory#markDirty() ComposterBlock.ComposterInventory#markDirty},
COMMENT and {@link net.minecraft.entity.ai.brain.task.FarmerWorkTask#syncComposterEvent(net.minecraft.server.world.ServerWorld, net.minecraft.block.BlockState, net.minecraft.util.math.BlockPos, net.minecraft.block.BlockState) FarmerWorkTask#syncComposterEvent}
FIELD f_jyetcjax GRINDSTONE_USED I
COMMENT A Grindstone is used.
- COMMENT Called by {@link net.minecraft.screen.GrindstoneScreenHandler GrindstoneScreenHandler}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.screen.GrindstoneScreenHandler GrindstoneScreenHandler}
FIELD f_kgxuodug WET_SPONGE_DRIES_OUT I
COMMENT A Wet Sponge dries out in a hot dimension.
- COMMENT Called by {@link net.minecraft.block.WetSpongeBlock#onBlockAdded(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.block.BlockState, boolean) WetSpongeBlock#onBlockAdded}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.block.WetSpongeBlock#onBlockAdded(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.block.BlockState, boolean) WetSpongeBlock#onBlockAdded}
FIELD f_lqslqohq LECTERN_BOOK_PAGE_TURNED I
COMMENT A page is turned in a Book on a Lectern.
- COMMENT Called by {@link net.minecraft.block.LecternBlock#setPowered(net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.block.BlockState) LecternBlock#setPowered}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.block.LecternBlock#setPowered(net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.block.BlockState) LecternBlock#setPowered}
FIELD f_mbflupbp DRAGON_BREATH_CLOUD_SPAWNS I
COMMENT A Dragon Breath Cloud spawns.
- COMMENT Called by {@link net.minecraft.entity.projectile.DragonFireballEntity#onCollision(net.minecraft.util.hit.HitResult) DragonFireballEntity#onCollision}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.entity.projectile.DragonFireballEntity#onCollision(net.minecraft.util.hit.HitResult) DragonFireballEntity#onCollision}
FIELD f_mcvtgcze BREWING_STAND_BREWS I
COMMENT A Brewing Stand brews.
- COMMENT Called by {@link net.minecraft.block.entity.BrewingStandBlockEntity#craft(net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.util.collection.DefaultedList) BrewingStandBlockEntity#craft}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.block.entity.BrewingStandBlockEntity#craft(net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.util.collection.DefaultedList) BrewingStandBlockEntity#craft}
FIELD f_mjgzspkf POINTED_DRIPSTONE_DRIPS_LAVA_INTO_CAULDRON I
COMMENT Pointed Dripstone drips Lava into a Cauldron.
- COMMENT Called by {@link net.minecraft.block.CauldronBlock#fillFromDripstone(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.fluid.Fluid) CauldronBlock#fillFromDripstone}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.block.CauldronBlock#fillFromDripstone(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.fluid.Fluid) CauldronBlock#fillFromDripstone}
FIELD f_mqdhxafm BONE_MEAL_USED I
COMMENT Bone meal is used.
- COMMENT Called by {@link net.minecraft.item.BoneMealItem#useOnBlock(net.minecraft.item.ItemUsageContext) BoneMealItem#useOnBlock},
+ COMMENT
+ COMMENT Called by {@link net.minecraft.item.BoneMealItem#useOnBlock(net.minecraft.item.ItemUsageContext) BoneMealItem#useOnBlock},
COMMENT an anonymus class in {@link net.minecraft.block.dispenser.DispenserBehavior#registerDefaults() DispenserBehavior#registerDefaults},
COMMENT and {@link net.minecraft.entity.ai.brain.task.BoneMealTask#keepRunning(net.minecraft.server.world.ServerWorld, net.minecraft.entity.passive.VillagerEntity, long) BoneMealTask#keepRunning}
FIELD f_mwaqmoge DISPENSER_LAUNCHES_PROJECTILE I
COMMENT A Dispenser launches a projectile.
- COMMENT Called by {@link net.minecraft.block.dispenser.ProjectileDispenserBehavior#playSound(net.minecraft.util.math.BlockPointer) ProjectileDispenserBehavior#playSound}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.block.dispenser.ProjectileDispenserBehavior#playSound(net.minecraft.util.math.BlockPointer) ProjectileDispenserBehavior#playSound}
FIELD f_myncnhiu SCULK_CHARGES I
COMMENT A sculk catalyst charges.
- COMMENT Called by {@link net.minecraft.block.sculk.SculkBehavior#updateCharges(net.minecraft.world.WorldAccess, net.minecraft.util.math.BlockPos, net.minecraft.util.math.random.Random, boolean) SculkSpreadManager#tick}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.block.sculk.SculkBehavior#updateCharges(net.minecraft.world.WorldAccess, net.minecraft.util.math.BlockPos, net.minecraft.util.math.random.Random, boolean) SculkSpreadManager#tick}
FIELD f_nacmaknz END_GATEWAY_SPAWNS I
COMMENT An End Gateway spawns.
- COMMENT Called by {@link net.minecraft.entity.boss.dragon.EnderDragonFight#generateEndGateway(net.minecraft.util.math.BlockPos) EnderDragonFight#generateEndGateway}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.entity.boss.dragon.EnderDragonFight#generateEndGateway(net.minecraft.util.math.BlockPos) EnderDragonFight#generateEndGateway}
FIELD f_nkffgmmj END_PORTAL_FRAME_FILLED I
COMMENT An End Portal Frame is filled with an Eye of Ender.
- COMMENT Called by {@link net.minecraft.item.EnderEyeItem#useOnBlock(net.minecraft.item.ItemUsageContext) EnderEyeItem#useOnBlock}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.item.EnderEyeItem#useOnBlock(net.minecraft.item.ItemUsageContext) EnderEyeItem#useOnBlock}
FIELD f_nvgwoybg CHORUS_FLOWER_GROWS I
COMMENT A Chorus Flower grows.
- COMMENT Called by {@link net.minecraft.block.ChorusFlowerBlock#grow(net.minecraft.world.World, net.minecraft.util.math.BlockPos, int) ChorusFlowerBlock#grow}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.block.ChorusFlowerBlock#grow(net.minecraft.world.World, net.minecraft.util.math.BlockPos, int) ChorusFlowerBlock#grow}
FIELD f_nycqodok DISPENSER_ACTIVATED I
COMMENT A Dispenser is activated.
- COMMENT Called by {@link net.minecraft.block.dispenser.ItemDispenserBehavior#spawnParticles(net.minecraft.util.math.BlockPointer, net.minecraft.util.math.Direction) ItemDispenserBehavior#spawnParticles}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.block.dispenser.ItemDispenserBehavior#spawnParticles(net.minecraft.util.math.BlockPointer, net.minecraft.util.math.Direction) ItemDispenserBehavior#spawnParticles}
FIELD f_oluzowqh POINTED_DRIPSTONE_DRIPS I
COMMENT Pointed Dripstone drips fluid particles.
- COMMENT The ordinal direction the lightning rod is facing must be supplied as extra data.
- COMMENT Called by {@link net.minecraft.block.LightningRodBlock#setPowered(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos) LightningRodBlock#setPowered},
+ COMMENT
+ COMMENT The ordinal direction the lightning rod is facing must be supplied as extra data.
+ COMMENT
+ COMMENT Called by {@link net.minecraft.block.LightningRodBlock#setPowered(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos) LightningRodBlock#setPowered},
COMMENT and {@link net.minecraft.entity.LightningEntity#cleanOxidizationAround(net.minecraft.world.World, net.minecraft.util.math.BlockPos) LightningEntity#cleanOxidizationAround}
FIELD f_oxpcngiw GHAST_SHOOTS I
COMMENT A Ghast shoots a fireball.
- COMMENT Called by {@link net.minecraft.entity.mob.GhastEntity.ShootFireballGoal#tick() GhastEntity.ShootFireballGoal#tick}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.entity.mob.GhastEntity.ShootFireballGoal#tick() GhastEntity.ShootFireballGoal#tick}
FIELD f_paidaqle WITHER_BREAKS_BLOCK I
COMMENT A Wither breaks a block.
- COMMENT Called by {@link net.minecraft.entity.boss.WitherEntity#mobTick() WitherEntity#mobTick}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.entity.boss.WitherEntity#mobTick() WitherEntity#mobTick}
FIELD f_pikubdla REDSTONE_TORCH_BURNS_OUT I
COMMENT A Redstone Torch burns out.
- COMMENT Called by {@link net.minecraft.block.RedstoneTorchBlock#scheduledTick(net.minecraft.block.BlockState, net.minecraft.server.world.ServerWorld, net.minecraft.util.math.BlockPos, net.minecraft.util.random.RandomGenerator) RedstoneTorchBlock#scheduledTick}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.block.RedstoneTorchBlock#scheduledTick(net.minecraft.block.BlockState, net.minecraft.server.world.ServerWorld, net.minecraft.util.math.BlockPos, net.minecraft.util.random.RandomGenerator) RedstoneTorchBlock#scheduledTick}
FIELD f_ppddocdt ENDER_DRAGON_SHOOTS I
COMMENT An Ender Dragon shoots a fireball.
- COMMENT Called by {@link net.minecraft.entity.boss.dragon.phase.StrafePlayerPhase#serverTick() StrafePlayerPhase#serverTick}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.entity.boss.dragon.phase.StrafePlayerPhase#serverTick() StrafePlayerPhase#serverTick}
FIELD f_ptnwublh TRAVEL_THROUGH_PORTAL I
COMMENT A Portal is traveled through.
- COMMENT Called by {@link net.minecraft.server.network.ServerPlayerEntity#moveToWorld(net.minecraft.server.world.ServerWorld) ServerPlayerEntity#moveToWorld}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.server.network.ServerPlayerEntity#moveToWorld(net.minecraft.server.world.ServerWorld) ServerPlayerEntity#moveToWorld}
FIELD f_qpsvcqne BLAZE_SHOOTS I
COMMENT A Blaze shoots a fireball or a Fire Charge is shot by a dispenser.
- COMMENT Called by {@link net.minecraft.entity.mob.BlazeEntity.ShootFireballGoal#tick() BlazeEntity.ShootFireballGoal#tick},
+ COMMENT
+ COMMENT Called by {@link net.minecraft.entity.mob.BlazeEntity.ShootFireballGoal#tick() BlazeEntity.ShootFireballGoal#tick},
COMMENT and {@link net.minecraft.block.dispenser.DispenserBehavior DispenserBehavior}
FIELD f_qpwlwdaj GHAST_WARNS I
COMMENT A Ghast warns its victim.
- COMMENT Called by {@link net.minecraft.entity.mob.GhastEntity.ShootFireballGoal#tick() GhastEntity.ShootFireballGoal#tick}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.entity.mob.GhastEntity.ShootFireballGoal#tick() GhastEntity.ShootFireballGoal#tick}
FIELD f_rgtlhtzl EYE_OF_ENDER_BREAKS I
COMMENT A thrown Eye of Ender breaks.
- COMMENT Called by {@link net.minecraft.entity.EyeOfEnderEntity#tick() EyeOfEnderEntity#tick}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.entity.EyeOfEnderEntity#tick() EyeOfEnderEntity#tick}
FIELD f_sbzcuere BLOCK_SCRAPED I
COMMENT A block is scraped.
- COMMENT Called by {@link net.minecraft.item.AxeItem#useOnBlock(net.minecraft.item.ItemUsageContext) AxeItem#useOnBlock}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.item.AxeItem#useOnBlock(net.minecraft.item.ItemUsageContext) AxeItem#useOnBlock}
FIELD f_tawlorlv FIRE_EXTINGUISHED I
COMMENT Fire is extinguished.
- COMMENT Called by {@link net.minecraft.block.AbstractFireBlock#onBreak(net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.block.BlockState, net.minecraft.entity.player.PlayerEntity) AbstractFireBlock#onBreak},
+ COMMENT
+ COMMENT Called by {@link net.minecraft.block.AbstractFireBlock#onBreak(net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.block.BlockState, net.minecraft.entity.player.PlayerEntity) AbstractFireBlock#onBreak},
COMMENT {@link net.minecraft.entity.projectile.thrown.PotionEntity#extinguishFire(net.minecraft.util.math.BlockPos) PotionEntity#extinguishFire},
COMMENT and {@link net.minecraft.item.ShovelItem#useOnBlock(net.minecraft.item.ItemUsageContext) ShovelItem#useOnBlock}
FIELD f_tfprjayv PLANT_FERTILIZED I
COMMENT A plant is fertilized with Bone Meal or by a Bee, or a Turtle Egg is placed
- COMMENT Called by {@link net.minecraft.entity.passive.BeeEntity.GrowCropsGoal#tick() BeeEntity.GrowCropsGoal#tick},
+ COMMENT
+ COMMENT Called by {@link net.minecraft.entity.passive.BeeEntity.GrowCropsGoal#tick() BeeEntity.GrowCropsGoal#tick},
COMMENT {@link net.minecraft.item.BoneMealItem#useOnBlock(net.minecraft.item.ItemUsageContext) BoneMealItem#useOnBlock},
COMMENT {@link net.minecraft.entity.ai.brain.task.BoneMealTask#keepRunning(net.minecraft.server.world.ServerWorld, net.minecraft.entity.passive.VillagerEntity, long) BoneMealTask#keepRunning},
COMMENT {@link net.minecraft.block.dispenser.DispenserBehavior DispenserBehavior},
COMMENT and {@link net.minecraft.block.TurtleEggBlock#onBlockAdded(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.block.BlockState, boolean) TurtleEggBlock#onBlockAdded}
FIELD f_tpdelwqt BLOCK_WAXED I
COMMENT A block is waxed.
- COMMENT Called by {@link net.minecraft.item.HoneycombItem#useOnBlock(net.minecraft.item.ItemUsageContext) HoneycombItem#useOnBlock}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.item.HoneycombItem#useOnBlock(net.minecraft.item.ItemUsageContext) HoneycombItem#useOnBlock}
FIELD f_tsguzxsw ANVIL_LANDS I
COMMENT An Anvil lands after falling.
- COMMENT Called by {@link net.minecraft.block.AnvilBlock#onLanding(net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.block.BlockState, net.minecraft.block.BlockState, net.minecraft.entity.FallingBlockEntity) AnvilBlock#onLanding}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.block.AnvilBlock#onLanding(net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.block.BlockState, net.minecraft.block.BlockState, net.minecraft.entity.FallingBlockEntity) AnvilBlock#onLanding}
FIELD f_tthtkexy ANVIL_USED I
COMMENT An Anvil is used.
- COMMENT Called by {@link net.minecraft.screen.AnvilScreenHandler#onTakeOutput(net.minecraft.entity.player.PlayerEntity, net.minecraft.item.ItemStack) AnvilScreenHandler#onTakeOutput}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.screen.AnvilScreenHandler#onTakeOutput(net.minecraft.entity.player.PlayerEntity, net.minecraft.item.ItemStack) AnvilScreenHandler#onTakeOutput}
FIELD f_vcudumdi ENDER_DRAGON_RESURRECTED I
COMMENT The Ender Dragon is being resurrected.
- COMMENT Called by {@link net.minecraft.entity.boss.dragon.EnderDragonSpawnState#run(net.minecraft.server.world.ServerWorld, net.minecraft.entity.boss.dragon.EnderDragonFight, java.util.List, int, net.minecraft.util.math.BlockPos) EnderDragonSpawnState#run}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.entity.boss.dragon.EnderDragonSpawnState#run(net.minecraft.server.world.ServerWorld, net.minecraft.entity.boss.dragon.EnderDragonFight, java.util.List, int, net.minecraft.util.math.BlockPos) EnderDragonSpawnState#run}
FIELD f_vnerhpqs FIREWORK_ROCKET_SHOOTS I
COMMENT A Firework Rocket is shot.
- COMMENT Called by {@link net.minecraft.block.dispenser.DispenserBehavior DispenserBehavior}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.block.dispenser.DispenserBehavior DispenserBehavior}
FIELD f_vnnqpnkb ZOMBIE_ATTACKS_WOODEN_DOOR I
COMMENT A Zombie attacks a Wooden Door.
- COMMENT Called by {@link net.minecraft.entity.ai.goal.BreakDoorGoal#tick() BreakDoorGoal#tick}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.entity.ai.goal.BreakDoorGoal#tick() BreakDoorGoal#tick}
FIELD f_vttpvjxf PHANTOM_BITES I
COMMENT A Phantom bites its victim.
- COMMENT Called by {@link net.minecraft.entity.mob.PhantomEntity.SwoopMovementGoal#tick() PhantomEntity.SwoopMovementGoal#tick}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.entity.mob.PhantomEntity.SwoopMovementGoal#tick() PhantomEntity.SwoopMovementGoal#tick}
FIELD f_vxlruagb POINTED_DRIPSTONE_DRIPS_WATER_INTO_CAULDRON I
COMMENT Pointed Dripstone drips Water into a Cauldron.
- COMMENT Called by {@link net.minecraft.block.CauldronBlock#fillFromDripstone(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.fluid.Fluid) CauldronBlock#fillFromDripstone},
+ COMMENT
+ COMMENT Called by {@link net.minecraft.block.CauldronBlock#fillFromDripstone(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.fluid.Fluid) CauldronBlock#fillFromDripstone},
COMMENT and {@link net.minecraft.block.LeveledCauldronBlock#fillFromDripstone(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.fluid.Fluid) LeveledCauldronBlock#fillFromDripstone}
FIELD f_wrcxqnhh LAVA_EXTINGUISHED I
COMMENT Lava is extinguished.
- COMMENT Called by {@link net.minecraft.block.FluidBlock#playExtinguishSound(net.minecraft.world.WorldAccess, net.minecraft.util.math.BlockPos) FluidBlock#playExtinguishSound},
+ COMMENT
+ COMMENT Called by {@link net.minecraft.block.FluidBlock#playExtinguishSound(net.minecraft.world.WorldAccess, net.minecraft.util.math.BlockPos) FluidBlock#playExtinguishSound},
COMMENT and {@link net.minecraft.fluid.LavaFluid#playExtinguishEvent(net.minecraft.world.WorldAccess, net.minecraft.util.math.BlockPos) LavaFluid#playExtinguishEvent}
FIELD f_wusaozsy SPAWNER_SPAWNS_MOB I
COMMENT A Spawner spawns a mob.
- COMMENT Called by {@link net.minecraft.world.MobSpawnerLogic#serverTick(net.minecraft.server.world.ServerWorld, net.minecraft.util.math.BlockPos) MobSpawnerLogic#serverTick}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.world.MobSpawnerLogic#serverTick(net.minecraft.server.world.ServerWorld, net.minecraft.util.math.BlockPos) MobSpawnerLogic#serverTick}
FIELD f_xdlmydns BAT_TAKES_OFF I
COMMENT A Bat takes off.
- COMMENT Called by {@link net.minecraft.entity.passive.BatEntity#mobTick() BatEntity#mobTick}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.entity.passive.BatEntity#mobTick() BatEntity#mobTick}
FIELD f_xwynonzv INSTANT_SPLASH_POTION_SPLASHED I
COMMENT An instant Splash Potion is splashed.
- COMMENT The hex color of the potion must be supplied as extra data.
- COMMENT For non-instant effects, use {@link #SPLASH_POTION_SPLASHED}.
- COMMENT Called by {@link net.minecraft.entity.projectile.thrown.PotionEntity#onCollision(net.minecraft.util.hit.HitResult) PotionEntity#onCollision}
+ COMMENT
+ COMMENT The hex color of the potion must be supplied as extra data.
+ COMMENT
+ COMMENT For non-instant effects, use {@link #SPLASH_POTION_SPLASHED}.
+ COMMENT
+ COMMENT Called by {@link net.minecraft.entity.projectile.thrown.PotionEntity#onCollision(net.minecraft.util.hit.HitResult) PotionEntity#onCollision}
FIELD f_yjxyrfgx SPLASH_POTION_SPLASHED I
COMMENT A non-instant Splash Potion is splashed.
- COMMENT The hex color of the potion must be supplied as extra data.
- COMMENT For instant effects such as Instant Health and Instant Damage, use {@link #INSTANT_SPLASH_POTION_SPLASHED}.
- COMMENT Called by {@link net.minecraft.entity.projectile.thrown.ExperienceBottleEntity#onCollision(net.minecraft.util.hit.HitResult) ExperienceBottleEntity#onCollision},
+ COMMENT
+ COMMENT The hex color of the potion must be supplied as extra data.
+ COMMENT
+ COMMENT For instant effects such as Instant Health and Instant Damage, use {@link #INSTANT_SPLASH_POTION_SPLASHED}.
+ COMMENT
+ COMMENT Called by {@link net.minecraft.entity.projectile.thrown.ExperienceBottleEntity#onCollision(net.minecraft.util.hit.HitResult) ExperienceBottleEntity#onCollision},
COMMENT and {@link net.minecraft.entity.projectile.thrown.PotionEntity#onCollision(net.minecraft.util.hit.HitResult) PotionEntity#onCollision}
FIELD f_yoneplka END_PORTAL_OPENED I
COMMENT An End Portal is opened.
- COMMENT Called by {@link net.minecraft.item.EnderEyeItem#useOnBlock(net.minecraft.item.ItemUsageContext) EnderEyeItem#useOnBlock}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.item.EnderEyeItem#useOnBlock(net.minecraft.item.ItemUsageContext) EnderEyeItem#useOnBlock}
FIELD f_zdnruicv BLOCK_BROKEN I
COMMENT A block is broken.
- COMMENT The raw ID of the block must be supplied as extra data.
- COMMENT Called by {@link net.minecraft.block.Block#spawnBreakParticles(net.minecraft.world.World, net.minecraft.entity.player.PlayerEntity, net.minecraft.util.math.BlockPos, net.minecraft.block.BlockState) Block#spawnBreakParticles},
+ COMMENT
+ COMMENT The raw ID of the block must be supplied as extra data.
+ COMMENT
+ COMMENT Called by {@link net.minecraft.block.Block#spawnBreakParticles(net.minecraft.world.World, net.minecraft.entity.player.PlayerEntity, net.minecraft.util.math.BlockPos, net.minecraft.block.BlockState) Block#spawnBreakParticles},
COMMENT {@link net.minecraft.block.TallPlantBlock#onBreakInCreative(net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.block.BlockState, net.minecraft.entity.player.PlayerEntity) TallPlantBlock#onBreakInCreative},
COMMENT {@link net.minecraft.entity.ai.goal.BreakDoorGoal#tick() BreakDoorGoal#tick},
COMMENT {@link net.minecraft.block.CarvedPumpkinBlock#trySpawnEntity(net.minecraft.world.World, net.minecraft.util.math.BlockPos) CarvedPumpkinBlock#trySpawnEntity},
@@ -319,5 +453,7 @@ CLASS net/minecraft/unmapped/C_kkbhcwdu net/minecraft/world/WorldEvents
COMMENT Stops any music disc song soud event that was currently playing.
FIELD f_zqjivmjl WITHER_SHOOTS I
COMMENT A Wither shoots a wither skull.
- COMMENT Called by {@link net.minecraft.entity.boss.WitherEntity#shootSkullAt(int, double, double, double, boolean) WitherEntity#shootSkullAt}
+ COMMENT
+ COMMENT Called by {@link net.minecraft.entity.boss.WitherEntity#shootSkullAt(int, double, double, double, boolean) WitherEntity#shootSkullAt}
diff --git a/mappings/net/minecraft/world/WorldView.mapping b/mappings/net/minecraft/world/WorldView.mapping
index 13361cdb02..cd6feb0bad 100644
--- a/mappings/net/minecraft/world/WorldView.mapping
+++ b/mappings/net/minecraft/world/WorldView.mapping
@@ -6,8 +6,8 @@ CLASS net/minecraft/unmapped/C_eemzphbi net/minecraft/world/WorldView
ARG 1 pos
METHOD m_cnmhzsof isClient ()Z
COMMENT Checks if this world view is on the logical client.
- COMMENT
- COMMENT If the value returned is false, it is expected that this world is present on a logical server.
+ COMMENT
+ COMMENT If the value returned is false, it is expected that this world is present on a logical server.
METHOD m_diripjqv isAir (Lnet/minecraft/unmapped/C_hynzadkk;)Z
ARG 1 pos
METHOD m_dlxeajac getLightLevel (Lnet/minecraft/unmapped/C_hynzadkk;I)I
diff --git a/mappings/net/minecraft/world/biome/BiomeEffects.mapping b/mappings/net/minecraft/world/biome/BiomeEffects.mapping
index 23efacc75a..071dea34d1 100644
--- a/mappings/net/minecraft/world/biome/BiomeEffects.mapping
+++ b/mappings/net/minecraft/world/biome/BiomeEffects.mapping
@@ -27,18 +27,18 @@ CLASS net/minecraft/unmapped/C_rkpddiir net/minecraft/world/biome/BiomeEffects
ARG 12 music
METHOD m_adjblyej getAdditionsSound ()Ljava/util/Optional;
COMMENT Returns the additions sound.
- COMMENT
- COMMENT An additions sound is played at 1.1% chance every tick as an ambient
+ COMMENT
+ COMMENT An additions sound is played at 1.1% chance every tick as an ambient
COMMENT sound whenever the player is in the biome with this effect.
METHOD m_aifepmjb getParticleConfig ()Ljava/util/Optional;
METHOD m_cboueolz getMoodSound ()Ljava/util/Optional;
COMMENT Returns the mood sound.
- COMMENT
- COMMENT A mood sound is played once every 6000 to 17999 ticks as an ambient
+ COMMENT
+ COMMENT A mood sound is played once every 6000 to 17999 ticks as an ambient
COMMENT sound whenever the player is in the biome with this effect and near a
COMMENT position that has 0 sky light and less than 7 combined light.
- COMMENT
- COMMENT Overworld biomes have the regular cave sound as their mood sound,
+ COMMENT
+ COMMENT Overworld biomes have the regular cave sound as their mood sound,
COMMENT while three nether biomes in 20w10a have their dedicated mood sounds.
METHOD m_dgcztppw (Lnet/minecraft/unmapped/C_rkpddiir;)Ljava/util/Optional;
ARG 0 effects
@@ -59,8 +59,8 @@ CLASS net/minecraft/unmapped/C_rkpddiir net/minecraft/world/biome/BiomeEffects
ARG 0 effects
METHOD m_rfxbffiq getLoopSound ()Ljava/util/Optional;
COMMENT Returns the loop sound.
- COMMENT
- COMMENT A loop sound is played continuously as an ambient sound whenever the
+ COMMENT
+ COMMENT A loop sound is played continuously as an ambient sound whenever the
COMMENT player is in the biome with this effect.
METHOD m_riyhrpwb (Lnet/minecraft/unmapped/C_rkpddiir;)Lnet/minecraft/unmapped/C_rkpddiir$C_estplwrp;
ARG 0 effects
diff --git a/mappings/net/minecraft/world/biome/source/BiomeCoords.mapping b/mappings/net/minecraft/world/biome/source/BiomeCoords.mapping
index 96925bda54..8e2a5f9ba2 100644
--- a/mappings/net/minecraft/world/biome/source/BiomeCoords.mapping
+++ b/mappings/net/minecraft/world/biome/source/BiomeCoords.mapping
@@ -1,8 +1,8 @@
CLASS net/minecraft/unmapped/C_npfjklya net/minecraft/world/biome/source/BiomeCoords
COMMENT Utility class for converting between biome coordinates and block or chunk
COMMENT coordinates.
- COMMENT
- COMMENT Modders should use this class as Mojang may change the biome coordinate to
+ COMMENT
+ COMMENT Modders should use this class as Mojang may change the biome coordinate to
COMMENT block or chunk coordinate ratio in the future again.
COMMENT
COMMENT @apiNote A biome voxel comprises of 4×4×4 block voxels, as that's how biomes
diff --git a/mappings/net/minecraft/world/biome/source/util/MultiNoiseUtil.mapping b/mappings/net/minecraft/world/biome/source/util/MultiNoiseUtil.mapping
index 174eaffa14..f159d08cfd 100644
--- a/mappings/net/minecraft/world/biome/source/util/MultiNoiseUtil.mapping
+++ b/mappings/net/minecraft/world/biome/source/util/MultiNoiseUtil.mapping
@@ -101,8 +101,8 @@ CLASS net/minecraft/unmapped/C_ohqwadgy net/minecraft/world/biome/source/util/Mu
FIELD f_nyhxmoea offset J
COMMENT This value works differently from the other parameters, in that it is
COMMENT always {@code 0} during biome generation and does not use noise.
- COMMENT
- COMMENT This means that setting it to a non-null number will make the biome smaller.
+ COMMENT
+ COMMENT This means that setting it to a non-null number will make the biome smaller.
COMMENT The farther {@code offset} is from {@code 0}, the smaller the biome will be.
COMMENT For this, it does not matter whether {@code offset} is positive or negative.
FIELD f_rhcpxgzi humidity Lnet/minecraft/unmapped/C_ohqwadgy$C_pmcopbbm;
@@ -133,12 +133,12 @@ CLASS net/minecraft/unmapped/C_ohqwadgy net/minecraft/world/biome/source/util/Mu
COMMENT distance is a squared distance in a multi-dimensional cartesian plane
COMMENT from a mathematical point of view, with a special parameter that
COMMENT reduces the calculated distance.
- COMMENT
- COMMENT For most fields except offset, smaller difference between
+ COMMENT
+ COMMENT For most fields except offset, smaller difference between
COMMENT two noise values will lead to smaller distance. For offset,
COMMENT larger differences lead to larger distance.
- COMMENT
- COMMENT This distance is used by the multi-noise biome source. The
+ COMMENT
+ COMMENT This distance is used by the multi-noise biome source. The
COMMENT layer source calculates an arbitrary noise point, and selects the
COMMENT biome that offers a closest point to its arbitrary point.
ARG 1 point
diff --git a/mappings/net/minecraft/world/border/WorldBorder.mapping b/mappings/net/minecraft/world/border/WorldBorder.mapping
index ee3b013f5a..2a1edeb26f 100644
--- a/mappings/net/minecraft/world/border/WorldBorder.mapping
+++ b/mappings/net/minecraft/world/border/WorldBorder.mapping
@@ -12,8 +12,8 @@ CLASS net/minecraft/unmapped/C_pneibfez net/minecraft/world/border/WorldBorder
METHOD m_agoadbhk getListeners ()Ljava/util/List;
METHOD m_btyvpimw getMaxRadius ()I
COMMENT Returns the maximum radius of this border, in blocks.
- COMMENT
- COMMENT The default value is 29999984.
+ COMMENT
+ COMMENT The default value is 29999984.
METHOD m_bxlhwbmt getBoundWest ()D
METHOD m_cqocgglm canCollide (Lnet/minecraft/unmapped/C_astfners;Lnet/minecraft/unmapped/C_hbcjzgoe;)Z
ARG 1 entity
@@ -58,10 +58,11 @@ CLASS net/minecraft/unmapped/C_pneibfez net/minecraft/world/border/WorldBorder
METHOD m_moelrhva getBoundNorth ()D
METHOD m_nnfnigje getWarningTime ()I
COMMENT Returns the warning time of this border, in ticks.
- COMMENT Once a player goes beyond the border, this is the time before a message
+ COMMENT
+ COMMENT Once a player goes beyond the border, this is the time before a message
COMMENT is displayed to them.
- COMMENT
- COMMENT The default value is 15.
+ COMMENT
+ COMMENT The default value is 15.
METHOD m_oyfyshcc setDamagePerBlock (D)V
COMMENT Sets the damage per block of this border and notifies all listeners.
ARG 1 damagePerBlock
@@ -83,16 +84,17 @@ CLASS net/minecraft/unmapped/C_pneibfez net/minecraft/world/border/WorldBorder
ARG 1 maxRadius
METHOD m_tegoerqq getSafeZone ()D
COMMENT Returns the safe zone of this border.
- COMMENT
- COMMENT The default value is 5.0.
+ COMMENT
+ COMMENT The default value is 5.0.
METHOD m_uaflvqmh load (Lnet/minecraft/unmapped/C_pneibfez$C_koayjdos;)V
ARG 1 properties
METHOD m_ugghurew getDamagePerBlock ()D
COMMENT Returns the damage increase per block beyond this border, in hearts.
- COMMENT Once an entity goes beyond the border and the safe zone, damage will be
+ COMMENT
+ COMMENT Once an entity goes beyond the border and the safe zone, damage will be
COMMENT applied depending on the distance traveled multiplied by this damage increase.
- COMMENT
- COMMENT The default value is 0.2.
+ COMMENT
+ COMMENT The default value is 0.2.
COMMENT
COMMENT @see net.minecraft.entity.LivingEntity#baseTick()
METHOD m_wzayjnat contains (DD)Z
@@ -106,10 +108,11 @@ CLASS net/minecraft/unmapped/C_pneibfez net/minecraft/world/border/WorldBorder
METHOD m_yxcbppzo getBoundSouth ()D
METHOD m_ztkzbzhx getWarningBlocks ()I
COMMENT Returns the warning distance of this border, in blocks.
- COMMENT When an entity approaches the border, this is the distance from which
+ COMMENT
+ COMMENT When an entity approaches the border, this is the distance from which
COMMENT a warning will be displayed.
- COMMENT
- COMMENT The default value is 5.
+ COMMENT
+ COMMENT The default value is 5.
METHOD m_zutegmjd getSize ()D
CLASS C_jpezqkmy StaticArea
FIELD f_eewlbzle size D
diff --git a/mappings/net/minecraft/world/chunk/light/LightStorage.mapping b/mappings/net/minecraft/world/chunk/light/LightStorage.mapping
index 6435a27504..83eea79831 100644
--- a/mappings/net/minecraft/world/chunk/light/LightStorage.mapping
+++ b/mappings/net/minecraft/world/chunk/light/LightStorage.mapping
@@ -1,11 +1,11 @@
CLASS net/minecraft/unmapped/C_jbeocnxo net/minecraft/world/chunk/light/LightStorage
COMMENT LightStorage handles the access, storage and propagation of a specific kind of light within the world.
COMMENT For example, separate instances will be used to store block light as opposed to sky light.
- COMMENT
- COMMENT The smallest unit within LightStorage is the section. Sections represent a cube of 16x16x16 blocks and their lighting data.
+ COMMENT
+ COMMENT The smallest unit within LightStorage is the section. Sections represent a cube of 16x16x16 blocks and their lighting data.
COMMENT In turn, 16 sections stacked on top of each other form a column, which are analogous to the standard 16x256x16 world chunks.
- COMMENT
- COMMENT To avoid allocations, LightStorage packs all the coordinate arguments into single long values. Extra care should be taken
+ COMMENT
+ COMMENT To avoid allocations, LightStorage packs all the coordinate arguments into single long values. Extra care should be taken
COMMENT to ensure that the relevant types are being used where appropriate.
COMMENT
COMMENT @see SkyLightStorage
diff --git a/mappings/net/minecraft/world/dimension/AreaHelper.mapping b/mappings/net/minecraft/world/dimension/AreaHelper.mapping
index 93265495f4..a640f8e744 100644
--- a/mappings/net/minecraft/world/dimension/AreaHelper.mapping
+++ b/mappings/net/minecraft/world/dimension/AreaHelper.mapping
@@ -25,8 +25,8 @@ CLASS net/minecraft/unmapped/C_roraysyx net/minecraft/world/dimension/AreaHelper
ARG 3 dimensions
METHOD m_kxfqgler getNetherTeleportTarget (Lnet/minecraft/unmapped/C_bdwnwhiu;Lnet/minecraft/unmapped/C_wauhtoaq$C_tqypnjit;Lnet/minecraft/unmapped/C_xpuuihxf$C_rmpfouoz;Lnet/minecraft/unmapped/C_vgpupfxx;Lnet/minecraft/unmapped/C_astfners;Lnet/minecraft/unmapped/C_vgpupfxx;FF)Lnet/minecraft/unmapped/C_iicnuxxd;
COMMENT Determines a {@link TeleportTarget} based on a specific portal.
- COMMENT
- COMMENT The offset, velocity, and angle are modified based on the portal's axis.
+ COMMENT
+ COMMENT The offset, velocity, and angle are modified based on the portal's axis.
ARG 0 destination
ARG 1 portalRect
ARG 2 portalAxis
diff --git a/mappings/net/minecraft/world/dimension/DimensionType.mapping b/mappings/net/minecraft/world/dimension/DimensionType.mapping
index eb45926854..463d535bfb 100644
--- a/mappings/net/minecraft/world/dimension/DimensionType.mapping
+++ b/mappings/net/minecraft/world/dimension/DimensionType.mapping
@@ -32,8 +32,8 @@ CLASS net/minecraft/unmapped/C_oxijnccf net/minecraft/world/dimension/DimensionT
ARG 0 instance
METHOD m_bvmwwece getMoonPhase (J)I
COMMENT Gets the moon phase index of Minecraft's moon.
- COMMENT
- COMMENT This is typically used to determine the size of the moon that should be rendered.
+ COMMENT
+ COMMENT This is typically used to determine the size of the moon that should be rendered.
ARG 1 time
COMMENT the time to calculate the index from
METHOD m_fcjfwdgg hasRaids ()Z
diff --git a/mappings/net/minecraft/world/entity/EntityHandler.mapping b/mappings/net/minecraft/world/entity/EntityHandler.mapping
index 6dfb2c1036..6e3dbe90ee 100644
--- a/mappings/net/minecraft/world/entity/EntityHandler.mapping
+++ b/mappings/net/minecraft/world/entity/EntityHandler.mapping
@@ -1,7 +1,7 @@
CLASS net/minecraft/unmapped/C_xtscumla net/minecraft/world/entity/EntityHandler
COMMENT The entity handler exposes world's entity handling to entity managers.
- COMMENT
- COMMENT Each handler is usually associated with a {@link net.minecraft.world.World}.
+ COMMENT
+ COMMENT Each handler is usually associated with a {@link net.minecraft.world.World}.
COMMENT
COMMENT @param It supports iteration, unfiltered or via intersection with boxes and/or type filtration, and accessing by ID.
+ COMMENT
+ COMMENT It supports iteration, unfiltered or via intersection with boxes and/or type filtration, and accessing by ID.
COMMENT
COMMENT @param It's up to the user to ensure that the index and the cache are
+ COMMENT
+ COMMENT It's up to the user to ensure that the index and the cache are
COMMENT consistent with each other.
COMMENT
COMMENT @param This method takes in the world seed and the negative-most block coordinates of the
+ COMMENT
+ COMMENT This method takes in the world seed and the negative-most block coordinates of the
COMMENT chunk. The coordinate pair provided is equivalent to (chunkX * 16, chunkZ * 16). The
COMMENT three values are mixed together through some layers of hashing to produce the
COMMENT population seed.
- COMMENT
- COMMENT This function has been proved to be reversible through some exploitation of the underlying
+ COMMENT
+ COMMENT This function has been proved to be reversible through some exploitation of the underlying
COMMENT nextLong() weaknesses. It is also important to remember that since setSeed()
COMMENT truncates the 16 upper bits of world seed, only the 48 lowest bits affect the population
COMMENT seed output.
@@ -22,12 +22,12 @@ CLASS net/minecraft/unmapped/C_zorcemxg net/minecraft/world/gen/ChunkRandom
METHOD m_kqsbqpyh setRegionSeed (JIII)V
COMMENT Seeds the randomizer to determine the start position of structure features such as
COMMENT temples, monuments and buried treasures within a region.
- COMMENT
- COMMENT The region coordinates pair corresponds to the coordinates of the region the seeded
+ COMMENT
+ COMMENT The region coordinates pair corresponds to the coordinates of the region the seeded
COMMENT chunk lies in. For example, a swamp hut region is 32 by 32 chunks meaning that all
COMMENT chunks that lie within that region get seeded the same way.
- COMMENT
- COMMENT Similarly, the upper 16 bits of world seed also do not affect the region seed because
+ COMMENT
+ COMMENT Similarly, the upper 16 bits of world seed also do not affect the region seed because
COMMENT they get truncated in the setSeed() call.
ARG 1 worldSeed
ARG 3 regionX
@@ -41,8 +41,8 @@ CLASS net/minecraft/unmapped/C_zorcemxg net/minecraft/world/gen/ChunkRandom
METHOD m_nvexbmvp setCarverSeed (JII)V
COMMENT Seeds the randomizer to generate larger features such as caves, ravines, mineshafts
COMMENT and strongholds. It is also used to initiate structure start behavior such as rotation.
- COMMENT
- COMMENT Similar to the population seed, only the 48 lowest bits of the world seed affect the
+ COMMENT
+ COMMENT Similar to the population seed, only the 48 lowest bits of the world seed affect the
COMMENT output since it the upper 16 bits are truncated in the setSeed() call.
ARG 1 worldSeed
ARG 3 chunkX
diff --git a/mappings/net/minecraft/world/gen/Spawner.mapping b/mappings/net/minecraft/world/gen/Spawner.mapping
index 80f7a75c83..812e421152 100644
--- a/mappings/net/minecraft/world/gen/Spawner.mapping
+++ b/mappings/net/minecraft/world/gen/Spawner.mapping
@@ -1,7 +1,7 @@
CLASS net/minecraft/unmapped/C_wvvtxfmr net/minecraft/world/gen/Spawner
COMMENT Handles spawning entities in a world.
- COMMENT
- COMMENT A spawner is typically used to spawn entities within a special context, such as cats in a village or wandering traders.
+ COMMENT
+ COMMENT A spawner is typically used to spawn entities within a special context, such as cats in a village or wandering traders.
METHOD m_pbgbeapl spawn (Lnet/minecraft/unmapped/C_bdwnwhiu;ZZ)I
COMMENT Spawns entities into a world.
COMMENT
diff --git a/mappings/net/minecraft/world/gen/StructureChecker.mapping b/mappings/net/minecraft/world/gen/StructureChecker.mapping
index 150fe5b0cf..da41e6134d 100644
--- a/mappings/net/minecraft/world/gen/StructureChecker.mapping
+++ b/mappings/net/minecraft/world/gen/StructureChecker.mapping
@@ -55,7 +55,6 @@ CLASS net/minecraft/unmapped/C_jydrhkzs net/minecraft/world/gen/StructureChecker
ARG 2 structureReferences
METHOD m_qoehppjm isGenerationPossible (Lnet/minecraft/unmapped/C_ynrszrtu;Lnet/minecraft/unmapped/C_quklzgtb;)Z
COMMENT {@return whether {@code feature} is able to generate in {@code pos}}
- COMMENT
COMMENT
COMMENT This method only performs simple checks like biomes.
ARG 1 pos
diff --git a/mappings/net/minecraft/world/gen/chunk/ChunkGeneratorSettings.mapping b/mappings/net/minecraft/world/gen/chunk/ChunkGeneratorSettings.mapping
index 29cde09aa4..1f822db76f 100644
--- a/mappings/net/minecraft/world/gen/chunk/ChunkGeneratorSettings.mapping
+++ b/mappings/net/minecraft/world/gen/chunk/ChunkGeneratorSettings.mapping
@@ -54,8 +54,8 @@ CLASS net/minecraft/unmapped/C_lwpfhits net/minecraft/world/gen/chunk/ChunkGener
METHOD m_uckaqpbt seaLevel ()I
METHOD m_utlfjqxl mobGenerationDisabled ()Z
COMMENT Whether entities will be generated during chunk population.
- COMMENT
- COMMENT It does not control whether spawns will occur during gameplay.
+ COMMENT
+ COMMENT It does not control whether spawns will occur during gameplay.
METHOD m_ynmwhcth aquifersEnabled ()Z
METHOD m_znwljrxu generationShapeConfig ()Lnet/minecraft/unmapped/C_ulvgadxi;
METHOD m_zpaprfti noiseRouter ()Lnet/minecraft/unmapped/C_fpiyqmft;
diff --git a/mappings/net/minecraft/world/gen/feature/PlacedFeature.mapping b/mappings/net/minecraft/world/gen/feature/PlacedFeature.mapping
index 0a36a35ef1..0cb7d901a2 100644
--- a/mappings/net/minecraft/world/gen/feature/PlacedFeature.mapping
+++ b/mappings/net/minecraft/world/gen/feature/PlacedFeature.mapping
@@ -29,7 +29,6 @@ CLASS net/minecraft/unmapped/C_jewbaoib net/minecraft/world/gen/feature/PlacedFe
METHOD m_qncvixll generate (Lnet/minecraft/unmapped/C_ldkphtbr;Lnet/minecraft/unmapped/C_kgfalbim;Lnet/minecraft/unmapped/C_rlomrsco;Lnet/minecraft/unmapped/C_hynzadkk;)Z
COMMENT Generates a configured feature at the positions obtained by applying
COMMENT placement modifiers to the given position.
- COMMENT
COMMENT
COMMENT To calculate positions, it first creates a singleton stream of the
COMMENT given position, then it applies placement modifiers with {@linkplain
diff --git a/mappings/net/minecraft/world/gen/feature/StructureFeature.mapping b/mappings/net/minecraft/world/gen/feature/StructureFeature.mapping
index 2c7eb84d51..3762d24333 100644
--- a/mappings/net/minecraft/world/gen/feature/StructureFeature.mapping
+++ b/mappings/net/minecraft/world/gen/feature/StructureFeature.mapping
@@ -18,7 +18,6 @@ CLASS net/minecraft/unmapped/C_quklzgtb net/minecraft/world/gen/feature/Structur
METHOD m_dxkfkbfa getLowestPosNearChunkCenter (Lnet/minecraft/unmapped/C_quklzgtb$C_ooyswlix;Lnet/minecraft/unmapped/C_mboglirk;)Lnet/minecraft/unmapped/C_hynzadkk;
COMMENT Get the lowest position in a 5 by 5 area offset 7 blocks horizontally from the
COMMENT corner towards the center of the context chunk.
- COMMENT
COMMENT
COMMENT Used in {@link net.minecraft.world.gen.feature.WoodlandMansionFeature#findGenerationPos(GenerationContext)}
COMMENT and {@link net.minecraft.world.gen.feature.EndCityFeature#findGenerationPos(GenerationContext)}
diff --git a/src/constants/java/org/quiltmc/quiltmappings/constants/MiningLevels.java b/src/constants/java/org/quiltmc/quiltmappings/constants/MiningLevels.java
index 4960616eb3..3bea2f1b61 100644
--- a/src/constants/java/org/quiltmc/quiltmappings/constants/MiningLevels.java
+++ b/src/constants/java/org/quiltmc/quiltmappings/constants/MiningLevels.java
@@ -6,22 +6,28 @@
/**
* Constants of Mining Levels.
- * Mining levels are used by blocks to determine the strength of the tools required to successfully harvest them.
- *
+ * Mining levels are used by blocks to determine the strength of the tools required to successfully harvest them.
+ *
+ * All tool materials have an assigned mining level. If a tool's mining level is equal to or greater than the block's,
* the tool will apply its efficiency bonus and the block will drop its loot table.
- * Blocks without mining levels, or items that aren't tools, use {@link MiningLevels#HAND}.
+ *
+ * Blocks without mining levels, or items that aren't tools, use {@link MiningLevels#HAND}.
+ *
* @see net.minecraft.item.ToolMaterial#getMiningLevel() ToolMaterial#getMiningLevel
*/
public final class MiningLevels {
/**
* Blocks with this level do not require a tool to harvest.
- *
+ * This is the default level for blocks and items.
*/
public static final int HAND = -1;
/**
* Blocks with this level require a Wooden tool or better to harvest.
- *
+ * In addition to Wooden Tools, Golden Tools also use this level.
*/
public static final int WOOD = 0;
@@ -45,6 +51,5 @@ public final class MiningLevels {
*/
public static final int NETHERITE = 4;
- private MiningLevels() {
- }
+ private MiningLevels() {}
}
diff --git a/src/constants/java/org/quiltmc/quiltmappings/constants/package-info.java b/src/constants/java/org/quiltmc/quiltmappings/constants/package-info.java
index 775d13f9ed..227d23a204 100644
--- a/src/constants/java/org/quiltmc/quiltmappings/constants/package-info.java
+++ b/src/constants/java/org/quiltmc/quiltmappings/constants/package-info.java
@@ -5,8 +5,8 @@
/**
* Provides a few classes holding constants that possibly existed for better understanding
* of the Minecraft codebase.
- *
- * Warning: These classes are absent at runtime. They are exclusively
+ *
+ * Warning: These classes are absent at runtime. They are exclusively
* for use during compile time, in which the Java Compiler will replace the field references
* with constant values.
*/
diff --git a/src/packageDocs/java/net/minecraft/entity/ai/brain/package-info.java b/src/packageDocs/java/net/minecraft/entity/ai/brain/package-info.java
index 9aedaad288..7231edcd2a 100644
--- a/src/packageDocs/java/net/minecraft/entity/ai/brain/package-info.java
+++ b/src/packageDocs/java/net/minecraft/entity/ai/brain/package-info.java
@@ -5,8 +5,8 @@
/**
* This and its subpackages make up the brain system used by some modern Minecraft entities,
* such as villagers, piglins, and axolotls.
- *
- * Compared to {@linkplain net.minecraft.entity.ai.goal the goal system}, the brain system's
+ *
+ * Compared to {@linkplain net.minecraft.entity.ai.goal the goal system}, the brain system's
* main advantage is that it allows sharing of certain expensive calculation results in the
* form of memory by the individual tasks.
*/
diff --git a/src/packageDocs/java/net/minecraft/entity/ai/goal/package-info.java b/src/packageDocs/java/net/minecraft/entity/ai/goal/package-info.java
index 829910ff0a..08f83bd8ad 100644
--- a/src/packageDocs/java/net/minecraft/entity/ai/goal/package-info.java
+++ b/src/packageDocs/java/net/minecraft/entity/ai/goal/package-info.java
@@ -4,8 +4,8 @@
/**
* The basic AI system for Minecraft living entities.
- *
- * This has been the dominant AI system in Minecraft since 1.8. In 1.14, with the update
+ *
+ * This has been the dominant AI system in Minecraft since 1.8. In 1.14, with the update
* on villagers, a new {@linkplain net.minecraft.entity.ai.brain brain system} has been
* introduced.
*/
diff --git a/src/packageDocs/java/net/minecraft/package-info.java b/src/packageDocs/java/net/minecraft/package-info.java
index 76a34b4468..6d2a5f26b5 100644
--- a/src/packageDocs/java/net/minecraft/package-info.java
+++ b/src/packageDocs/java/net/minecraft/package-info.java
@@ -5,8 +5,8 @@
/**
* The base package for all Minecraft classes. All Minecraft classes belong to this package
* in their intermediary names.
- *
- * Unmapped classes go into this package by default. This package additionally contains
+ *
+ * Unmapped classes go into this package by default. This package additionally contains
* {@link Bootstrap}, {@link SharedConstants}, and {@link MinecraftVersion} classes.
*
*/
diff --git a/src/packageDocs/java/net/minecraft/resource/package-info.java b/src/packageDocs/java/net/minecraft/resource/package-info.java
index 2c6b790e66..4925f01bc3 100644
--- a/src/packageDocs/java/net/minecraft/resource/package-info.java
+++ b/src/packageDocs/java/net/minecraft/resource/package-info.java
@@ -4,10 +4,10 @@
/**
* Provides resources to Minecraft, including resource access and provision.
- *
- * "Data" as in "Data Packs" is considered resource as well.
- *
- * Here is a quick overview on the resource access and provision APIs of Minecraft:
+ *
+ * "Data" as in "Data Packs" is considered resource as well.
+ *
+ * Here is a quick overview on the resource access and provision APIs of Minecraft:
* In addition to these APIs, this package includes implementation details of the resource system.
+ *
+ * In addition to these APIs, this package includes implementation details of the resource system.
*/
package net.minecraft.resource;
+ COMMENT
+ COMMENT
ARG 0 pos
ARG 1 world
ARG 2 shape
diff --git a/mappings/net/minecraft/block/Block.mapping b/mappings/net/minecraft/block/Block.mapping
index ff08e96328..142e676535 100644
--- a/mappings/net/minecraft/block/Block.mapping
+++ b/mappings/net/minecraft/block/Block.mapping
@@ -1,19 +1,19 @@
CLASS net/minecraft/unmapped/C_mmxmpdoq net/minecraft/block/Block
COMMENT Represents a block that can be placed in a world.
- COMMENT
- COMMENT
COMMENT
COMMENT
- COMMENT Game hud (health bar, hunger bar) {@link net.minecraft.client.gui.hud.InGameHud}
COMMENT
COMMENT {@code
COMMENT while(keyBind.wasPressed()) {
diff --git a/mappings/net/minecraft/client/particle/Particle.mapping b/mappings/net/minecraft/client/particle/Particle.mapping
index a3811400c2..82980538ae 100644
--- a/mappings/net/minecraft/client/particle/Particle.mapping
+++ b/mappings/net/minecraft/client/particle/Particle.mapping
@@ -63,8 +63,8 @@ CLASS net/minecraft/unmapped/C_pfsoguef net/minecraft/client/particle/Particle
ARG 5 dz
METHOD m_incxjory getGroup ()Ljava/util/Optional;
COMMENT {@return the optional group that this particle belongs to}
- COMMENT
- COMMENT
diff --git a/mappings/net/minecraft/client/render/entity/model/EntityModel.mapping b/mappings/net/minecraft/client/render/entity/model/EntityModel.mapping
index 71f74b9883..baec95309b 100644
--- a/mappings/net/minecraft/client/render/entity/model/EntityModel.mapping
+++ b/mappings/net/minecraft/client/render/entity/model/EntityModel.mapping
@@ -1,13 +1,13 @@
CLASS net/minecraft/unmapped/C_fouvqrqy net/minecraft/client/render/entity/model/EntityModel
COMMENT Represents the model of an {@linkplain Entity}.
- COMMENT
- COMMENT
+ COMMENT
COMMENT horse.armor
. In this horse's screen, it appears in the middle of
COMMENT the left side, and right below the saddle slot if this horse has a saddle
COMMENT slot.
- COMMENT
- COMMENT
- COMMENT \t
ARG 1 stack
METHOD m_vkltyloi raycast (Lnet/minecraft/unmapped/C_cdctfzbn;Lnet/minecraft/unmapped/C_jzrpycqo;Lnet/minecraft/unmapped/C_uyikqwzv$C_krdrvutw;)Lnet/minecraft/unmapped/C_jdakttms;
@@ -216,8 +216,8 @@ CLASS net/minecraft/unmapped/C_vorddnax net/minecraft/item/Item
METHOD m_znsmbimv use (Lnet/minecraft/unmapped/C_cdctfzbn;Lnet/minecraft/unmapped/C_jzrpycqo;Lnet/minecraft/unmapped/C_laxmzoqs;)Lnet/minecraft/unmapped/C_upvihyur;
COMMENT Called when an item is used by a player.
COMMENT The use action, by default, is bound to the right mouse button.
- COMMENT
- COMMENT {@link PublicKey} {@link #readPublicKey()} {@link #writePublicKey(PublicKey)}
COMMENT
COMMENT
COMMENT
- COMMENT
- COMMENT
+ COMMENT
COMMENT
COMMENT @see net.minecraft.entity.vehicle.StorageMinecartEntity
FIELD f_iclsmfij NOT_MOUNTED Ljava/util/function/Predicate;
COMMENT Tests if an entity is not mounted.
+ COMMENT
- COMMENT
- COMMENT
+ COMMENT
FIELD f_jczsvxql VALID_LIVING_ENTITY Ljava/util/function/Predicate;
COMMENT Tests if a living entity is valid.
- COMMENT
- COMMENT
COMMENT {@code
COMMENT " o"
diff --git a/mappings/net/minecraft/registry/DynamicRegistryManager.mapping b/mappings/net/minecraft/registry/DynamicRegistryManager.mapping
index 8720d97557..00322b9cda 100644
--- a/mappings/net/minecraft/registry/DynamicRegistryManager.mapping
+++ b/mappings/net/minecraft/registry/DynamicRegistryManager.mapping
@@ -1,8 +1,8 @@
CLASS net/minecraft/unmapped/C_wqxmvzdq net/minecraft/registry/DynamicRegistryManager
COMMENT A manager of dynamic registries. It allows users to access non-hardcoded
COMMENT registries reliably.
- COMMENT
- COMMENT
- COMMENT
- COMMENT the specialized type, effectively {@code S extends T}
COMMENT @throws IllegalArgumentException when {@code type} does not extend
diff --git a/mappings/net/minecraft/util/dynamic/Codecs.mapping b/mappings/net/minecraft/util/dynamic/Codecs.mapping
index f6e5340469..e4fad76d57 100644
--- a/mappings/net/minecraft/util/dynamic/Codecs.mapping
+++ b/mappings/net/minecraft/util/dynamic/Codecs.mapping
@@ -1,7 +1,7 @@
CLASS net/minecraft/unmapped/C_tyjpezxh net/minecraft/util/dynamic/Codecs
COMMENT A few extensions for {@link Codec} or {@link DynamicOps}.
- COMMENT
- COMMENT the second type
diff --git a/mappings/net/minecraft/util/dynamic/RegistryElementCodec.mapping b/mappings/net/minecraft/util/dynamic/RegistryElementCodec.mapping
index 9fd0b0674b..d7886ebf25 100644
--- a/mappings/net/minecraft/util/dynamic/RegistryElementCodec.mapping
+++ b/mappings/net/minecraft/util/dynamic/RegistryElementCodec.mapping
@@ -2,8 +2,8 @@ CLASS net/minecraft/unmapped/C_fgetofav net/minecraft/util/dynamic/RegistryEleme
COMMENT A codec for registry elements. Will prefer to encode/decode objects as
COMMENT identifiers if they exist in a registry and falls back to full encoding/
COMMENT decoding behavior if it cannot do so.
- COMMENT
- COMMENT
- COMMENT
FIELD f_qacbmgyi DISABLE_RAIDS Lnet/minecraft/unmapped/C_xmldumst$C_iuaedxxw;
COMMENT A {@linkplain Rule game rule} which regulates whether raids should occur.
- COMMENT
- COMMENT
- COMMENT
COMMENT
COMMENT @see #setBlockState(BlockPos, BlockState, int, int)
diff --git a/mappings/net/minecraft/world/WorldEvents.mapping b/mappings/net/minecraft/world/WorldEvents.mapping
index 4a03005e08..caaa557e8c 100644
--- a/mappings/net/minecraft/world/WorldEvents.mapping
+++ b/mappings/net/minecraft/world/WorldEvents.mapping
@@ -15,35 +15,50 @@ CLASS net/minecraft/unmapped/C_kkbhcwdu net/minecraft/world/WorldEvents
COMMENT {@link net.minecraft.client.render.WorldRenderer#processGlobalEvent(int, net.minecraft.util.math.BlockPos, int) WorldRenderer#processGlobalEvent} (for regular and global events respectively).
FIELD f_abhovbsm CHORUS_FLOWER_DIES I
COMMENT A Chorus Flower dies.
- COMMENT
Plays the chorus flower death sound event.
- COMMENT
+ COMMENT Plays the chorus flower death sound event.
+ COMMENT
Plays the smithing table used sound event.
- COMMENT
+ COMMENT Plays the smithing table used sound event.
+ COMMENT
Plays the ender dragon death sound event.
- COMMENT
This is a global event.
- COMMENT
+ COMMENT Plays the ender dragon death sound event.
+ COMMENT
+ COMMENT This is a global event.
+ COMMENT
Plays the pointed dripstone landing sound event.
- COMMENT
+ COMMENT Plays the pointed dripstone landing sound event.
+ COMMENT
Plays the dispenser fail sound event.
- COMMENT
+ COMMENT Plays the dispenser fail sound event.
+ COMMENT
Plays the husk convert to zombie sound event.
- COMMENT
+ COMMENT Plays the husk convert to zombie sound event.
+ COMMENT
Plays the eye of ender launching sound event.
- COMMENT
+ COMMENT Plays the eye of ender launching sound event.
+ COMMENT
COMMENT Emits related particles and sound event.
@@ -52,29 +67,41 @@ CLASS net/minecraft/unmapped/C_kkbhcwdu net/minecraft/world/WorldEvents
COMMENT of the emitted particles.
FIELD f_ermbvxgr ANVIL_DESTROYED I
COMMENT An Anvil is destroyed from damage.
- COMMENT
Plays the anvil destroyed sound event.
- COMMENT
+ COMMENT Plays the anvil destroyed sound event.
+ COMMENT
Spawns shriek particles and plays the shriek sound event.
- COMMENT
+ COMMENT Spawns shriek particles and plays the shriek sound event.
+ COMMENT
Plays the zombie villager cured sound event.
- COMMENT
+ COMMENT Plays the zombie villager cured sound event.
+ COMMENT
Plays the zombie convert to drowned sound event.
- COMMENT
+ COMMENT Plays the zombie convert to drowned sound event.
+ COMMENT
Plays the zombie attacking iron door sound event.
- COMMENT
Goes unused.
+ COMMENT
+ COMMENT Plays the zombie attacking iron door sound event.
+ COMMENT
+ COMMENT Goes unused.
FIELD f_fxwlqucr SKELETON_CONVERTS_TO_STRAY I
COMMENT A Skeleton converts into a Stray.
- COMMENT
Plays the skeleton convert to stray sound event.
- COMMENT
+ COMMENT Plays the skeleton convert to stray sound event.
+ COMMENT
COMMENT Plays the appropriate music disc song sound event.
@@ -82,225 +109,332 @@ CLASS net/minecraft/unmapped/C_kkbhcwdu net/minecraft/world/WorldEvents
COMMENT The associated data is the music disc {@link net.minecraft.item.Item} raw identifier.
FIELD f_gubfycrr ZOMBIE_INFECTS_VILLAGER I
COMMENT A Zombie infects a Villager.
- COMMENT
Plays the zombie infect villager sound event.
- COMMENT
+ COMMENT Plays the zombie infect villager sound event.
+ COMMENT
Plays the wither spawn sound event.
- COMMENT
This is a global event.
- COMMENT
+ COMMENT Plays the wither spawn sound event.
+ COMMENT
+ COMMENT This is a global event.
+ COMMENT
Spawns wax removal particles.
- COMMENT
+ COMMENT Spawns wax removal particles.
+ COMMENT
Plays the dispensing sound event.
- COMMENT
+ COMMENT Plays the dispensing sound event.
+ COMMENT
Spawns an explosion particle.
- COMMENT
+ COMMENT Spawns an explosion particle.
+ COMMENT
Plays the zombie breaking wooden door sound event.
- COMMENT
+ COMMENT Plays the zombie breaking wooden door sound event.
+ COMMENT
Plays the appropriate composting sound event and spawns composter particles.
- COMMENT
+ COMMENT Plays the appropriate composting sound event and spawns composter particles.
+ COMMENT
Plays the grindstone used sound event.
- COMMENT
+ COMMENT Plays the grindstone used sound event.
+ COMMENT
Spawns cloud particles.
- COMMENT
+ COMMENT Spawns cloud particles.
+ COMMENT
Plays the page turn sound event.
- COMMENT
+ COMMENT Plays the page turn sound event.
+ COMMENT
Plays the dragon fireball explode sound event and spawns dragon breath particles.
- COMMENT
+ COMMENT Plays the dragon fireball explode sound event and spawns dragon breath particles.
+ COMMENT
Plays the brewing stand brewing sound event.
- COMMENT
+ COMMENT Plays the brewing stand brewing sound event.
+ COMMENT
Plays the pointed dripstone dripping lava into cauldron sound event.
- COMMENT
+ COMMENT Plays the pointed dripstone dripping lava into cauldron sound event.
+ COMMENT
Plays the bone meal item used sound event and spawns happy villager particles.
- COMMENT
+ COMMENT Plays the bone meal item used sound event and spawns happy villager particles.
+ COMMENT
Plays the dispenser launch sound event.
- COMMENT
+ COMMENT Plays the dispenser launch sound event.
+ COMMENT
Spawns sculk charge particles.
- COMMENT
+ COMMENT Spawns sculk charge particles.
+ COMMENT
Plays the end gateway spawn sound event and spawns an explosion emitter particle.
- COMMENT
+ COMMENT Plays the end gateway spawn sound event and spawns an explosion emitter particle.
+ COMMENT
Plays the end portal frame filled sound event and spawns smoke particles.
- COMMENT
+ COMMENT Plays the end portal frame filled sound event and spawns smoke particles.
+ COMMENT
Plays the chorus flower growing sound event.
- COMMENT
+ COMMENT Plays the chorus flower growing sound event.
+ COMMENT
Spawns smoke particles.
- COMMENT
The ordinal direction the dispenser is facing must be supplied as extra data.
- COMMENT
+ COMMENT Spawns smoke particles.
+ COMMENT
+ COMMENT The ordinal direction the dispenser is facing must be supplied as extra data.
+ COMMENT
Spawns dripping fluid particles.
+ COMMENT
+ COMMENT Spawns dripping fluid particles.
FIELD f_otzwvvvl ELECTRICITY_SPARKS I
COMMENT Electricity sparks after Lightning hits a Lightning Rod or Oxidizable blocks.
- COMMENT
Spawns electric spark particles.
- COMMENT
A {@code -1} should be passed if the event is called by a lightning entity itself.
- COMMENT
+ COMMENT Spawns electric spark particles.
+ COMMENT
+ COMMENT A {@code -1} should be passed if the event is called by a lightning entity itself.
+ COMMENT
Plays the ghast shoot sound event.
- COMMENT
+ COMMENT Plays the ghast shoot sound event.
+ COMMENT
Plays the wither breaking block sound event.
- COMMENT
+ COMMENT Plays the wither breaking block sound event.
+ COMMENT
Plays the redstone torch burn out sound event and spawns smoke particles.
- COMMENT
+ COMMENT Plays the redstone torch burn out sound event and spawns smoke particles.
+ COMMENT
Plays the ender dragon shoot sound event.
- COMMENT
+ COMMENT Plays the ender dragon shoot sound event.
+ COMMENT
Plays the portal travel sound event directly through the client's sound manager.
- COMMENT
+ COMMENT Plays the portal travel sound event directly through the client's sound manager.
+ COMMENT
Plays the blaze shoot sound event.
- COMMENT
+ COMMENT Plays the blaze shoot sound event.
+ COMMENT
Plays the ghast warn sound event.
- COMMENT
+ COMMENT Plays the ghast warn sound event.
+ COMMENT
Spawns several particles.
- COMMENT
+ COMMENT Spawns several particles.
+ COMMENT
Spawns scraping particles.
- COMMENT
+ COMMENT Spawns scraping particles.
+ COMMENT
Plays the appropriate fire extinguish sound event.
- COMMENT
A {@code 1} should be supplied as extra data if an entity was extinguished, and {@code 0} for a block.
- COMMENT
+ COMMENT Plays the appropriate fire extinguish sound event.
+ COMMENT
+ COMMENT A {@code 1} should be supplied as extra data if an entity was extinguished, and {@code 0} for a block.
+ COMMENT
Spawns happy villager particles.
- COMMENT
+ COMMENT Spawns happy villager particles.
+ COMMENT
Plays the block waxing sound event and spawns waxing particles.
- COMMENT
+ COMMENT Plays the block waxing sound event and spawns waxing particles.
+ COMMENT
Plays the anvil landing sound event.
- COMMENT
+ COMMENT Plays the anvil landing sound event.
+ COMMENT
Plays the anvil used sound event.
- COMMENT
+ COMMENT Plays the anvil used sound event.
+ COMMENT
Plays the ender dragon growl sound event.
- COMMENT
+ COMMENT Plays the ender dragon growl sound event.
+ COMMENT
Plays the firework shoot sound event.
- COMMENT
+ COMMENT Plays the firework shoot sound event.
+ COMMENT
Plays the zombie attacking wooden door sound event.
- COMMENT
+ COMMENT Plays the zombie attacking wooden door sound event.
+ COMMENT
Plays the phantom bite sound event.
- COMMENT
+ COMMENT Plays the phantom bite sound event.
+ COMMENT
Plays the pointed dripstone dripping water into cauldron sound event.
- COMMENT
+ COMMENT Plays the pointed dripstone dripping water into cauldron sound event.
+ COMMENT
Plays the lava extinguish sound event and spawns large smoke particles.
- COMMENT
+ COMMENT Plays the lava extinguish sound event and spawns large smoke particles.
+ COMMENT
Spawns smoke and flame particles.
- COMMENT
+ COMMENT Spawns smoke and flame particles.
+ COMMENT
Plays the bat take off sound event.
- COMMENT
+ COMMENT Plays the bat take off sound event.
+ COMMENT
Plays the splash potion breaking sound event and spawns instant splash potion particles.
- COMMENT
+ COMMENT Plays the splash potion breaking sound event and spawns instant splash potion particles.
+ COMMENT
Plays the splash potion breaking sound event and spawns splash potion particles.
- COMMENT
+ COMMENT Plays the splash potion breaking sound event and spawns splash potion particles.
+ COMMENT
Plays the end portal spawn sound event.
- COMMENT
This is a global event.
- COMMENT
+ COMMENT Plays the end portal spawn sound event.
+ COMMENT
+ COMMENT This is a global event.
+ COMMENT
Plays the appropriate block breaking sound event and spawns block breaking particles.
- COMMENT
+ COMMENT Plays the appropriate block breaking sound event and spawns block breaking particles.
+ COMMENT
Plays the wither shoot sound event.
- COMMENT
+ COMMENT Plays the wither shoot sound event.
+ COMMENT
All tool materials have an assigned mining level. If a tool's mining level is equal to or greater than the block's,
+ *
This is the default level for blocks and items.
+ *
In addition to Wooden Tools, Golden Tools also use this level.
+ *
*
@@ -65,8 +65,8 @@
* to create {@link ResourcePack}s to send to {@link ReloadableResourceManager}s in each reload.
*
*