1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-10-01 00:10:47 +00:00
CC-Tweaked/projects
Jonathan Coates cab66a2d6e
Replace Collections methods with {List,Map,Set}.of
The two implementations aren't entirely compatible - the implementation
returned by .of will throw an NPE on .contains(null), whereas the
Collections implementations just return false. However, we try to avoid
passing null to collections methods, so this should be safe.

There's no strong reason to do this, but it helps make the code a little
more consistent
2023-10-21 10:37:43 +01:00
..
common Replace Collections methods with {List,Map,Set}.of 2023-10-21 10:37:43 +01:00
common-api Replace several Guava classes with Java stdlib 2023-10-11 09:59:55 +01:00
core Replace Collections methods with {List,Map,Set}.of 2023-10-21 10:37:43 +01:00
core-api Replace Collections methods with {List,Map,Set}.of 2023-10-21 10:37:43 +01:00
fabric Fix a couple of future deprecations in Gradle 2023-10-19 18:28:15 +01:00
fabric-api Publish Fabric jars to CF/Modrinth 2023-03-15 23:20:13 +00:00
forge Fix a couple of future deprecations in Gradle 2023-10-19 18:28:15 +01:00
forge-api License CC:T according to the REUSE specification (#1351) 2023-03-15 21:52:13 +00:00
lints Flesh out MemoryMount into a writable mount 2023-09-29 22:15:23 +01:00
web Replace Collections methods with {List,Map,Set}.of 2023-10-21 10:37:43 +01:00
ARCHITECTURE.md License CC:T according to the REUSE specification (#1351) 2023-03-15 21:52:13 +00:00