Class CriticalParticle
java.lang.Object
org.cloudburstmc.server.level.particle.Particle
org.cloudburstmc.server.level.particle.GenericParticle
org.cloudburstmc.server.level.particle.CriticalParticle
Created on 2015/11/21 by xtypr.
Package cn.nukkit.level.particle in project Nukkit .
-
Field Summary
Fields inherited from class org.cloudburstmc.server.level.particle.GenericParticle
data, type -
Constructor Summary
ConstructorsConstructorDescriptionCriticalParticle(com.nukkitx.math.vector.Vector3f pos)CriticalParticle(com.nukkitx.math.vector.Vector3f pos, int scale) -
Method Summary
Methods inherited from class org.cloudburstmc.server.level.particle.GenericParticle
encodeMethods inherited from class org.cloudburstmc.server.level.particle.Particle
getPosition, setPosition
-
Constructor Details
-
CriticalParticle
public CriticalParticle(com.nukkitx.math.vector.Vector3f pos) -
CriticalParticle
public CriticalParticle(com.nukkitx.math.vector.Vector3f pos, int scale)
-