Uses of Class
com.comphenix.protocol.wrappers.WrappedParticle
Packages that use WrappedParticle
-
Uses of WrappedParticle in com.comphenix.protocol.events
Methods in com.comphenix.protocol.events that return types with arguments of type WrappedParticleModifier and TypeMethodDescriptionAbstractStructure.getNewParticles()Retrieve a read/write structure for ParticleParams in 1.13 -
Uses of WrappedParticle in com.comphenix.protocol.wrappers
Methods in com.comphenix.protocol.wrappers that return WrappedParticleModifier and TypeMethodDescriptionstatic <T> WrappedParticle<T>WrappedParticle.create(org.bukkit.Particle particle, T data)static WrappedParticleWrappedParticle.fromHandle(Object handle)Methods in com.comphenix.protocol.wrappers that return types with arguments of type WrappedParticleModifier and TypeMethodDescriptionstatic EquivalentConverter<WrappedParticle>BukkitConverters.getParticleConverter()