Fixed missing imports

This commit is contained in:
stijnb1234 2021-04-07 10:44:04 +02:00
parent c71b14cd71
commit e446a44af8
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,6 @@
package nl.SBDeveloper.V10Lift.utils;
import com.cryptomorin.xseries.XMaterial;
import org.bukkit.block.Block;
import org.bukkit.block.BlockFace;

View file

@ -1,5 +1,7 @@
package nl.SBDeveloper.V10Lift.utils;
import com.cryptomorin.xseries.XMaterial;
import com.cryptomorin.xseries.XSound;
import org.bukkit.Location;
import org.bukkit.block.Block;
import org.bukkit.block.BlockState;