Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mappings/net/minecraft/client/MinecraftClient.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ CLASS net/minecraft/class_310 net/minecraft/client/MinecraftClient
FIELD field_1737 heldItemRenderer Lnet/minecraft/class_759;
FIELD field_1738 currentFps I
FIELD field_1739 netProxy Ljava/net/Proxy;
FIELD field_1740 DEFAULT_FONT_ID Lnet/minecraft/class_2960;
FIELD field_17404 renderTaskQueue Ljava/util/Queue;
FIELD field_17405 worldGenProgressTracker Ljava/util/concurrent/atomic/AtomicReference;
FIELD field_1740 DEFAULT_FONT_ID Lnet/minecraft/class_2960;
FIELD field_1741 pausedTickDelta F
FIELD field_1742 itemRenderer Lnet/minecraft/class_918;
FIELD field_1743 skipGameRender Z
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ CLASS net/minecraft/class_430 net/minecraft/client/gui/screen/PresetsScreen
METHOD method_2195 addPreset (Lnet/minecraft/class_2561;Lnet/minecraft/class_1935;Lnet/minecraft/class_5321;Ljava/util/List;ZZZ[Lnet/minecraft/class_3229;)V
ARG 1 icon
ARG 3 structures
CLASS class_4196 SuperflatPresetsListWidget
CLASS class_432 SuperflatPresetEntry
METHOD method_19389 setPreset ()V
CLASS class_431 SuperflatPreset
FIELD field_2527 icon Lnet/minecraft/class_1792;
FIELD field_2528 name Lnet/minecraft/class_2561;
METHOD <init> (Lnet/minecraft/class_1792;Lnet/minecraft/class_2561;Ljava/util/function/Function;)V
ARG 1 icon
METHOD method_27571 getName ()Lnet/minecraft/class_2561;
CLASS class_4196 SuperflatPresetsListWidget
CLASS class_432 SuperflatPresetEntry
METHOD method_19389 setPreset ()V
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ CLASS net/minecraft/class_447 net/minecraft/client/gui/screen/StatsScreen
ARG 1 statType
METHOD method_19410 getStatType (I)Lnet/minecraft/class_3448;
ARG 1 headerColumn
CLASS class_450 ItemComparator
CLASS class_4199 Entry
METHOD method_19405 render (Lnet/minecraft/class_4587;Lnet/minecraft/class_3445;IIZ)V
CLASS class_450 ItemComparator
CLASS class_4202 EntityStatsListWidget
CLASS class_4201 Entry
FIELD field_18762 entityType Lnet/minecraft/class_1299;
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ CLASS net/minecraft/class_466 net/minecraft/client/gui/screen/ingame/BeaconScree
ARG 1 handler
ARG 2 inventory
ARG 3 title
CLASS class_4072 IconButtonWidget
FIELD field_18224 u I
FIELD field_18225 v I
METHOD <init> (IIII)V
ARG 1 x
ARG 2 y
ARG 3 u
ARG 4 v
CLASS class_467 CancelButtonWidget
METHOD <init> (Lnet/minecraft/class_466;II)V
ARG 2 x
Expand All @@ -34,11 +42,3 @@ CLASS net/minecraft/class_466 net/minecraft/client/gui/screen/ingame/BeaconScree
METHOD method_2401 setDisabled (Z)V
ARG 1 disabled
METHOD method_2402 isDisabled ()Z
CLASS class_4072 IconButtonWidget
FIELD field_18224 u I
FIELD field_18225 v I
METHOD <init> (IIII)V
ARG 1 x
ARG 2 y
ARG 3 u
ARG 4 v
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ CLASS net/minecraft/class_4267 net/minecraft/client/gui/screen/multiplayer/Multi
METHOD method_20126 setLanServers (Ljava/util/List;)V
ARG 1 lanServers
METHOD method_20131 updateEntries ()V
CLASS class_504 Entry
CLASS class_4268 ScanningEntry
FIELD field_19112 client Lnet/minecraft/class_310;
CLASS class_4269 LanServerEntry
Expand Down Expand Up @@ -48,3 +47,4 @@ CLASS net/minecraft/class_4267 net/minecraft/client/gui/screen/multiplayer/Multi
METHOD method_22110 swapEntries (II)V
ARG 1 i
ARG 2 j
CLASS class_504 Entry
2 changes: 1 addition & 1 deletion mappings/net/minecraft/client/options/GameOptions.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ CLASS net/minecraft/class_315 net/minecraft/client/options/GameOptions
FIELD field_1869 keyDrop Lnet/minecraft/class_304;
FIELD field_1870 viewDistance I
FIELD field_1871 keyPickItem Lnet/minecraft/class_304;
FIELD field_1872 overrideWidth I
FIELD field_18725 backgroundForChatOnly Z
FIELD field_18726 textBackgroundOpacity D
FIELD field_1872 overrideWidth I
FIELD field_1873 autoSuggestions Z
FIELD field_1874 keyLoadToolbarActivator Lnet/minecraft/class_304;
FIELD field_1875 tutorialStep Lnet/minecraft/class_1157;
Expand Down
2 changes: 1 addition & 1 deletion mappings/net/minecraft/client/options/Option.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ CLASS net/minecraft/class_316 net/minecraft/client/options/Option
FIELD field_1921 CHAT_OPACITY Lnet/minecraft/class_4067;
FIELD field_1922 GUI_SCALE Lnet/minecraft/class_4064;
FIELD field_1923 VISIBILITY Lnet/minecraft/class_4064;
FIELD field_19243 DISCRETE_MOUSE_SCROLL Lnet/minecraft/class_4062;
FIELD field_1924 AO Lnet/minecraft/class_4064;
FIELD field_19243 DISCRETE_MOUSE_SCROLL Lnet/minecraft/class_4062;
FIELD field_1925 CHAT_LINKS_PROMPT Lnet/minecraft/class_4062;
FIELD field_1926 SNOOPER Lnet/minecraft/class_4062;
FIELD field_1927 VSYNC Lnet/minecraft/class_4062;
Expand Down
16 changes: 8 additions & 8 deletions mappings/net/minecraft/client/particle/BlockLeakParticle.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ CLASS net/minecraft/class_663 net/minecraft/client/particle/BlockLeakParticle
ARG 8 fluid
METHOD method_18821 updateAge ()V
METHOD method_18822 updateVelocity ()V
CLASS class_664 DrippingLavaFactory
FIELD field_18295 spriteProvider Lnet/minecraft/class_4002;
METHOD <init> (Lnet/minecraft/class_4002;)V
ARG 1 spriteProvider
CLASS class_665 FallingWaterFactory
FIELD field_18297 spriteProvider Lnet/minecraft/class_4002;
METHOD <init> (Lnet/minecraft/class_4002;)V
ARG 1 spriteProvider
CLASS class_4082 DrippingLava
METHOD <init> (Lnet/minecraft/class_638;DDDLnet/minecraft/class_3611;Lnet/minecraft/class_2394;)V
ARG 2 x
Expand Down Expand Up @@ -101,3 +93,11 @@ CLASS net/minecraft/class_663 net/minecraft/client/particle/BlockLeakParticle
FIELD field_22440 spriteProvider Lnet/minecraft/class_4002;
METHOD <init> (Lnet/minecraft/class_4002;)V
ARG 1 spriteProvider
CLASS class_664 DrippingLavaFactory
FIELD field_18295 spriteProvider Lnet/minecraft/class_4002;
METHOD <init> (Lnet/minecraft/class_4002;)V
ARG 1 spriteProvider
CLASS class_665 FallingWaterFactory
FIELD field_18297 spriteProvider Lnet/minecraft/class_4002;
METHOD <init> (Lnet/minecraft/class_4002;)V
ARG 1 spriteProvider
8 changes: 4 additions & 4 deletions mappings/net/minecraft/client/particle/DamageParticle.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ CLASS net/minecraft/class_657 net/minecraft/client/particle/DamageParticle
ARG 2 x
ARG 4 y
ARG 6 z
CLASS class_3939 Factory
FIELD field_18291 spriteProvider Lnet/minecraft/class_4002;
METHOD <init> (Lnet/minecraft/class_4002;)V
ARG 1 spriteProvider
CLASS class_658 DefaultFactory
FIELD field_17790 spriteProvider Lnet/minecraft/class_4002;
METHOD <init> (Lnet/minecraft/class_4002;)V
Expand All @@ -12,7 +16,3 @@ CLASS net/minecraft/class_657 net/minecraft/client/particle/DamageParticle
FIELD field_17791 spriteProvider Lnet/minecraft/class_4002;
METHOD <init> (Lnet/minecraft/class_4002;)V
ARG 1 spriteProvider
CLASS class_3939 Factory
FIELD field_18291 spriteProvider Lnet/minecraft/class_4002;
METHOD <init> (Lnet/minecraft/class_4002;)V
ARG 1 spriteProvider
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
CLASS net/minecraft/class_677 net/minecraft/client/particle/FireworksSparkParticle
CLASS class_3997 FlashFactory
FIELD field_17810 spriteProvider Lnet/minecraft/class_4002;
METHOD <init> (Lnet/minecraft/class_4002;)V
ARG 1 spriteProvider
CLASS class_678 Flash
METHOD <init> (Lnet/minecraft/class_638;DDD)V
ARG 1 world
Expand Down Expand Up @@ -74,7 +78,3 @@ CLASS net/minecraft/class_677 net/minecraft/client/particle/FireworksSparkPartic
ARG 2 fadeColors
ARG 3 trail
ARG 4 flocker
CLASS class_3997 FlashFactory
FIELD field_17810 spriteProvider Lnet/minecraft/class_4002;
METHOD <init> (Lnet/minecraft/class_4002;)V
ARG 1 spriteProvider
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ CLASS net/minecraft/class_729 net/minecraft/client/particle/SuspendParticle
ARG 8 velocityX
ARG 10 velocityY
ARG 12 velocityZ
CLASS class_3991 Factory
FIELD field_17880 spriteProvider Lnet/minecraft/class_4002;
METHOD <init> (Lnet/minecraft/class_4002;)V
ARG 1 spriteProvider
CLASS class_730 DolphinFactory
FIELD field_17881 spriteProvider Lnet/minecraft/class_4002;
METHOD <init> (Lnet/minecraft/class_4002;)V
Expand All @@ -19,7 +23,3 @@ CLASS net/minecraft/class_729 net/minecraft/client/particle/SuspendParticle
FIELD field_17883 spriteProvider Lnet/minecraft/class_4002;
METHOD <init> (Lnet/minecraft/class_4002;)V
ARG 1 spriteProvider
CLASS class_3991 Factory
FIELD field_17880 spriteProvider Lnet/minecraft/class_4002;
METHOD <init> (Lnet/minecraft/class_4002;)V
ARG 1 spriteProvider
2 changes: 1 addition & 1 deletion mappings/net/minecraft/client/render/WorldRenderer.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ CLASS net/minecraft/class_761 net/minecraft/client/render/WorldRenderer
ARG 1 x
ARG 2 y
ARG 3 z
CLASS class_5347 ShaderException
CLASS class_762 ChunkInfo
FIELD field_4122 propagationLevel I
FIELD field_4124 chunk Lnet/minecraft/class_846$class_851;
Expand All @@ -347,4 +348,3 @@ CLASS net/minecraft/class_761 net/minecraft/client/render/WorldRenderer
METHOD method_3299 updateCullingState (BLnet/minecraft/class_2350;)V
ARG 1 parentCullingState
ARG 2 from
CLASS class_5347 ShaderException
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,19 @@ CLASS net/minecraft/class_778 net/minecraft/client/render/block/BlockModelRender
ARG 8 random
ARG 9 seed
ARG 11 overlay
CLASS class_4303 BrightnessCache
FIELD field_19320 enabled Z
FIELD field_19321 intCache Lit/unimi/dsi/fastutil/longs/Long2IntLinkedOpenHashMap;
FIELD field_19322 floatCache Lit/unimi/dsi/fastutil/longs/Long2FloatLinkedOpenHashMap;
METHOD method_20548 enable ()V
METHOD method_20549 getInt (Lnet/minecraft/class_2680;Lnet/minecraft/class_1920;Lnet/minecraft/class_2338;)I
ARG 1 state
ARG 3 pos
METHOD method_20550 disable ()V
METHOD method_20551 getFloat (Lnet/minecraft/class_2680;Lnet/minecraft/class_1920;Lnet/minecraft/class_2338;)F
ARG 1 state
ARG 2 blockView
ARG 3 pos
CLASS class_779 NeighborData
FIELD field_4189 nonCubicWeight Z
FIELD field_4191 faces [Lnet/minecraft/class_2350;
Expand Down Expand Up @@ -113,16 +126,3 @@ CLASS net/minecraft/class_778 net/minecraft/client/render/block/BlockModelRender
METHOD method_3394 getTranslations (Lnet/minecraft/class_2350;)Lnet/minecraft/class_778$class_781;
CLASS class_782 NeighborOrientation
FIELD field_4222 shape I
CLASS class_4303 BrightnessCache
FIELD field_19320 enabled Z
FIELD field_19321 intCache Lit/unimi/dsi/fastutil/longs/Long2IntLinkedOpenHashMap;
FIELD field_19322 floatCache Lit/unimi/dsi/fastutil/longs/Long2FloatLinkedOpenHashMap;
METHOD method_20548 enable ()V
METHOD method_20549 getInt (Lnet/minecraft/class_2680;Lnet/minecraft/class_1920;Lnet/minecraft/class_2338;)I
ARG 1 state
ARG 3 pos
METHOD method_20550 disable ()V
METHOD method_20551 getFloat (Lnet/minecraft/class_2680;Lnet/minecraft/class_1920;Lnet/minecraft/class_2338;)F
ARG 1 state
ARG 2 blockView
ARG 3 pos
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ CLASS net/minecraft/class_846 net/minecraft/client/render/chunk/ChunkBuilder
METHOD method_3635 scheduleUpload (Lnet/minecraft/class_287;Lnet/minecraft/class_291;)Ljava/util/concurrent/CompletableFuture;
ARG 1 buffer
ARG 2 glBuffer
CLASS class_4690 Result
CLASS class_849 ChunkData
FIELD field_4450 nonEmptyLayers Ljava/util/Set;
FIELD field_4451 EMPTY Lnet/minecraft/class_846$class_849;
Expand Down Expand Up @@ -119,4 +120,3 @@ CLASS net/minecraft/class_846 net/minecraft/client/render/chunk/ChunkBuilder
ARG 3 blockEntity
CLASS class_4579 SortTask
FIELD field_20841 data Lnet/minecraft/class_846$class_849;
CLASS class_4690 Result
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,17 @@ CLASS net/minecraft/class_793 net/minecraft/client/render/model/json/JsonUnbaked
ARG 3 side
ARG 4 settings
ARG 5 id
CLASS class_4751 GuiLight
FIELD field_21858 Lnet/minecraft/class_793$class_4751;
COMMENT the model will be shaded from the front, like a basic item
FIELD field_21859 Lnet/minecraft/class_793$class_4751;
COMMENT the model will be shaded from the side, like a block.
FIELD field_21860 name Ljava/lang/String;
METHOD <init> (Ljava/lang/String;ILjava/lang/String;)V
ARG 3 name
METHOD method_24299 isSide ()Z
METHOD method_24300 deserialize (Ljava/lang/String;)Lnet/minecraft/class_793$class_4751;
ARG 0 value
CLASS class_795 Deserializer
METHOD deserialize (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ljava/lang/Object;
ARG 1 element
Expand All @@ -76,14 +87,3 @@ CLASS net/minecraft/class_793 net/minecraft/client/render/model/json/JsonUnbaked
ARG 2 object
METHOD method_3453 deserializeAmbientOcclusion (Lcom/google/gson/JsonObject;)Z
ARG 1 json
CLASS class_4751 GuiLight
FIELD field_21858 Lnet/minecraft/class_793$class_4751;
COMMENT the model will be shaded from the front, like a basic item
FIELD field_21859 Lnet/minecraft/class_793$class_4751;
COMMENT the model will be shaded from the side, like a block.
FIELD field_21860 name Ljava/lang/String;
METHOD <init> (Ljava/lang/String;ILjava/lang/String;)V
ARG 3 name
METHOD method_24299 isSide ()Z
METHOD method_24300 deserialize (Ljava/lang/String;)Lnet/minecraft/class_793$class_4751;
ARG 0 value
1 change: 0 additions & 1 deletion mappings/net/minecraft/entity/EyeOfEnderEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ CLASS net/minecraft/class_1672 net/minecraft/entity/EyeOfEnderEntity
METHOD method_7478 initTargetPos (Lnet/minecraft/class_2338;)V
COMMENT Sets where the eye will fly towards.
COMMENT If close enough, it will fly directly towards it, otherwise, it will fly upwards, in the direction of the BlockPos.
COMMENT
ARG 1 pos
COMMENT the block the eye of ender is drawn towards
1 change: 0 additions & 1 deletion mappings/net/minecraft/entity/passive/WolfEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ CLASS net/minecraft/class_1493 net/minecraft/entity/passive/WolfEntity
COMMENT Returns this wolf's brightness multiplier based on the fur wetness.
COMMENT <p>
COMMENT the brightness multiplier represents how much darker the wolf gets while its fur is wet. The multiplier changes (from 0.75 to 1.0 incrementally) when a wolf shakes.
COMMENT
ARG 1 tickDelta
COMMENT progress for linearly interpolating between the previous and current game state.
COMMENT @return Brightness as a float value between 0.75 and 1.0.
Expand Down
14 changes: 7 additions & 7 deletions mappings/net/minecraft/loot/entry/LootPoolEntry.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ CLASS net/minecraft/class_79 net/minecraft/loot/entry/LootPoolEntry
ARG 1 context
METHOD method_415 validate (Lnet/minecraft/class_58;)V
ARG 1 reporter
CLASS class_80 Builder
FIELD field_990 conditions Ljava/util/List;
METHOD method_417 alternatively (Lnet/minecraft/class_79$class_80;)Lnet/minecraft/class_65$class_66;
ARG 1 builder
METHOD method_418 getThisBuilder ()Lnet/minecraft/class_79$class_80;
METHOD method_419 build ()Lnet/minecraft/class_79;
METHOD method_420 getConditions ()[Lnet/minecraft/class_5341;
CLASS class_5337 Serializer
METHOD method_422 addEntryFields (Lcom/google/gson/JsonObject;Lnet/minecraft/class_79;Lcom/google/gson/JsonSerializationContext;)V
ARG 1 json
Expand All @@ -24,3 +17,10 @@ CLASS net/minecraft/class_79 net/minecraft/loot/entry/LootPoolEntry
ARG 1 json
ARG 2 context
ARG 3 conditions
CLASS class_80 Builder
FIELD field_990 conditions Ljava/util/List;
METHOD method_417 alternatively (Lnet/minecraft/class_79$class_80;)Lnet/minecraft/class_65$class_66;
ARG 1 builder
METHOD method_418 getThisBuilder ()Lnet/minecraft/class_79$class_80;
METHOD method_419 build ()Lnet/minecraft/class_79;
METHOD method_420 getConditions ()[Lnet/minecraft/class_5341;
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ CLASS net/minecraft/class_94 net/minecraft/loot/function/ApplyBonusLootFunction
ARG 0 enchantment
ARG 1 probability
ARG 2 extra
CLASS class_100 UniformBonusCount
FIELD field_1016 ID Lnet/minecraft/class_2960;
FIELD field_1017 bonusMultiplier I
METHOD <init> (I)V
ARG 1 bonusMultiplier
METHOD method_471 fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_94$class_96;
ARG 0 json
ARG 1 context
CLASS class_95 BinomialWithBonusCount
FIELD field_1012 probability F
FIELD field_1013 ID Lnet/minecraft/class_2960;
Expand Down Expand Up @@ -54,11 +62,3 @@ CLASS net/minecraft/class_94 net/minecraft/loot/function/ApplyBonusLootFunction
ARG 0 json
ARG 1 context
CLASS class_99 Serializer
CLASS class_100 UniformBonusCount
FIELD field_1016 ID Lnet/minecraft/class_2960;
FIELD field_1017 bonusMultiplier I
METHOD <init> (I)V
ARG 1 bonusMultiplier
METHOD method_471 fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_94$class_96;
ARG 0 json
ARG 1 context
6 changes: 6 additions & 0 deletions mappings/net/minecraft/test/GameTest.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ CLASS net/minecraft/class_4517 net/minecraft/test/GameTest
FIELD field_20565 started Z
FIELD field_20567 completed Z
FIELD field_20569 throwable Ljava/lang/Throwable;
FIELD field_21452 timedTaskRunners Ljava/util/Collection;
FIELD field_21453 ticksByRunnables Lit/unimi/dsi/fastutil/objects/Object2LongMap;
FIELD field_21454 expectedStopTime J
FIELD field_21455 tick J
FIELD field_21456 stopwatch Lcom/google/common/base/Stopwatch;
FIELD field_25301 rotation Lnet/minecraft/class_2470;
METHOD method_22165 tick ()V
METHOD method_22166 init (Lnet/minecraft/class_2338;I)V
METHOD method_22167 addListener (Lnet/minecraft/class_4518;)V
Expand All @@ -31,3 +35,5 @@ CLASS net/minecraft/class_4517 net/minecraft/test/GameTest
METHOD method_23638 getStructureName ()Ljava/lang/String;
METHOD method_23639 start ()V
METHOD method_23640 complete ()V
METHOD method_29402 getRotation ()Lnet/minecraft/class_2470;
METHOD method_29403 getTestfunction ()Lnet/minecraft/class_4529;
1 change: 1 addition & 0 deletions mappings/net/minecraft/test/PositionedException.mapping
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CLASS net/minecraft/class_4513 net/minecraft/test/PositionedException
FIELD field_20541 pos Lnet/minecraft/class_2338;
FIELD field_20542 relativePos Lnet/minecraft/class_2338;
FIELD field_21449 tick J
METHOD method_22150 getDebugMessage ()Ljava/lang/String;
METHOD method_22151 getPos ()Lnet/minecraft/class_2338;
Loading
Loading