Archiviert
13
0

Remove unused Method

Dieser Commit ist enthalten in:
jojo 2020-08-23 17:00:03 +02:00
Ursprung a1f5b7bd21
Commit 689623dabf

Datei anzeigen

@ -71,15 +71,6 @@ public class ParticleInventory {
player.closeInventory();
});
swInventory.setItem(slot, swItem);
}
private static void add(SWInventory swInventory, Material material, String name, List<String> lore, Particle particle, int slot, Player player, LobbyPlayer lobbyPlayer, boolean customVelocity) {
SWItem swItem = new SWItem(material, name, lore, false, clickType -> {
lobbyPlayer.setParticle(particle, customVelocity);
player.closeInventory();
});
swInventory.setItem(slot, swItem);
}
private static void add(SWInventory swInventory, Material material, String name, List<String> lore, Particle particle, int slot, Player player, LobbyPlayer lobbyPlayer) {