Class SpellParticle
java.lang.Object
org.cloudburstmc.server.level.particle.Particle
org.cloudburstmc.server.level.particle.SpellParticle
- Direct Known Subclasses:
InstantSpellParticle
Created on 2015/12/27 by xtypr.
Package cn.nukkit.level.particle in project Nukkit .
The name "spell" comes from minecraft wiki.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionSpellParticle(com.nukkitx.math.vector.Vector3f pos)SpellParticle(com.nukkitx.math.vector.Vector3f pos, int data)SpellParticle(com.nukkitx.math.vector.Vector3f pos, int r, int g, int b)protectedSpellParticle(com.nukkitx.math.vector.Vector3f pos, int r, int g, int b, int a)SpellParticle(com.nukkitx.math.vector.Vector3f pos, org.cloudburstmc.api.util.data.BlockColor blockColor) -
Method Summary
Methods inherited from class org.cloudburstmc.server.level.particle.Particle
getPosition, setPosition
-
Field Details
-
data
protected final int data
-
-
Constructor Details
-
SpellParticle
public SpellParticle(com.nukkitx.math.vector.Vector3f pos) -
SpellParticle
public SpellParticle(com.nukkitx.math.vector.Vector3f pos, int data) -
SpellParticle
public SpellParticle(com.nukkitx.math.vector.Vector3f pos, org.cloudburstmc.api.util.data.BlockColor blockColor) -
SpellParticle
public SpellParticle(com.nukkitx.math.vector.Vector3f pos, int r, int g, int b) -
SpellParticle
protected SpellParticle(com.nukkitx.math.vector.Vector3f pos, int r, int g, int b, int a)
-
-
Method Details