ForgePatch/patches/minecraft/net/minecraft/client/renderer
LexManos b9ac73b0f1 1.9.4 Update.
Major things to note:
Class renames: https://gist.github.com/LexManos/44dd211f90f498ad4015279b103dff86
Tile Entities are now packed in the ChunkData packet.
Forge intends to work around this to better support large moded worlds, but for the time being modders should implement the new function carefully and only send what data they need to!
Minecraft's codebase now has annotations, these are directly from Mojang and should be adheared to!
Added support for package-info.java's containing @Nullable information for all MC code base.
2016-05-18 03:29:10 -07:00
..
block 1.9.4 Update. 2016-05-18 03:29:10 -07:00
chunk 1.9.4 Update. 2016-05-18 03:29:10 -07:00
color 1.9.4 Update. 2016-05-18 03:29:10 -07:00
entity 1.9.4 Update. 2016-05-18 03:29:10 -07:00
texture 1.9.4 Update. 2016-05-18 03:29:10 -07:00
tileentity 1.9.4 Update. 2016-05-18 03:29:10 -07:00
vertex Back to srgnames for patches. We should be starting to look OK now. 2015-11-22 00:46:26 -05:00
BlockModelRenderer.java.patch 1.9.4 Update. 2016-05-18 03:29:10 -07:00
BlockModelShapes.java.patch Switch to srg patches 2016-03-11 19:59:24 -05:00
BlockRendererDispatcher.java.patch Switch to srg patches 2016-03-11 19:59:24 -05:00
EntityRenderer.java.patch 1.9.4 Update. 2016-05-18 03:29:10 -07:00
InventoryEffectRenderer.java.patch Add cancelable event for Potions shifting the gui position (#2667) 2016-04-08 20:18:17 -07:00
ItemModelMesher.java.patch 1.9.4 Update. 2016-05-18 03:29:10 -07:00
ItemRenderer.java.patch 1.9.4 Update. 2016-05-18 03:29:10 -07:00
OpenGlHelper.java.patch Switch to srg patches 2016-03-11 19:59:24 -05:00
RenderGlobal.java.patch 1.9.4 Update. 2016-05-18 03:29:10 -07:00
RenderItem.java.patch 1.9.4 Update. 2016-05-18 03:29:10 -07:00
VertexBuffer.java.patch Made VertexBuffer.sortVertexData cleanup pointers after it's done. Closes #2528. 2016-03-21 18:54:25 +03:00
WorldVertexBufferUploader.java.patch Switch to srg patches 2016-03-11 19:59:24 -05:00