-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add jars to gitignore, migrate to enigma dirs
- Loading branch information
Showing
514 changed files
with
5,019 additions
and
5,020 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
build/ | ||
.vscode/ | ||
.idea/ | ||
.idea/ | ||
*.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
CLASS aj aj | ||
METHOD a loadChunk (Ldd;II)Lhk; | ||
ARG 1 world | ||
ARG 2 x | ||
ARG 3 y | ||
METHOD a save (Ldd;Lhk;)V | ||
ARG 1 world | ||
ARG 2 chunk | ||
METHOD b b (Ldd;Lhk;)V | ||
ARG 1 world | ||
ARG 2 chunk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
CLASS at at | ||
METHOD a renderParticles (Lmm;DDDFF)V | ||
ARG 2 x | ||
ARG 4 y | ||
ARG 6 z |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
CLASS bm bm | ||
METHOD a a (Lof;)V | ||
ARG 1 block |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
CLASS com/jcraft/jogg/Page com/jcraft/jogg/Page | ||
FIELD body body I | ||
FIELD crc_lookup crc_lookup [I |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
CLASS f f | ||
FIELD J entitiesLoaded I | ||
FIELD K entitiesRendered I | ||
FIELD L blockEntitiesRendered I | ||
FIELD M chunksLoaded I | ||
FIELD P chunksRendered I | ||
FIELD k world Ldd; | ||
FIELD l textureLoader Lgd; | ||
FIELD t minecraft Lnet/minecraft/client/Minecraft; | ||
METHOD <init> <init> (Lnet/minecraft/client/Minecraft;Lgd;)V | ||
ARG 1 minecraft | ||
ARG 2 textureLoader | ||
METHOD a a (Ldd;)V | ||
ARG 1 world | ||
METHOD b f3WorldString ()Ljava/lang/String; | ||
METHOD b b (III)V | ||
ARG 1 x | ||
ARG 2 y | ||
ARG 3 z | ||
METHOD c f3EntityString ()Ljava/lang/String; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
CLASS hr hr | ||
FIELD a blockId I | ||
METHOD <init> <init> (ILof;)V | ||
ARG 1 id | ||
ARG 2 block |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
CLASS iy iy | ||
FIELD a isFancy Z | ||
METHOD <init> <init> (IILhl;Z)V | ||
ARG 1 id | ||
ARG 2 textureId | ||
ARG 3 properties |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
CLASS ji ji | ||
FIELD a minecraft Lnet/minecraft/client/Minecraft; | ||
METHOD <init> <init> (Lnet/minecraft/client/Minecraft;)V | ||
ARG 1 minecraft | ||
METHOD a interactWithEntity (Leh;Lmm;)V | ||
ARG 1 player | ||
ARG 2 entity | ||
METHOD b attackEntity (Leh;Lmm;)V | ||
ARG 1 player | ||
ARG 2 entity |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
CLASS kj kj | ||
METHOD a spawnParticle (Ljava/lang/String;DDDDDD)V | ||
ARG 1 particle | ||
ARG 2 x | ||
ARG 4 y | ||
ARG 6 z | ||
ARG 8 momentumX | ||
ARG 10 momentumY | ||
ARG 12 momentumZ | ||
METHOD a playDisc (Ljava/lang/String;III)V | ||
ARG 1 name | ||
ARG 2 x | ||
ARG 3 y | ||
ARG 4 z |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
CLASS kx kx | ||
FIELD a block Lof; | ||
METHOD <init> <init> (Ldd;DDDDDDLof;)V | ||
ARG 1 world | ||
ARG 2 x | ||
ARG 4 y | ||
ARG 6 z | ||
ARG 14 block |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
CLASS mi mi | ||
METHOD a drawText (Ljava/lang/String;III)V | ||
ARG 1 text |
1 change: 1 addition & 0 deletions
1
client-mappings/net/minecraft/FuckingUselessPieceOfShit.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS cm net/minecraft/FuckingUselessPieceOfShit |
1 change: 1 addition & 0 deletions
1
client-mappings/net/minecraft/client/AppletAwareMinecraftClient.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS i net/minecraft/client/AppletAwareMinecraftClient |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
CLASS net/minecraft/client/MinecraftApplet net/minecraft/client/MinecraftApplet | ||
FIELD a canvas Ljava/awt/Canvas; | ||
FIELD b instance Lnet/minecraft/client/Minecraft; | ||
FIELD c minecraftMainThread Ljava/lang/Thread; | ||
METHOD a addNotify ()V | ||
METHOD init init ()V |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
CLASS j net/minecraft/client/MinecraftCanvas | ||
FIELD a applet Lnet/minecraft/client/MinecraftApplet; | ||
METHOD <init> <init> (Lnet/minecraft/client/MinecraftApplet;)V | ||
ARG 1 applet |
34 changes: 34 additions & 0 deletions
34
client-mappings/net/minecraft/client/MinecraftClient.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
CLASS net/minecraft/client/Minecraft net/minecraft/client/MinecraftClient | ||
FIELD A soundEngine Lqu; | ||
FIELD C texturePacks Lfn; | ||
FIELD I debugInfo Ljava/lang/String; | ||
FIELD N startTime J | ||
FIELD U height I | ||
FIELD a isFullScreen Z | ||
FIELD c windowWidth I | ||
FIELD d windowHeight I | ||
FIELD e world Ldd; | ||
FIELD g player Lbs; | ||
FIELD h particleRenderer Lcc; | ||
FIELD j hostedSite Ljava/lang/String; | ||
FIELD k canvas Ljava/awt/Canvas; | ||
FIELD n textureLoader Lgd; | ||
FIELD y optionsLoader Lha; | ||
FIELD z applet Lnet/minecraft/client/MinecraftApplet; | ||
METHOD <init> <init> (Ljava/awt/Component;Ljava/awt/Canvas;Lnet/minecraft/client/MinecraftApplet;IIZ)V | ||
ARG 1 component | ||
ARG 2 canvas | ||
ARG 3 applet | ||
ARG 4 windowWidth | ||
ARG 5 windowHeight | ||
ARG 6 fullscreen | ||
METHOD a handleClick (I)V | ||
METHOD a resize (II)V | ||
ARG 1 width | ||
ARG 2 height | ||
METHOD c glError (Ljava/lang/String;)V | ||
ARG 1 message | ||
METHOD h toggleFullscreen ()V | ||
METHOD m f3WorldString ()Ljava/lang/String; | ||
METHOD n f3EntitiesRenderedScreen ()Ljava/lang/String; | ||
METHOD o f3EntitiesTotalScreen ()Ljava/lang/String; |
9 changes: 9 additions & 0 deletions
9
client-mappings/net/minecraft/client/network/ClientNetworking.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
CLASS io net/minecraft/client/network/ClientNetworking | ||
FIELD b random Ljava/util/Random; | ||
FIELD e minecraft Lnet/minecraft/client/Minecraft; | ||
FIELD f world Lif; | ||
METHOD <init> <init> (Lnet/minecraft/client/Minecraft;Ljava/lang/String;I)V | ||
ARG 1 minecraft | ||
ARG 2 address | ||
ARG 3 port | ||
METHOD a sendPacket (Lgu;)V |
6 changes: 6 additions & 0 deletions
6
client-mappings/net/minecraft/client/network/ClientPlayNetworkHandler.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
CLASS pv net/minecraft/client/network/ClientPlayNetworkHandler | ||
FIELD k networking Lio; | ||
FIELD l selectedItem I | ||
METHOD <init> <init> (Lnet/minecraft/client/Minecraft;Lio;)V | ||
ARG 1 minecraft | ||
ARG 2 networking |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
CLASS kt net/minecraft/client/options/Keybind | ||
FIELD a name Ljava/lang/String; | ||
FIELD b scancode I | ||
METHOD <init> <init> (Ljava/lang/String;I)V | ||
ARG 1 name | ||
ARG 2 scancode |
14 changes: 14 additions & 0 deletions
14
client-mappings/net/minecraft/client/options/Options.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
CLASS fb net/minecraft/client/options/Options | ||
FIELD k isSlider Z | ||
FIELD l defaultValue Z | ||
FIELD m langKey Ljava/lang/String; | ||
METHOD <init> <init> (Ljava/lang/String;ILjava/lang/String;ZZ)V | ||
ARG 3 langKey | ||
ARG 4 isSlider | ||
ARG 5 defaultValue | ||
METHOD a isSlider ()Z | ||
METHOD a fromId (I)Lfb; | ||
ARG 0 id | ||
METHOD b getDefault ()Z | ||
METHOD c id ()I | ||
METHOD d getLangKey ()Ljava/lang/String; |
54 changes: 54 additions & 0 deletions
54
client-mappings/net/minecraft/client/options/OptionsLoader.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
CLASS ha net/minecraft/client/options/OptionsLoader | ||
FIELD A DIFFICULTY_OPTIONS [Ljava/lang/String; | ||
FIELD B optionsFile Ljava/io/File; | ||
FIELD a musicVolume F | ||
FIELD b soundVolume F | ||
FIELD c sensitivity F | ||
FIELD d invertMouse Z | ||
FIELD e renderDistance I | ||
FIELD f viewBobbing Z | ||
FIELD g anaglyph Z | ||
FIELD h limitFramerate Z | ||
FIELD i fancyGraphics Z | ||
FIELD j skin Ljava/lang/String; | ||
FIELD k forward Lkt; | ||
FIELD l left Lkt; | ||
FIELD m back Lkt; | ||
FIELD n right Lkt; | ||
FIELD o jump Lkt; | ||
FIELD p inventory Lkt; | ||
FIELD q drop Lkt; | ||
FIELD r chat Lkt; | ||
FIELD s toggleFog Lkt; | ||
FIELD t sneak Lkt; | ||
FIELD u KEYBINDS [Lkt; | ||
FIELD v client Lnet/minecraft/client/Minecraft; | ||
FIELD w difficulty I | ||
FIELD y lastServer Ljava/lang/String; | ||
FIELD z RENDER_DISTANCE_OPTIONS [Ljava/lang/String; | ||
METHOD <init> <init> (Lnet/minecraft/client/Minecraft;Ljava/io/File;)V | ||
ARG 1 client | ||
ARG 2 gameDir | ||
METHOD a loadOptions ()V | ||
METHOD a translate (I)Ljava/lang/String; | ||
ARG 1 keybind | ||
METHOD a setKeybind (II)V | ||
ARG 1 keybind | ||
ARG 2 scancode | ||
METHOD a getFloat (Lfb;)F | ||
ARG 1 option | ||
METHOD a setFloat (Lfb;F)V | ||
ARG 1 option | ||
ARG 2 value | ||
METHOD a setInteger (Lfb;I)V | ||
ARG 1 option | ||
ARG 2 value | ||
METHOD a loadBooleanOption (Ljava/lang/String;)F | ||
ARG 1 option | ||
METHOD b saveOptions ()V | ||
METHOD b getKeyName (I)Ljava/lang/String; | ||
ARG 1 id | ||
METHOD b getBoolean (Lfb;)Z | ||
ARG 1 option | ||
METHOD c toTranslatedString (Lfb;)Ljava/lang/String; | ||
ARG 1 option |
10 changes: 10 additions & 0 deletions
10
client-mappings/net/minecraft/client/renderer/BlockEntityRenderer.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
CLASS ga net/minecraft/client/renderer/BlockEntityRenderer | ||
FIELD a registry Lhj; | ||
METHOD a a (Ljava/lang/String;)V | ||
ARG 1 texture | ||
METHOD a render (Ljw;DDDF)V | ||
ARG 1 blockEntity | ||
ARG 2 x | ||
ARG 4 y | ||
ARG 6 z | ||
ARG 8 tick |
8 changes: 8 additions & 0 deletions
8
client-mappings/net/minecraft/client/renderer/BlockEntityRendererRegistry.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
CLASS hj net/minecraft/client/renderer/BlockEntityRendererRegistry | ||
FIELD a instance Lhj; | ||
FIELD e textureLoader Lgd; | ||
FIELD f world Ldd; | ||
FIELD g player Leh; | ||
FIELD m classToRenderer Ljava/util/Map; | ||
METHOD a a (Ljava/lang/Class;)Lga; | ||
ARG 1 clazz |
22 changes: 22 additions & 0 deletions
22
client-mappings/net/minecraft/client/renderer/ParticleRenderer.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
CLASS cc net/minecraft/client/renderer/ParticleRenderer | ||
FIELD a world Ldd; | ||
FIELD b particles [Ljava/util/List; | ||
FIELD c textureLoader Lgd; | ||
FIELD d random Ljava/util/Random; | ||
METHOD <init> <init> (Ldd;Lgd;)V | ||
ARG 1 world | ||
ARG 2 textureLoader | ||
METHOD a spawnBlockParticles (III)V | ||
ARG 1 x | ||
ARG 2 y | ||
ARG 3 z | ||
METHOD a setWorld (Ldd;)V | ||
ARG 1 world | ||
METHOD a a (Lmm;F)V | ||
ARG 1 entity | ||
ARG 2 multiplier | ||
METHOD a addParticle (Lqe;)V | ||
ARG 1 paricle | ||
METHOD b count ()Ljava/lang/String; | ||
METHOD b b (Lmm;F)V | ||
ARG 1 entity |
59 changes: 59 additions & 0 deletions
59
client-mappings/net/minecraft/client/renderer/Tesselator.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
CLASS jf net/minecraft/client/renderer/Tesselator | ||
FIELD B size I | ||
FIELD a instance Ljf; | ||
FIELD c useVboIfAvailable Z | ||
FIELD d byteBuf Ljava/nio/ByteBuffer; | ||
FIELD e intBuf Ljava/nio/IntBuffer; | ||
FIELD f floatBuf Ljava/nio/FloatBuffer; | ||
FIELD i u D | ||
FIELD j v D | ||
FIELD k color I | ||
FIELD l colorSet Z | ||
FIELD m textureSet Z | ||
FIELD n normalSet Z | ||
FIELD s x D | ||
FIELD t y D | ||
FIELD u z D | ||
FIELD v normal I | ||
FIELD w active Z | ||
FIELD x vboAvailable Z | ||
METHOD <init> <init> (I)V | ||
ARG 1 size | ||
METHOD a flush ()V | ||
METHOD a uv (DD)V | ||
ARG 1 x | ||
ARG 3 y | ||
METHOD a color (FFF)V | ||
ARG 1 r | ||
ARG 2 g | ||
ARG 3 b | ||
METHOD a color (FFFF)V | ||
ARG 1 r | ||
ARG 2 g | ||
ARG 3 b | ||
ARG 4 a | ||
METHOD a start (I)V | ||
METHOD a packedColor (II)V | ||
ARG 1 color | ||
ARG 2 alpha | ||
METHOD a color (III)V | ||
ARG 1 r | ||
ARG 2 g | ||
ARG 3 b | ||
METHOD a color (IIII)V | ||
ARG 1 r | ||
ARG 2 g | ||
ARG 3 b | ||
ARG 4 alpha | ||
METHOD b start ()V | ||
METHOD b offset (DDD)V | ||
ARG 1 x | ||
ARG 3 y | ||
ARG 5 z | ||
METHOD b normal (FFF)V | ||
METHOD b packedColor (I)V | ||
ARG 1 color | ||
METHOD c offset (FFF)V | ||
ARG 1 x | ||
ARG 2 y | ||
ARG 3 z |
2 changes: 2 additions & 0 deletions
2
client-mappings/net/minecraft/client/renderer/blockentity/MobSpawnerRenderer.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CLASS v net/minecraft/client/renderer/blockentity/MobSpawnerRenderer | ||
FIELD b entityCache Ljava/util/Map; |
1 change: 1 addition & 0 deletions
1
client-mappings/net/minecraft/client/renderer/blockentity/SignBlockRenderer.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS kl net/minecraft/client/renderer/blockentity/SignBlockRenderer |
2 changes: 2 additions & 0 deletions
2
client-mappings/net/minecraft/client/resources/DefautlTexturePack.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CLASS ka net/minecraft/client/resources/DefautlTexturePack | ||
FIELD f image Ljava/awt/image/BufferedImage; |
9 changes: 9 additions & 0 deletions
9
client-mappings/net/minecraft/client/resources/FileTexturePack.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
CLASS os net/minecraft/client/resources/FileTexturePack | ||
FIELD e zipFile Ljava/util/zip/ZipFile; | ||
FIELD f iconId I | ||
FIELD g icon Ljava/awt/image/BufferedImage; | ||
FIELD h file Ljava/io/File; | ||
METHOD <init> <init> (Ljava/io/File;)V | ||
ARG 1 file | ||
METHOD b trim (Ljava/lang/String;)Ljava/lang/String; | ||
ARG 1 string |
19 changes: 19 additions & 0 deletions
19
client-mappings/net/minecraft/client/resources/TextureLoader.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
CLASS gd net/minecraft/client/resources/TextureLoader | ||
FIELD h options Lha; | ||
FIELD k packs Lfn; | ||
METHOD <init> <init> (Lfn;Lha;)V | ||
ARG 1 packs | ||
ARG 2 options | ||
METHOD a deleteImage (I)V | ||
METHOD a uploadImage (Ljava/awt/image/BufferedImage;)I | ||
ARG 1 bufferedImage | ||
METHOD a a (Ljava/awt/image/BufferedImage;I)V | ||
ARG 1 bufferedImage | ||
METHOD a loadImage (Ljava/io/InputStream;)Ljava/awt/image/BufferedImage; | ||
ARG 1 inputStream | ||
METHOD a getTextureId (Ljava/lang/String;)I | ||
METHOD b reload ()V | ||
METHOD b bindTexture (I)V | ||
ARG 1 textureId | ||
METHOD b b (Ljava/awt/image/BufferedImage;)Ljava/awt/image/BufferedImage; | ||
ARG 1 bufferedImage |
Oops, something went wrong.