public class ParticleNativeCore extends Object implements ParticleNativeAPI
| Modifier and Type | Method and Description |
|---|---|
Particles_1_13 |
getParticles_1_13() |
Particles_1_8 |
getParticles_1_8() |
ServerConnection |
getServerConnection()
Deprecated.
|
static ParticleNativeAPI |
loadAPI(org.bukkit.plugin.java.JavaPlugin plugin)
Generates particle API based on current server version.
|
public static ParticleNativeAPI loadAPI(org.bukkit.plugin.java.JavaPlugin plugin) throws ParticleException
Generates particle API based on current server version.
plugin - plugin on which class generation should occur.ParticleException - if error occurred during classes generation.public Particles_1_8 getParticles_1_8()
getParticles_1_8 in interface ParticleNativeAPIpublic Particles_1_13 getParticles_1_13()
getParticles_1_13 in interface ParticleNativeAPI@Deprecated public ServerConnection getServerConnection()
getServerConnection in interface ParticleNativeAPICopyright © 2022. All Rights Reserved.