ForgePatch/src/main/java/net/minecraftforge/fml
tterrag c4cf950863
Fix the rest of the "easy" compile errors (#5151)
* Add Entity.changeDimension patch and transitively required patches

* Fix throws declaration on CommandSetDimension#execute

* Fix rest of errors in fluid package

* Add PLAYER_REACH attribute

* Fix compile errors in fml.client.config and add GuiButton patch

* Delete unnecessary client.config classes, fix all config errors

* Comment some fluid errors in models

* Fix all errors in common package root, except ForgeHooks

* Mass comment network package

* Experimental conversion of extended states to generic base class

* Fix errors in common.util

* Remove config annotation stuff cuz lex said so

* Make extended state stuff compile fully
2018-09-18 00:04:02 -04:00
..
client Fix the rest of the "easy" compile errors (#5151) 2018-09-18 00:04:02 -04:00
common More compile cleanups. (#5139) 2018-09-14 09:30:56 -07:00
config Zeroth pass on 1.13 2018-09-05 12:56:01 -07:00
hooks Well, it works, for a game, now. 2018-09-05 12:30:02 -07:00
javafmlmod Zeroth pass on 1.13 2018-09-05 12:56:01 -07:00
language Well, it works, for a game, now. 2018-09-05 12:30:02 -07:00
loading Network init 2018-09-05 13:14:16 -07:00
network Net handling pass 2. Tidied up login packet sourcing, generate registry packets. 2018-09-16 20:59:25 -04:00
relauncher/libraries More compile cleanups. (#5139) 2018-09-14 09:30:56 -07:00
server More compile cleanups. (#5139) 2018-09-14 09:30:56 -07:00
util Net handling pass 2. Tidied up login packet sourcing, generate registry packets. 2018-09-16 20:59:25 -04:00
AdvancedLogMessageAdapter.java Add I18n accessor, fix up some mod log messages, make the EnumExtender work. 2018-09-09 23:35:02 -04:00
AutomaticEventSubscriber.java Zeroth pass on 1.13 2018-09-05 12:56:01 -07:00
BrandingControl.java Add I18n accessor, fix up some mod log messages, make the EnumExtender work. 2018-09-09 23:35:02 -04:00
CrashReportExtender.java Well, it works, for a game, now. 2018-09-05 12:30:02 -07:00
DefaultModContainers.java Things. they work. Obviously still WAY more to do. 2018-09-05 11:53:54 -07:00
DeferredWorkQueue.java Some more stuffs. ObjectHolder's replacement? 2018-09-05 11:58:31 -07:00
DistExecutor.java Zeroth pass on 1.13 2018-09-05 12:56:01 -07:00
ExtensionPoint.java Zeroth pass on 1.13 2018-09-05 12:56:01 -07:00
FMLWorldPersistenceHook.java Zeroth pass on 1.13 2018-09-05 12:56:01 -07:00
FileUtils.java Zeroth pass on 1.13 2018-09-05 12:56:01 -07:00
ForgeI18n.java Add I18n accessor, fix up some mod log messages, make the EnumExtender work. 2018-09-09 23:35:02 -04:00
InterModComms.java Moving some stuff around, network and server events. 2018-09-05 12:37:20 -07:00
Java9BackportUtils.java Holy Moly, it's a big fat commit of broken code! 2018-09-05 11:16:33 -07:00
LaunchTesting.java Net handling pass 2. Tidied up login packet sourcing, generate registry packets. 2018-09-16 20:59:25 -04:00
LifecycleEventProvider.java Some more stuffs. ObjectHolder's replacement? 2018-09-05 11:58:31 -07:00
Logging.java Tweak 2018-09-05 13:14:16 -07:00
LogicalSide.java Well, it works, for a game, now. 2018-09-05 12:30:02 -07:00
LogicalSidedProvider.java Dediserver runs and talks to clients. 2018-09-05 12:35:31 -07:00
ModContainer.java Zeroth pass on 1.13 2018-09-05 12:56:01 -07:00
ModList.java Fix the rest of the "easy" compile errors (#5151) 2018-09-18 00:04:02 -04:00
ModLoader.java Tweak to remove javac compile errors related to generics on registries. 2018-09-16 22:27:08 -04:00
ModLoadingClassLoader.java Zeroth pass on 1.13 2018-09-05 12:56:01 -07:00
ModLoadingException.java Some more stuffs. ObjectHolder's replacement? 2018-09-05 11:58:31 -07:00
ModLoadingStage.java Some more stuffs. ObjectHolder's replacement? 2018-09-05 11:58:31 -07:00
ModThreadContext.java Well, it works, for a game, now. 2018-09-05 12:30:02 -07:00
OptionalMod.java Some more stuffs. ObjectHolder's replacement? 2018-09-05 11:58:31 -07:00
RegistryObject.java Server starts 2018-09-05 13:13:53 -07:00
SidedProvider.java Zeroth pass on 1.13 2018-09-05 12:56:01 -07:00
StartupQuery.java Zeroth pass on 1.13 2018-09-05 12:56:01 -07:00
UnsafeHacks.java Network init 2018-09-05 13:14:16 -07:00
VersionChecker.java Things. they work. Obviously still WAY more to do. 2018-09-05 11:53:54 -07:00
WorldPersistenceHooks.java Zeroth pass on 1.13 2018-09-05 12:56:01 -07:00