Class ParticleTypeMotionImpl
java.lang.Object
com.github.fierioziy.particlenativeapi.core.particle.type.ParticleTypeImpl
com.github.fierioziy.particlenativeapi.core.particle.type.ParticleTypeMotionImpl
- All Implemented Interfaces:
ParticleType,ParticleTypeMotion,Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpacketMotion(boolean far, double x, double y, double z, double dirX, double dirY, double dirZ) packetMotion(boolean far, double x, double y, double z, org.bukkit.util.Vector dir) packetMotion(boolean far, org.bukkit.Location loc, double dirX, double dirY, double dirZ) packetMotion(boolean far, org.bukkit.Location loc, org.bukkit.util.Vector dir) packetMotion(boolean far, org.bukkit.util.Vector loc, double dirX, double dirY, double dirZ) packetMotion(boolean far, org.bukkit.util.Vector loc, org.bukkit.util.Vector dir) Methods inherited from class com.github.fierioziy.particlenativeapi.core.particle.type.ParticleTypeImpl
isPresent, packet, packet, packet, packet, packet, packet, packet, packet, packet, packet, packet, packet, packet, packet, packet
-
Constructor Details
-
ParticleTypeMotionImpl
public ParticleTypeMotionImpl()
-
-
Method Details
-
detachCopy
- Specified by:
detachCopyin interfaceParticleType- Specified by:
detachCopyin interfaceParticleTypeMotion- Overrides:
detachCopyin classParticleTypeImpl
-
packetMotion
public ParticlePacket packetMotion(boolean far, org.bukkit.Location loc, org.bukkit.util.Vector dir) - Specified by:
packetMotionin interfaceParticleTypeMotion
-
packetMotion
public ParticlePacket packetMotion(boolean far, org.bukkit.util.Vector loc, org.bukkit.util.Vector dir) - Specified by:
packetMotionin interfaceParticleTypeMotion
-
packetMotion
public ParticlePacket packetMotion(boolean far, double x, double y, double z, org.bukkit.util.Vector dir) - Specified by:
packetMotionin interfaceParticleTypeMotion
-
packetMotion
public ParticlePacket packetMotion(boolean far, org.bukkit.Location loc, double dirX, double dirY, double dirZ) - Specified by:
packetMotionin interfaceParticleTypeMotion
-
packetMotion
public ParticlePacket packetMotion(boolean far, org.bukkit.util.Vector loc, double dirX, double dirY, double dirZ) - Specified by:
packetMotionin interfaceParticleTypeMotion
-
packetMotion
public ParticlePacket packetMotion(boolean far, double x, double y, double z, double dirX, double dirY, double dirZ) - Specified by:
packetMotionin interfaceParticleTypeMotion
-