We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529aed1 commit 000cc62Copy full SHA for 000cc62
wrappers/bukkit/src/test/java/it/fulminazzo/yagl/WrappersAdapterTest.java
@@ -55,8 +55,6 @@ private static Particle[] getTestLegacyParticles() {
55
particles.add(new Tuple<>(LegacyParticleType.COMPOSTER_FILL_ATTEMPT, new PrimitiveParticleOption<>(true)));
56
particles.add(new Tuple<>(LegacyParticleType.BONE_MEAL_USE, new PrimitiveParticleOption<>(1)));
57
particles.add(new Tuple<>(LegacyParticleType.INSTANT_POTION_BREAK, new ColorParticleOption(Color.AQUA)));
58
- for (LegacyParticleType<?> type : LegacyParticleType.legacyValues())
59
- particles.removeIf(t -> t.getKey().name().equalsIgnoreCase(type.name()));
60
// Remove effects not belonging to current Minecraft version
61
particles.removeIf(p -> {
62
try {
0 commit comments