Update to latest MCProtocolLib with Mojang mappings

This commit is contained in:
Camotoy 2021-11-12 22:44:15 -05:00
parent 5d58394bc0
commit 768b09e7fd
No known key found for this signature in database
GPG key ID: 7EEFB66FE798081F
150 changed files with 652 additions and 662 deletions

View file

@ -25,7 +25,7 @@
package org.geysermc.platform.spigot.world;
import com.github.steveice10.mc.protocol.data.game.world.block.value.PistonValueType;
import com.github.steveice10.mc.protocol.data.game.level.block.value.PistonValueType;
import com.nukkitx.math.vector.Vector3i;
import it.unimi.dsi.fastutil.objects.Object2IntMap;
import it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap;