Package hm.zelha.particlesfx.particles
Class ParticleEnderSignal
java.lang.Object
hm.zelha.particlesfx.particles.parents.Particle
hm.zelha.particlesfx.particles.ParticleEnderSignal
- All Implemented Interfaces:
IParticle
while this effect is really cool, it summons around 30 particles per effect.
since Effect.ENDER_SIGNAL is Type.VISUAL, the radius, speed, and offsets are unused internally, and the default radius is quite small.
Type.VISUAL effects are also locked to specific coordinates of the block they're played on because their packet uses BlockPosition
since Effect.ENDER_SIGNAL is Type.VISUAL, the radius, speed, and offsets are unused internally, and the default radius is quite small.
Type.VISUAL effects are also locked to specific coordinates of the block they're played on because their packet uses BlockPosition
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()protected net.minecraft.network.protocol.PacketgetStrangePacket(org.bukkit.Location location) Meant to be overridden by child classes when a different packet is needed to display the particle.Methods inherited from class hm.zelha.particlesfx.particles.parents.Particle
display, display, displayForPlayers, displayForPlayers, generateFakeOffset, getCount, getOffsets, getOffsetX, getOffsetY, getOffsetZ, getPacketCount, getPacketSpeed, getRadius, getSpeed, getXYZ, setCount, setOffset, setOffsetX, setOffsetY, setOffsetZ, setRadius, setSpeed
-
Constructor Details
-
ParticleEnderSignal
public ParticleEnderSignal(int count) - See Also:
-
ParticleEnderSignal
public ParticleEnderSignal()- See Also:
-
-
Method Details
-
inherit
-
clone
-
getStrangePacket
protected net.minecraft.network.protocol.Packet getStrangePacket(org.bukkit.Location location) Description copied from class:ParticleMeant to be overridden by child classes when a different packet is needed to display the particle.- Overrides:
getStrangePacketin classParticle- Parameters:
location- the location passed into the display method- Returns:
- the different packet
-