Target Java 5

This commit is contained in:
mathiascode 2019-12-17 19:23:53 +02:00
parent 1c510a37f7
commit c6bb24a243
2 changed files with 3 additions and 3 deletions

View File

@ -15,8 +15,8 @@ import pw.kaboom.weapons.modules.player.PlayerUseWeapon;
import pw.kaboom.weapons.modules.weapons.*;
public final class Main extends JavaPlugin {
private static HashSet<BlockFace> blockFaces = new HashSet<>();
private static List<Material> colors = new ArrayList<>();
private static HashSet<BlockFace> blockFaces = new HashSet<BlockFace>();
private static List<Material> colors = new ArrayList<Material>();
@Override
public void onLoad() {

View File

@ -27,7 +27,7 @@ import com.destroystokyo.paper.event.entity.ProjectileCollideEvent;
import pw.kaboom.weapons.Main;
public final class WeaponMachineGun implements Listener {
private static HashSet<UUID> machineGunActive = new HashSet<>();
private static HashSet<UUID> machineGunActive = new HashSet<UUID>();
public static void rightClick(final Material item, final String name, final PlayerInteractEvent event) {
if (item == Material.GOLDEN_HORSE_ARMOR