Uses of Interface
dev.wyck.wrapper.environment.particle.ParticleType
Packages that use ParticleType
Package
Description
-
Uses of ParticleType in dev.wyck.wrapper.environment.particle
Methods in dev.wyck.wrapper.environment.particle that return ParticleTypeModifier and TypeMethodDescriptionParticleTypes.particleType()Gets a version-agnostic handle to this particle type, resolved on first access via the registered factory and cached.Retrieves a particle type handle by its key.Methods in dev.wyck.wrapper.environment.particle with parameters of type ParticleTypeModifier and TypeMethodDescriptionParticleData.apply(ParticleType particleType) Applies the particle data to the given particle type and returns the corresponding ParticleOptions.ParticleOptionsFactory.block(ParticleType type, Material material) Creates a particle options handle for a block particle with the specified material.ParticleOptionsFactory.color(ParticleType type, int rgb) Creates a particle options handle for a color particle with the specified RGB color.ParticleOptionsFactory.item(ParticleType type, ItemStack itemStack) Creates a particle options handle for an item particle with the specified item stack.ParticleOptionsFactory.power(ParticleType type, float power) Creates a particle options handle for a power particle with the specified power level.ParticleOptionsFactory.simple(ParticleType type) Creates a particle options handle for a simple particle with the specified particle type.ParticleOptionsFactory.spell(ParticleType type, int rgb, float power) Creates a particle options handle for a spell particle with the specified particle type, RGB color, and power. -
Uses of ParticleType in dev.wyck.wrapper.environment.particle.options
Methods in dev.wyck.wrapper.environment.particle.options with parameters of type ParticleTypeModifier and TypeMethodDescriptionBlockParticle.apply(ParticleType particleType) ColorParticle.apply(ParticleType particleType) DustParticle.apply(ParticleType particleType) DustTransitionParticle.apply(ParticleType particleType) ItemParticle.apply(ParticleType particleType) PowerParticle.apply(ParticleType particleType) SculkChargeParticle.apply(ParticleType particleType) SpellParticle.apply(ParticleType particleType) TrailParticle.apply(ParticleType particleType) VibrationParticle.apply(ParticleType particleType)