Mappings Update
By: md_5 <git@md-5.net>
This commit is contained in:
parent
239b2828db
commit
d7e312278d
120 changed files with 878 additions and 1619 deletions
|
@ -1,15 +1,6 @@
|
|||
--- a/net/minecraft/server/CustomFunctionData.java
|
||||
+++ b/net/minecraft/server/CustomFunctionData.java
|
||||
@@ -32,7 +32,7 @@
|
||||
private final Map<MinecraftKey, CustomFunction> g = Maps.newHashMap();
|
||||
private final ArrayDeque<CustomFunctionData.a> h = new ArrayDeque();
|
||||
private boolean i;
|
||||
- private final Tags<CustomFunction> j = new Tags((minecraftkey) -> {
|
||||
+ private final Tags<CustomFunction> j = new Tags<>((minecraftkey) -> { // CraftBukkit - decompile error
|
||||
return this.a(minecraftkey) != null;
|
||||
}, this::a, "tags/functions", true, "function");
|
||||
private final List<CustomFunction> k = Lists.newArrayList();
|
||||
@@ -60,7 +60,7 @@
|
||||
@@ -55,7 +55,7 @@
|
||||
}
|
||||
|
||||
public com.mojang.brigadier.CommandDispatcher<CommandListenerWrapper> d() {
|
||||
|
@ -18,12 +9,3 @@
|
|||
}
|
||||
|
||||
public void tick() {
|
||||
@@ -164,7 +164,7 @@
|
||||
arraylist.add(CompletableFuture.supplyAsync(() -> {
|
||||
return a(iresourcemanager, minecraftkey);
|
||||
}, Resource.a).thenApplyAsync((list) -> {
|
||||
- return CustomFunction.a(minecraftkey, this, list);
|
||||
+ return CustomFunction.a(minecraftkey1, this, list); // CraftBukkit - decompile error
|
||||
}).handle((customfunction, throwable) -> {
|
||||
return this.a(customfunction, throwable, minecraftkey);
|
||||
}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue