9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-19 15:09:19 +00:00

NMS Changes

Signed-off-by: LoJoSho <contact@lojosho.com>
This commit is contained in:
LoJoSho
2022-10-04 14:46:44 -05:00
parent 791fe53c48
commit 155b47c4a7
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
package io.github.fisher2911.hmccosmetics.config; package io.github.fisher2911.hmccosmetics.config;
import com.comphenix.protocol.wrappers.EnumWrappers; import com.comphenix.protocol.wrappers.EnumWrappers;
import net.minecraft.server.v1_16_R3.MinecraftKey; import com.comphenix.protocol.wrappers.MinecraftKey;
import org.bukkit.entity.Player; import org.bukkit.entity.Player;
public class SoundData { public class SoundData {

View File

@@ -12,10 +12,10 @@ import io.github.fisher2911.hmccosmetics.packet.wrappers.WrapperPlayServerRelEnt
import io.github.fisher2911.hmccosmetics.packet.wrappers.WrapperPlayServerRelEntityMoveLook; import io.github.fisher2911.hmccosmetics.packet.wrappers.WrapperPlayServerRelEntityMoveLook;
import io.github.fisher2911.hmccosmetics.user.Equipment; import io.github.fisher2911.hmccosmetics.user.Equipment;
import io.github.fisher2911.hmccosmetics.util.PlayerUtils; import io.github.fisher2911.hmccosmetics.util.PlayerUtils;
import it.unimi.dsi.fastutil.ints.IntArrayList;
import org.bukkit.Bukkit; import org.bukkit.Bukkit;
import org.bukkit.GameMode; import org.bukkit.GameMode;
import org.bukkit.Location; import org.bukkit.Location;
import org.bukkit.craftbukkit.libs.it.unimi.dsi.fastutil.ints.IntArrayList;
import org.bukkit.entity.Entity; import org.bukkit.entity.Entity;
import org.bukkit.entity.EntityType; import org.bukkit.entity.EntityType;
import org.bukkit.entity.Player; import org.bukkit.entity.Player;