PandaLib/pandalib-util/src/main/java/fr/pandacube/lib/util
Marc Baloup b2f5770461 Improved Json record support (Gson 2.10 natively supports it) + Added ItemStack Json support
- Extract RecordTypeAdapter to its own file + only use it if Gson library does not support it (it does since 2.10, but we are unsure of which version is actually used in paper/bungee/other)
- new ItemStackAdapter to support Json (de)serializing of Bukkit ItemStack.
2023-03-12 14:14:17 +01:00
..
AmountPerTimeLimiter.java pandalib-util javadoc and small API changes 2022-07-28 01:13:35 +02:00
BiMap.java Improved Json record support (Gson 2.10 natively supports it) + Added ItemStack Json support 2023-03-12 14:14:17 +01:00
DistanceUtil.java pandalib-util javadoc and small API changes 2022-07-28 01:13:35 +02:00
EnumUtil.java pandalib-util javadoc and small API changes 2022-07-28 01:13:35 +02:00
FileUtils.java pandalib-util javadoc and small API changes 2022-07-28 01:13:35 +02:00
IteratorIterator.java pandalib-util javadoc and small API changes 2022-07-28 01:13:35 +02:00
Lazy.java pandalib-util javadoc and small API changes 2022-07-28 01:13:35 +02:00
LazyOrException.java Makes exception types generic in ThrowableUtil 2023-03-11 12:16:09 +01:00
LevenshteinDistance.java pandalib-util javadoc and small API changes 2022-07-28 01:13:35 +02:00
ListUtil.java pandalib-util javadoc and small API changes 2022-07-28 01:13:35 +02:00
Log.java pandalib-util javadoc and small API changes 2022-07-28 01:13:35 +02:00
MappedListView.java pandalib-util javadoc and small API changes 2022-07-28 01:13:35 +02:00
MemoryUtil.java pandalib-util javadoc and small API changes 2022-07-28 01:13:35 +02:00
MinecraftVersion.java Added 1.19.3 in MinecraftVersion 2022-12-08 17:55:27 +01:00
MinecraftWebUtil.java pandalib-util javadoc and small API changes 2022-07-28 01:13:35 +02:00
OfflineUUID.java pandalib-util javadoc and small API changes 2022-07-28 01:13:35 +02:00
RandomUtil.java un-deprecate RandomUtil methods 2022-07-28 03:11:40 +02:00
StringUtil.java new StringUtil.asPatternInSentense method 2023-02-11 23:57:56 +01:00
ThrowableUtil.java Makes exception types generic in ThrowableUtil 2023-03-11 12:16:09 +01:00
Tick.java pandalib-util javadoc and small API changes 2022-07-28 01:13:35 +02:00
TimeUtil.java pandalib-util javadoc and small API changes 2022-07-28 01:13:35 +02:00