More moves and compilation fixes

This commit is contained in:
Sebastian Hartte
2020-06-29 02:15:31 +02:00
parent 3df93fc66d
commit 0d63f560d3
240 changed files with 2221 additions and 1926 deletions
@@ -24,6 +24,7 @@ import java.util.Random;
import net.minecraft.block.entity.BlockEntity;
import net.minecraft.client.util.InputMappings;
import net.minecraft.client.util.InputUtil;
import net.minecraft.entity.player.PlayerEntity;
import net.minecraft.entity.player.PlayerInventory;
import net.minecraft.server.network.ServerPlayerEntity;
@@ -148,7 +149,7 @@ public class ServerHelper extends CommonHelper {
}
@Override
public boolean isActionKey(ActionKey key, InputMappings.Input input) {
public boolean isActionKey(ActionKey key, InputUtil.Key input) {
return false;
}
}