| Package | Description |
|---|---|
| com.github.fierioziy.asm.types | |
| com.github.fierioziy.asm.utils |
| Modifier and Type | Method and Description |
|---|---|
void |
ParticleTypeASM_1_8.visitParticleTypes(org.objectweb.asm.MethodVisitor mv,
ParticleVersion interfaceVersion) |
void |
ParticleTypeASM_1_7.visitParticleTypes(org.objectweb.asm.MethodVisitor mv,
ParticleVersion interfaceVersion) |
void |
ParticleTypeASM_1_13.visitParticleTypes(org.objectweb.asm.MethodVisitor mv,
ParticleVersion interfaceVersion) |
| Modifier and Type | Method and Description |
|---|---|
ParticleVersion |
ParticleNode.getVersion()
Gets Spigot version from this node.
|
static ParticleVersion |
ParticleVersion.valueOf(java.lang.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 |
|---|---|
java.lang.String |
ParticleRegistry.find(ParticleVersion from,
java.lang.String name,
ParticleVersion to)
Attempts to convert particle name from provided Spigot version
to target Spigot version.
|
void |
ParticleTypesImplProvider.visitParticleTypes(org.objectweb.asm.MethodVisitor mv,
ParticleVersion interfaceVersion)
Visits all particle types implementation
on parameter
MethodVisitor using
parameter interface version. |
Copyright © 2020. All Rights Reserved.