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

@@ -3,8 +3,8 @@
package net.axay.kspigot.data
import net.axay.kspigot.annotations.NMS_General
import net.minecraft.server.v1_16_R3.MojangsonParser
import net.minecraft.server.v1_16_R3.NBTTagCompound
import net.minecraft.nbt.MojangsonParser
import net.minecraft.nbt.NBTTagCompound
@NMS_General
class NBTData {

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

View File

@@ -1,7 +1,7 @@
package net.axay.kspigot.data
import net.axay.kspigot.annotations.NMS_General
import net.minecraft.server.v1_16_R3.*
import net.minecraft.nbt.*
@NMS_General
interface NBTDataType<T> {

View File

@@ -9,7 +9,7 @@ import net.md_5.bungee.api.ChatMessageType
import org.bukkit.Location
import org.bukkit.Material
import org.bukkit.attribute.Attribute
import org.bukkit.craftbukkit.v1_16_R3.CraftWorld
import org.bukkit.craftbukkit.v1_17_R1.CraftWorld
import org.bukkit.entity.*
import org.bukkit.inventory.EquipmentSlot
import org.bukkit.inventory.ItemStack