Uses of Interface
net.minecraft.client.particle.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.particle
Modifier 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.event
Modifier 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 resultingTextureSheetParticle
s will use that texture when created.
RegisterParticleProvidersEvent