1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-09-29 23:40:46 +00:00
CC-Tweaked/projects/common/src
Jonathan Coates 910a63214e
Make Generic methods per-ComputerContext
- Move the class cache out of Generator into MethodSupplierImpl. This
   means we cache class generation globally (that's really expensive!),
   but the class -> method list lookup is local.

 - Move the global GenericSource/GenericMethod registry out of core,
   passing in the list of generic methods to the ComputerContext.

I'm not entirely thrilled by the slight overlap of MethodSupplierImpl and
Generator here, something to clean up in the future.
2023-06-26 21:46:55 +01:00
..
client Fix quad order when rendering turtles upside down 2023-06-18 19:32:23 +01:00
main Make Generic methods per-ComputerContext 2023-06-26 21:46:55 +01:00
test/java/dan200/computercraft Deprecate itemGroups field 2023-06-08 20:33:31 +01:00
testFixtures/java/dan200/computercraft/test/shared License CC:T according to the REUSE specification (#1351) 2023-03-15 21:52:13 +00:00
testMod Limit turtle's reach distance in Item.use 2023-06-24 17:09:34 +01:00