Skip to content

Commit

Permalink
25w08a
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Feb 19, 2025
1 parent fbad743 commit 81e5868
Show file tree
Hide file tree
Showing 21 changed files with 10 additions and 136 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
id 'net.fabricmc.filament'
}

def minecraft_version = "25w07a"
def minecraft_version = "25w08a"

filament {
minecraftVersion = minecraft_version
Expand Down
20 changes: 0 additions & 20 deletions mappings/com/mojang/blaze3d/platform/GlStateManager.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ CLASS com/mojang/blaze3d/platform/GlStateManager
ARG 0 pname
METHOD _getString (I)Ljava/lang/String;
ARG 0 name
METHOD _getTexImage (IIIIJ)V
ARG 0 target
ARG 1 level
ARG 2 format
ARG 3 type
ARG 4 pixels
METHOD _getTexLevelParameter (III)I
ARG 0 target
ARG 1 level
Expand Down Expand Up @@ -94,12 +88,6 @@ CLASS com/mojang/blaze3d/platform/GlStateManager
ARG 0 sync
METHOD _glDeleteVertexArrays (I)V
ARG 0 array
METHOD _glDrawPixels (IIIIJ)V
ARG 0 width
ARG 1 height
ARG 2 format
ARG 3 type
ARG 4 pixels
METHOD _glFenceSync (II)J
ARG 0 condition
ARG 1 flags
Expand Down Expand Up @@ -163,14 +151,6 @@ CLASS com/mojang/blaze3d/platform/GlStateManager
ARG 4 format
ARG 5 type
ARG 6 pixels
METHOD _readPixels (IIIIIILjava/nio/ByteBuffer;)V
ARG 0 x
ARG 1 y
ARG 2 width
ARG 3 height
ARG 4 format
ARG 5 type
ARG 6 pixels
METHOD _scissorBox (IIII)V
ARG 0 x
ARG 1 y
Expand Down
15 changes: 1 addition & 14 deletions mappings/com/mojang/blaze3d/platform/TextureUtil.mapping
Original file line number Diff line number Diff line change
@@ -1,25 +1,12 @@
CLASS com/mojang/blaze3d/platform/TextureUtil
METHOD bind (I)V
ARG 0 id
METHOD getDebugTexturePath (Ljava/nio/file/Path;)Ljava/nio/file/Path;
ARG 0 path
METHOD readResource (Ljava/io/InputStream;)Ljava/nio/ByteBuffer;
ARG 0 inputStream
METHOD readResource (Ljava/nio/channels/ReadableByteChannel;I)Ljava/nio/ByteBuffer;
ARG 0 channel
ARG 1 bufSize
METHOD writeAsPNG (Ljava/nio/file/Path;Ljava/lang/String;IIII)V
METHOD writeAsPNG (Ljava/nio/file/Path;Ljava/lang/String;Lnet/minecraft/class_10792;ILjava/util/function/IntUnaryOperator;)V
ARG 0 directory
ARG 1 prefix
ARG 2 textureId
ARG 3 scales
ARG 4 width
ARG 5 height
METHOD writeAsPNG (Ljava/nio/file/Path;Ljava/lang/String;IIIILjava/util/function/IntUnaryOperator;)V
ARG 0 directory
ARG 1 prefix
ARG 2 textureId
ARG 3 scales
ARG 4 width
ARG 5 height
ARG 6 operator
11 changes: 0 additions & 11 deletions mappings/com/mojang/blaze3d/systems/RenderSystem.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -78,23 +78,12 @@ CLASS com/mojang/blaze3d/systems/RenderSystem
ARG 0 width
METHOD logicOp (Lcom/mojang/blaze3d/platform/GlStateManager$class_1030;)V
ARG 0 op
METHOD pixelStore (II)V
ARG 0 pname
ARG 1 param
METHOD polygonMode (II)V
ARG 0 face
ARG 1 mode
METHOD polygonOffset (FF)V
ARG 0 factor
ARG 1 units
METHOD readPixels (IIIIIILjava/nio/ByteBuffer;)V
ARG 0 x
ARG 1 y
ARG 2 width
ARG 3 height
ARG 4 format
ARG 5 type
ARG 6 pixels
METHOD setErrorCallback (Lorg/lwjgl/glfw/GLFWErrorCallbackI;)V
ARG 0 callback
METHOD setProjectionMatrix (Lorg/joml/Matrix4f;Lnet/minecraft/class_10366;)V
Expand Down
15 changes: 0 additions & 15 deletions mappings/net/minecraft/client/MinecraftClient.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -382,21 +382,6 @@ CLASS net/minecraft/class_310 net/minecraft/client/MinecraftClient
ARG 1 directory
ARG 2 width
ARG 3 height
METHOD method_35699 takeHugeScreenshot (Ljava/io/File;IIII)Lnet/minecraft/class_2561;
COMMENT Takes a huge screenshot in the tga file format.
COMMENT
COMMENT <p>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
COMMENT @return a user-oriented piece of text for screenshot result
ARG 1 gameDirectory
ARG 2 unitWidth
ARG 3 unitHeight
ARG 4 width
ARG 5 height
METHOD method_35700 (Ljava/io/File;Lnet/minecraft/class_2583;)Lnet/minecraft/class_2583;
ARG 1 style
METHOD method_35701 (Lnet/minecraft/class_2561;)V
ARG 0 message
METHOD method_35703 getWorldGenerationProgressTracker ()Lnet/minecraft/class_3953;
Expand Down
5 changes: 0 additions & 5 deletions mappings/net/minecraft/client/color/block/BlockColors.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ CLASS net/minecraft/class_324 net/minecraft/client/color/block/BlockColors
ARG 1 world
ARG 2 pos
ARG 3 tintIndex
METHOD method_1694 (Lnet/minecraft/class_2680;Lnet/minecraft/class_1920;Lnet/minecraft/class_2338;I)I
ARG 0 state
ARG 1 world
ARG 2 pos
ARG 3 tintIndex
METHOD method_1695 (Lnet/minecraft/class_2680;Lnet/minecraft/class_1920;Lnet/minecraft/class_2338;I)I
ARG 0 state
ARG 1 world
Expand Down
4 changes: 0 additions & 4 deletions mappings/net/minecraft/client/color/world/BiomeColors.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ CLASS net/minecraft/class_1163 net/minecraft/client/color/world/BiomeColors
FIELD field_5664 FOLIAGE_COLOR Lnet/minecraft/class_6539;
FIELD field_5665 GRASS_COLOR Lnet/minecraft/class_6539;
FIELD field_5666 WATER_COLOR Lnet/minecraft/class_6539;
METHOD method_23790 (Lnet/minecraft/class_1959;DD)I
ARG 0 biome
ARG 1 x
ARG 3 z
METHOD method_23791 (Lnet/minecraft/class_1959;DD)I
ARG 0 biome
ARG 1 x
Expand Down
4 changes: 0 additions & 4 deletions mappings/net/minecraft/client/data/ItemModelGenerator.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ CLASS net/minecraft/class_4915 net/minecraft/client/data/ItemModelGenerator
METHOD method_65427 registerDyeable (Lnet/minecraft/class_1792;I)V
ARG 1 item
ARG 2 defaultColor
METHOD method_65428 registerSpawnEgg (Lnet/minecraft/class_1792;II)V
ARG 1 item
ARG 2 shellColor
ARG 3 spotsColor
METHOD method_65429 registerArmor (Lnet/minecraft/class_1792;Lnet/minecraft/class_5321;Lnet/minecraft/class_2960;Z)V
ARG 1 item
ARG 2 equipmentKey
Expand Down
1 change: 0 additions & 1 deletion mappings/net/minecraft/client/font/FontStorage.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ CLASS net/minecraft/class_377 net/minecraft/client/font/FontStorage
METHOD method_2004 setFonts (Ljava/util/List;Ljava/util/Set;)V
ARG 1 allFonts
ARG 2 activeFilters
METHOD method_2010 closeGlyphAtlases ()V
METHOD method_2011 getGlyph (IZ)Lnet/minecraft/class_379;
COMMENT {@return the glyph of {@code codePoint}}
COMMENT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CLASS net/minecraft/class_10820 net/minecraft/client/render/model/Geometry
FIELD field_57025 EMPTY Lnet/minecraft/class_10820;
METHOD bake bake (Lnet/minecraft/class_10419;Lnet/minecraft/class_7775;Lnet/minecraft/class_3665;Lnet/minecraft/class_10813;)Lnet/minecraft/class_10817;
METHOD bake (Lnet/minecraft/class_10419;Lnet/minecraft/class_7775;Lnet/minecraft/class_3665;Lnet/minecraft/class_10813;)Lnet/minecraft/class_10817;
ARG 1 textures
ARG 2 baker
ARG 3 settings
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CLASS net/minecraft/class_1100 net/minecraft/client/render/model/UnbakedModel
FIELD field_57026 PARTICLE_TEXTURE Ljava/lang/String;
METHOD comp_3740 guiLight ()Lnet/minecraft/class_1100$class_4751;
METHOD comp_3742 transformations ()Lnet/minecraft/class_809;
METHOD comp_3743 textures ()Lnet/minecraft/class_10419$class_10420;
METHOD comp_3744 parentId ()Lnet/minecraft/class_2960;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ CLASS net/minecraft/class_793 net/minecraft/client/render/model/json/JsonUnbaked
FIELD comp_3740 guiLight Lnet/minecraft/class_1100$class_4751;
FIELD comp_3742 transformations Lnet/minecraft/class_809;
FIELD comp_3743 textures Lnet/minecraft/class_10419$class_10420;
FIELD comp_3744 parentId Lnet/minecraft/class_2960;
FIELD field_4254 GSON Lcom/google/gson/Gson;
METHOD method_3437 deserialize (Ljava/io/Reader;)Lnet/minecraft/class_793;
ARG 0 input
Expand Down
2 changes: 0 additions & 2 deletions mappings/net/minecraft/client/texture/AbstractTexture.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ CLASS net/minecraft/class_1044 net/minecraft/client/texture/AbstractTexture
METHOD method_4527 setFilter (ZZ)V
ARG 1 bilinear
ARG 2 mipmap
METHOD method_4528 clearGlId ()V
METHOD method_4624 getGlId ()I
METHOD method_65923 setFilter (Lnet/minecraft/class_9851;Z)V
ARG 1 bilinear
ARG 2 mipmap
Expand Down
13 changes: 0 additions & 13 deletions mappings/net/minecraft/client/texture/NativeImage.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ CLASS net/minecraft/class_1011 net/minecraft/client/texture/NativeImage
ARG 5 pointer
METHOD method_24032 write (Ljava/nio/channels/WritableByteChannel;)Z
ARG 1 channel
METHOD method_35620 readDepthComponent (F)V
ARG 1 unused
METHOD method_35627 drawPixels ()V
COMMENT Use {@code upload} to upload this image to GL so it can be used later. This
COMMENT method is not used in vanilla, and its side effects are not yet known.
METHOD method_36559 isOutOfBounds (II)Z
ARG 1 x
ARG 2 y
Expand Down Expand Up @@ -90,7 +85,6 @@ CLASS net/minecraft/class_1011 net/minecraft/client/texture/NativeImage
METHOD method_4317 copyFrom (Lnet/minecraft/class_1011;)V
ARG 1 image
METHOD method_4318 getFormat ()Lnet/minecraft/class_1011$class_1012;
METHOD method_4319 mirrorVertically ()V
METHOD method_4320 checkAllocated ()V
METHOD method_4322 makePixelArray ()[I
METHOD method_4323 getHeight ()I
Expand All @@ -104,9 +98,6 @@ CLASS net/minecraft/class_1011 net/minecraft/client/texture/NativeImage
ARG 3 width
ARG 4 height
ARG 5 color
METHOD method_4327 loadFromTextureImage (IZ)V
ARG 1 level
ARG 2 removeAlpha
METHOD method_47594 copyRect (Lnet/minecraft/class_1011;IIIIIIZZ)V
ARG 1 image
ARG 2 x
Expand All @@ -122,8 +113,6 @@ CLASS net/minecraft/class_1011 net/minecraft/client/texture/NativeImage
METHOD method_48463 copyPixelsAbgr ()[I
METHOD method_49277 read ([B)Lnet/minecraft/class_1011;
ARG 0 bytes
METHOD method_51596 apply (Ljava/util/function/IntUnaryOperator;)V
ARG 1 operator
METHOD method_61940 getColorArgb (II)I
ARG 1 x
ARG 2 y
Expand Down Expand Up @@ -198,8 +187,6 @@ CLASS net/minecraft/class_1011 net/minecraft/client/texture/NativeImage
ARG 0 glFormat
METHOD method_4337 hasOpacityChannel ()Z
METHOD method_4338 isWriteable ()Z
METHOD method_4339 setPackAlignment ()V
METHOD method_4340 setUnpackAlignment ()V
CLASS class_1014 WriteCallback
FIELD field_5018 channel Ljava/nio/channels/WritableByteChannel;
FIELD field_5019 exception Ljava/io/IOException;
Expand Down
2 changes: 1 addition & 1 deletion mappings/net/minecraft/client/texture/TextureType.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CLASS net/minecraft/class_10793 net/minecraft/client/texture/TextureType
FIELD field_56776 glId I
FIELD field_56777 formatId I
FIELD field_56778 glType I
METHOD <init> (Ljava/lang/String;IIII)V
METHOD <init> (Ljava/lang/String;IIIII)V
ARG 3 glId
ARG 4 formatId
ARG 5 glType
Expand Down
29 changes: 1 addition & 28 deletions mappings/net/minecraft/client/util/ScreenshotRecorder.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -2,46 +2,19 @@ CLASS net/minecraft/class_318 net/minecraft/client/util/ScreenshotRecorder
COMMENT A screenshot recorder takes screenshots and saves them into tga file format. It also
COMMENT holds a few utility methods for other types of screenshots.
FIELD field_1974 LOGGER Lorg/slf4j/Logger;
FIELD field_32157 unitHeight I
FIELD field_32158 stream Ljava/io/DataOutputStream;
FIELD field_32159 buffer [B
FIELD field_32160 width I
FIELD field_32161 height I
FIELD field_32162 file Ljava/io/File;
FIELD field_41337 SCREENSHOTS_DIRECTORY Ljava/lang/String;
METHOD <init> (Ljava/io/File;III)V
COMMENT Creates a screenshot recorder for huge screenshots.
COMMENT
COMMENT @see net.minecraft.client.MinecraftClient#takeHugeScreenshot
ARG 1 gameDirectory
ARG 2 width
ARG 3 height
ARG 4 unitHeight
METHOD method_1659 saveScreenshot (Ljava/io/File;Lnet/minecraft/class_276;Ljava/util/function/Consumer;)V
ARG 0 gameDirectory
ARG 1 framebuffer
ARG 2 messageReceiver
METHOD method_1660 getScreenshotFilename (Ljava/io/File;)Ljava/io/File;
ARG 0 directory
METHOD method_1663 takeScreenshot (Lnet/minecraft/class_276;)Lnet/minecraft/class_1011;
METHOD method_1663 takeScreenshot (Lnet/minecraft/class_276;Ljava/util/function/Consumer;)V
ARG 0 framebuffer
METHOD method_22690 saveScreenshot (Ljava/io/File;Ljava/lang/String;Lnet/minecraft/class_276;Ljava/util/function/Consumer;)V
ARG 0 gameDirectory
ARG 1 fileName
ARG 2 framebuffer
ARG 3 messageReceiver
METHOD method_35710 writeToStream ()V
COMMENT Writes the contents in the {@link #buffer} into the {@link #stream}.
METHOD method_35711 getIntoBuffer (Ljava/nio/ByteBuffer;IIII)V
COMMENT Transports image data from {@code data} into {@link #buffer}.
ARG 1 data
ARG 2 startWidth
ARG 3 startHeight
ARG 4 unitWidth
ARG 5 unitHeight
METHOD method_35712 finish ()Ljava/io/File;
COMMENT Finish taking the screenshot and return the complete tga file.
COMMENT
COMMENT @return the tga file
METHOD method_67805 (Ljava/io/File;Lnet/minecraft/class_2583;)Lnet/minecraft/class_2583;
ARG 1 style
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CLASS net/minecraft/class_10826 net/minecraft/unused/packageinfo/PackageInfo10826
9 changes: 1 addition & 8 deletions mappings/net/minecraft/world/biome/BiomeEffects.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,13 @@ CLASS net/minecraft/class_4763 net/minecraft/world/biome/BiomeEffects
FIELD field_26420 grassColor Ljava/util/Optional;
FIELD field_26421 grassColorModifier Lnet/minecraft/class_4763$class_5486;
FIELD field_55050 musicVolume F
METHOD <init> (IIIILjava/util/Optional;Ljava/util/Optional;Lnet/minecraft/class_4763$class_5486;Ljava/util/Optional;Ljava/util/Optional;Ljava/util/Optional;Ljava/util/Optional;Ljava/util/Optional;F)V
METHOD <init> (IIIILjava/util/Optional;Ljava/util/Optional;Ljava/util/Optional;Lnet/minecraft/class_4763$class_5486;Ljava/util/Optional;Ljava/util/Optional;Ljava/util/Optional;Ljava/util/Optional;Ljava/util/Optional;F)V
ARG 1 fogColor
ARG 2 waterColor
ARG 3 waterFogColor
ARG 4 skyColor
ARG 5 foliageColor
ARG 6 grassColor
ARG 7 grassColorModifier
ARG 8 particleConfig
ARG 9 loopSound
ARG 10 moodSound
ARG 11 additionsSound
ARG 12 music
ARG 13 musicVolume
METHOD method_24387 getFogColor ()I
METHOD method_24388 getWaterColor ()I
METHOD method_24389 getWaterFogColor ()I
Expand Down
2 changes: 0 additions & 2 deletions mappings/net/minecraft/world/biome/FoliageColors.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ CLASS net/minecraft/class_1926 net/minecraft/world/biome/FoliageColors
METHOD method_8340 setColorMap ([I)V
ARG 0 pixels
METHOD method_8344 getColor (DD)I
ARG 0 temperature
ARG 2 humidity
2 changes: 0 additions & 2 deletions mappings/net/minecraft/world/biome/GrassColors.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ CLASS net/minecraft/class_1933 net/minecraft/world/biome/GrassColors
METHOD method_8376 setColorMap ([I)V
ARG 0 map
METHOD method_8377 getColor (DD)I
ARG 0 temperature
ARG 2 humidity
Original file line number Diff line number Diff line change
Expand Up @@ -134,17 +134,14 @@ CLASS net/minecraft/class_5478 net/minecraft/world/biome/OverworldBiomeCreator
METHOD method_38579 createGrove (Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;)Lnet/minecraft/class_1959;
ARG 0 featureLookup
ARG 1 carverLookup
METHOD method_39151 createBiome (ZFFIILjava/lang/Integer;Ljava/lang/Integer;Lnet/minecraft/class_5483$class_5496;Lnet/minecraft/class_5485$class_5495;Lnet/minecraft/class_5195;)Lnet/minecraft/class_1959;
METHOD method_39151 createBiome (ZFFIILjava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Lnet/minecraft/class_5483$class_5496;Lnet/minecraft/class_5485$class_5495;Lnet/minecraft/class_5195;)Lnet/minecraft/class_1959;
ARG 0 precipitation
ARG 1 temperature
ARG 2 downfall
ARG 3 waterColor
ARG 4 waterFogColor
ARG 5 grassColor
ARG 6 foliageColor
ARG 7 spawnSettings
ARG 8 generationSettings
ARG 9 music
METHOD method_39152 createBiome (ZFFLnet/minecraft/class_5483$class_5496;Lnet/minecraft/class_5485$class_5495;Lnet/minecraft/class_5195;)Lnet/minecraft/class_1959;
ARG 0 precipitation
ARG 1 temperature
Expand Down

0 comments on commit 81e5868

Please sign in to comment.