chest particle refactor

This commit is contained in:
Indyuce 2022-02-27 11:26:21 +01:00
parent 8317fc4ca1
commit e27980f18d
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
package net.Indyuce.mmocore.api.util.math.particle;
package net.Indyuce.mmocore.loot.chest.particle;
import java.util.function.Consumer;

View File

@ -1,4 +1,4 @@
package net.Indyuce.mmocore.api.util.math.particle;
package net.Indyuce.mmocore.loot.chest.particle;
import java.util.function.BiConsumer;

View File

@ -1,4 +1,4 @@
package net.Indyuce.mmocore.api.util.math.particle;
package net.Indyuce.mmocore.loot.chest.particle;
import java.util.function.Consumer;

View File

@ -1,4 +1,4 @@
package net.Indyuce.mmocore.api.util.math.particle;
package net.Indyuce.mmocore.loot.chest.particle;
import org.bukkit.Color;
import org.bukkit.Particle;

View File

@ -1,4 +1,4 @@
package net.Indyuce.mmocore.api.util.math.particle;
package net.Indyuce.mmocore.loot.chest.particle;
import org.bukkit.Location;
import org.bukkit.Particle;