Uses of Interface
net.minecraft.client.particle.ParticleFactory
| Package | Description |
|---|---|
| net.minecraft |
The base package for all Minecraft classes.
|
| net.minecraft.client.particle |
-
Uses of ParticleFactory in net.minecraft
Classes in net.minecraft that implement ParticleFactory Modifier and Type Class Description static classclass_6237.class_6238static classclass_6237.class_6239 -
Uses of ParticleFactory in net.minecraft.client.particle
Fields in net.minecraft.client.particle with type parameters of type ParticleFactory Modifier and Type Field Description private Int2ObjectMap<ParticleFactory<?>>ParticleManager. factoriesMethods in net.minecraft.client.particle that return ParticleFactory Modifier and Type Method Description ParticleFactory<T>ParticleManager.SpriteAwareFactory. create(SpriteProvider spriteProvider)Methods in net.minecraft.client.particle with parameters of type ParticleFactory Modifier and Type Method Description private <T extends ParticleEffect>
voidParticleManager. registerFactory(ParticleType<T> type, ParticleFactory<T> factory)