| Package | Description |
|---|---|
| com.github.fierioziy.particlenativeapi.core.asm.types | |
| com.github.fierioziy.particlenativeapi.core.asm.utils |
| Modifier and Type | Method and Description |
|---|---|
void |
ParticleTypesASM_1_8.storeParticleTypesToFields(org.objectweb.asm.MethodVisitor mv,
ParticleVersion interfaceVersion) |
void |
ParticleTypesASM_1_7.storeParticleTypesToFields(org.objectweb.asm.MethodVisitor mv,
ParticleVersion interfaceVersion) |
void |
ParticleTypesASM_1_17.storeParticleTypesToFields(org.objectweb.asm.MethodVisitor mv,
ParticleVersion interfaceVersion) |
void |
ParticleTypesASM_1_13.storeParticleTypesToFields(org.objectweb.asm.MethodVisitor mv,
ParticleVersion interfaceVersion) |
abstract void |
ParticleTypesASM.storeParticleTypesToFields(org.objectweb.asm.MethodVisitor mv,
ParticleVersion interfaceVersion)
Generates bytecode for instantiating all
particle types implementations (or default if it's impossible)
and storing them in instance fields.
|
| Modifier and Type | Method and Description |
|---|---|
ParticleVersion |
ParticleNode.getVersion()
Gets Spigot version from this node.
|
static ParticleVersion |
ParticleVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParticleVersion[] |
ParticleVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ParticleRegistry.find(ParticleVersion from,
String name,
ParticleVersion to)
Attempts to convert particle name from provided Spigot version
to target Spigot version.
|
Copyright © 2021. All Rights Reserved.