1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-10 09:20:28 +00:00
CC-Tweaked/src/main/java/dan200/computercraft
Jonathan Coates 0f6db63020
Remove "*Proxy" classes
- Move registry code into the various *Registry classes.

   I'm not sure this is any more sensible, but things being registered
   in different places kinda irked me.

 - Everything else (i.e. event listeners) goes in a {Client,Common}Hooks
   class right now. It's not ideal, but I don't think we can split it up
   much.
2021-06-05 10:09:28 +01:00
..
api Fix build failures 2021-05-15 21:27:48 +01:00
client Remove "*Proxy" classes 2021-06-05 10:09:28 +01:00
core Improve error message for SSL failures 2021-06-01 22:10:11 +01:00
data Remove "*Proxy" classes 2021-06-05 10:09:28 +01:00
shared Remove "*Proxy" classes 2021-06-05 10:09:28 +01:00
ComputerCraft.java Expose GenericSource to the public API 2021-05-15 21:11:09 +01:00
ComputerCraftAPIImpl.java Expose GenericSource to the public API 2021-05-15 21:11:09 +01:00