Updated to v1_16_R3

This commit is contained in:
bluefireoly
2020-11-02 23:28:44 +01:00
parent b90e01bbb3
commit b2989e501a
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_R2.NBTTagCompound
import org.bukkit.craftbukkit.v1_16_R2.entity.CraftEntity
import org.bukkit.craftbukkit.v1_16_R2.inventory.CraftItemStack
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 org.bukkit.entity.Entity
import org.bukkit.inventory.ItemStack