Update nms and craftbukkit imports

This commit is contained in:
Jakob K
2021-06-15 16:57:21 +02:00
parent e6cc166a60
commit e5061f9856
4 changed files with 7 additions and 7 deletions

View File

@@ -1,9 +1,9 @@
package net.axay.kspigot.data
import net.axay.kspigot.annotations.NMS_General
import net.minecraft.server.v1_16_R3.NBTTagCompound
import org.bukkit.craftbukkit.v1_16_R3.entity.CraftEntity
import org.bukkit.craftbukkit.v1_16_R3.inventory.CraftItemStack
import net.minecraft.nbt.NBTTagCompound
import org.bukkit.craftbukkit.v1_17_R1.entity.CraftEntity
import org.bukkit.craftbukkit.v1_17_R1.inventory.CraftItemStack
import org.bukkit.entity.Entity
import org.bukkit.inventory.ItemStack