Skip to content

Commit

Permalink
25w06a more (#4114)
Browse files Browse the repository at this point in the history
  • Loading branch information
apple502j authored Feb 9, 2025
1 parent e9385b0 commit f4fdbef
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
2 changes: 2 additions & 0 deletions mappings/net/minecraft/client/gui/CubeMapRenderer.mapping
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CLASS net/minecraft/class_751 net/minecraft/client/gui/CubeMapRenderer
FIELD field_32680 FACES_COUNT I
FIELD field_55505 faces Ljava/util/List;
FIELD field_56583 buffers [Lnet/minecraft/class_291;
METHOD <init> (Lnet/minecraft/class_2960;)V
ARG 1 faces
METHOD method_3156 draw (Lnet/minecraft/class_310;FFF)V
Expand All @@ -12,3 +13,4 @@ CLASS net/minecraft/class_751 net/minecraft/client/gui/CubeMapRenderer
ARG 1 face
METHOD method_65815 registerTextures (Lnet/minecraft/class_1060;)V
ARG 1 textureManager
METHOD method_67548 upload ()V
2 changes: 2 additions & 0 deletions mappings/net/minecraft/client/gui/hud/DebugHud.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ CLASS net/minecraft/class_340 net/minecraft/client/gui/hud/DebugHud
FIELD field_45995 packetSizeLog Lnet/minecraft/class_9191;
FIELD field_48931 receivedDebugSamples Ljava/util/Map;
FIELD field_52772 pieChart Lnet/minecraft/class_9931;
FIELD field_56578 debugCrosshairBuffer Lnet/minecraft/class_291;
METHOD <init> (Lnet/minecraft/class_310;)V
ARG 1 client
METHOD method_1834 getChunk ()Lnet/minecraft/class_2818;
Expand Down Expand Up @@ -79,6 +80,7 @@ CLASS net/minecraft/class_340 net/minecraft/client/gui/hud/DebugHud
ARG 2 type
METHOD method_56829 shouldRenderTickCharts ()Z
METHOD method_61981 getPieChart ()Lnet/minecraft/class_9931;
METHOD method_67545 renderDebugCrosshair ()V
CLASS class_7412 AllocationRateCalculator
FIELD field_38986 INTERVAL I
FIELD field_38987 GARBAGE_COLLECTORS Ljava/util/List;
Expand Down
1 change: 1 addition & 0 deletions mappings/net/minecraft/entity/LivingEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -755,5 +755,6 @@ CLASS net/minecraft/class_1309 net/minecraft/entity/LivingEntity
METHOD method_7292 getLuck ()F
METHOD method_7329 dropItem (Lnet/minecraft/class_1799;ZZ)Lnet/minecraft/class_1542;
ARG 1 stack
ARG 2 dropAtSelf
ARG 3 retainOwnership
CLASS class_6823 FallSounds
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ CLASS net/minecraft/class_1681 net/minecraft/entity/projectile/thrown/EggEntity
ARG 1 world
ARG 2 owner
ARG 3 stack
METHOD method_67534 (Lnet/minecraft/class_9791;)Ljava/util/Optional;
ARG 1 variant
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CLASS net/minecraft/class_9791 net/minecraft/registry/RegistryPair
CLASS net/minecraft/class_9791 net/minecraft/registry/entry/LazyRegistryEntryReference
METHOD <init> (Lnet/minecraft/class_5321;)V
ARG 1 key
METHOD <init> (Lnet/minecraft/class_6880;)V
Expand All @@ -9,9 +9,9 @@ CLASS net/minecraft/class_9791 net/minecraft/registry/RegistryPair
METHOD method_60737 createPacketCodec (Lnet/minecraft/class_5321;Lnet/minecraft/class_9139;)Lnet/minecraft/class_9139;
ARG 0 registryRef
ARG 1 entryPacketCodec
METHOD method_60739 getEntry (Lnet/minecraft/class_7225$class_7874;)Ljava/util/Optional;
METHOD method_60739 resolveEntry (Lnet/minecraft/class_7225$class_7874;)Ljava/util/Optional;
ARG 1 registries
METHOD method_60740 getValue (Lnet/minecraft/class_2378;)Ljava/util/Optional;
METHOD method_60740 resolveValue (Lnet/minecraft/class_2378;)Ljava/util/Optional;
ARG 1 registry
METHOD method_67385 getKey ()Ljava/util/Optional;
METHOD method_67386 (Lnet/minecraft/class_6880$class_6883;)Lnet/minecraft/class_6880;
Expand Down
2 changes: 1 addition & 1 deletion mappings/net/minecraft/village/raid/RaidManager.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ CLASS net/minecraft/class_3767 net/minecraft/village/raid/RaidManager
ARG 0 raidManager
METHOD method_77 fromNbt (Lnet/minecraft/class_2487;)Lnet/minecraft/class_3767;
ARG 0 nbt
CLASS class_10734 RaidWithid
CLASS class_10734 RaidWithId
FIELD field_56445 CODEC Lcom/mojang/serialization/Codec;
METHOD method_67383 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App;
ARG 0 instance
Expand Down

0 comments on commit f4fdbef

Please sign in to comment.