Class BlockForceFieldParticle
java.lang.Object
org.cloudburstmc.server.level.particle.Particle
org.cloudburstmc.server.level.particle.GenericParticle
org.cloudburstmc.server.level.particle.BlockForceFieldParticle
-
Field Summary
Fields inherited from class org.cloudburstmc.server.level.particle.GenericParticle
data, type -
Constructor Summary
ConstructorsConstructorDescriptionBlockForceFieldParticle(com.nukkitx.math.vector.Vector3f pos)BlockForceFieldParticle(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
-
BlockForceFieldParticle
public BlockForceFieldParticle(com.nukkitx.math.vector.Vector3f pos) -
BlockForceFieldParticle
public BlockForceFieldParticle(com.nukkitx.math.vector.Vector3f pos, int scale)
-