Get rid of all the ATs in favor of Mixins

This commit is contained in:
Jonas Herzig
2019-05-06 16:53:39 +02:00
parent 2094c518a0
commit bd91d0d3bd
41 changed files with 302 additions and 778 deletions

View File

@@ -9,6 +9,9 @@
//$$ "MixinInGameHud",
//#endif
"EntityLivingBaseAccessor",
//#if MC<11300
//$$ "EntityOtherPlayerMPAccessor",
//#endif
"EntityPlayerAccessor",
"FirstPersonRendererAccessor",
//#if MC>=10904
@@ -16,15 +19,13 @@
//#endif
//#if MC>=10800
"MixinGuiSpectator",
//#if MC>=11300
"MixinKeyboardListener",
//#endif
"MixinRenderArrow",
//#if MC<11400
"MixinRenderManager",
//#endif
"MixinViewFrustum",
//#endif
"MixinKeyboardListener",
"MixinPlayerControllerMP",
"MixinRenderItem",
"MixinRenderLivingBase",