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 b6f88d2 commit 90fd034Copy full SHA for 90fd034
wrappers/bukkit/src/main/java/it/fulminazzo/yagl/ParticleConverter.java
@@ -59,7 +59,7 @@ enum ParticleConverter {
59
* @param particle the particle
60
* @return the converted particle
61
*/
62
- public static org.bukkit.Particle convertToBukkit(final @NotNull Particle particle) {
+ public static Object convertToBukkit(final @NotNull Particle particle) {
63
try {
64
return EnumUtils.valueOf(org.bukkit.Particle.class, particle.getType());
65
} catch (IllegalArgumentException e) {
0 commit comments