Uses of Interface
net.minecraft.client.particle.ParticleProvider.Sprite
Packages that use ParticleProvider.Sprite
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
- 
Uses of ParticleProvider.Sprite in net.minecraft.client.particleMethods in net.minecraft.client.particle with parameters of type ParticleProvider.SpriteModifier and TypeMethodDescription<T extends ParticleOptions>
 voidParticleEngine.register(ParticleType<T> p_273423_, ParticleProvider.Sprite<T> p_273134_) Deprecated.
- 
Uses of ParticleProvider.Sprite in net.neoforged.neoforge.client.eventMethods in net.neoforged.neoforge.client.event with parameters of type ParticleProvider.SpriteModifier and TypeMethodDescription<T extends ParticleOptions>
 voidRegisterParticleProvidersEvent.registerSprite(ParticleType<T> type, ParticleProvider.Sprite<T> sprite) Registers a ParticleProvider for a json-based ParticleType with a single texture; the resultingTextureSheetParticles will use that texture when created.
RegisterParticleProvidersEvent