yarn/mappings/net/minecraft/client/texture
grondag c65ee2bb41 Map bindTexture() to public method (#870)
In the latest snapshot the old bindTexture method was made private and is now wrapped by a public method that ensures thread safety.  Mods calling `bindTexture()` will fail due to an access violate.  This PR maps `bindTexture` to the new publicMethod and renames the private method.
2019-09-21 23:27:52 +02:00
..
AbstractTexture.mapping Mapped lots of random things (#794) 2019-07-31 15:20:12 +01:00
AsyncTexture.mapping The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00
BannerTexture.mapping Mapped lots of random things (#794) 2019-07-31 15:20:12 +01:00
LayeredTexture.mapping Mapped lots of random things (#794) 2019-07-31 15:20:12 +01:00
MissingSprite.mapping The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00
NativeImage.mapping 19w38a 2019-09-18 16:17:05 +01:00
NativeImageBackedTexture.mapping The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00
PaintingManager.mapping The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00
PlayerSkinProvider.mapping 19w38a 2019-09-18 16:17:05 +01:00
PlayerSkinTexture.mapping 19w38a 2019-09-18 16:17:05 +01:00
ResourceTexture.mapping Mapped lots of random things (#794) 2019-07-31 15:20:12 +01:00
Sprite.mapping 1.14.4-pre1 2019-07-03 20:50:19 +02:00
SpriteAtlasHolder.mapping The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00
SpriteAtlasTexture.mapping A few client mappings (#833) 2019-09-01 16:22:10 +01:00
StatusEffectSpriteManager.mapping The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00
Texture.mapping Mapped lots of random things (#794) 2019-07-31 15:20:12 +01:00
TextureCache.mapping 19w38a 2019-09-18 16:17:05 +01:00
TextureManager.mapping Map bindTexture() to public method (#870) 2019-09-21 23:27:52 +02:00
TextureStitcher.mapping A few client mappings (#833) 2019-09-01 16:22:10 +01:00
TextureStitcherCannotFitException.mapping A few client mappings (#833) 2019-09-01 16:22:10 +01:00
TextureTickListener.mapping The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00
TextureUtil.mapping Map some new 19w34a classes (#831) 2019-09-01 16:21:31 +01:00
TickableTexture.mapping The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00