Class InstantSpellParticle
java.lang.Object
org.cloudburstmc.server.level.particle.Particle
org.cloudburstmc.server.level.particle.SpellParticle
org.cloudburstmc.server.level.particle.InstantSpellParticle
Created on 2016/1/4 by xtypr.
Package cn.nukkit.level.particle in project nukkit .
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantSpellParticle(com.nukkitx.math.vector.Vector3f pos)InstantSpellParticle(com.nukkitx.math.vector.Vector3f pos, int data)InstantSpellParticle(com.nukkitx.math.vector.Vector3f pos, int r, int g, int b)InstantSpellParticle(com.nukkitx.math.vector.Vector3f pos, org.cloudburstmc.api.util.data.BlockColor blockColor) -
Method Summary
Methods inherited from class org.cloudburstmc.server.level.particle.SpellParticle
encodeMethods inherited from class org.cloudburstmc.server.level.particle.Particle
getPosition, setPosition
-
Field Details
-
data
protected int data
-
-
Constructor Details
-
InstantSpellParticle
public InstantSpellParticle(com.nukkitx.math.vector.Vector3f pos) -
InstantSpellParticle
public InstantSpellParticle(com.nukkitx.math.vector.Vector3f pos, int data) -
InstantSpellParticle
public InstantSpellParticle(com.nukkitx.math.vector.Vector3f pos, org.cloudburstmc.api.util.data.BlockColor blockColor) -
InstantSpellParticle
public InstantSpellParticle(com.nukkitx.math.vector.Vector3f pos, int r, int g, int b)
-