Improvements to DataFixers for performance

Mojang asked me to make some changes, so applied them here.
This commit is contained in:
Aikar
2018-10-12 01:29:28 -04:00
parent 77c6bafe46
commit 04b8268cf1
3 changed files with 91 additions and 57 deletions

View File

@@ -104,6 +104,7 @@ done
# # group # lib # prefix # many files
importLibrary com.mojang datafixerupper com/mojang/datafixers \
schemas/Schema.java \
DataFixerBuilder.java \
DataFixerUpper.java \
NamedChoiceFinder.java \
functions/PointFree.java \