Interface BotaniaParticles.FactoryHandler.Consumer

Enclosing class:
BotaniaParticles.FactoryHandler

public static interface BotaniaParticles.FactoryHandler.Consumer
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends net.minecraft.core.particles.ParticleOptions>
    void
    register(net.minecraft.core.particles.ParticleType<T> type, Function<net.minecraft.client.particle.SpriteSet,net.minecraft.client.particle.ParticleProvider<T>> constructor)
     
  • Method Details

    • register

      <T extends net.minecraft.core.particles.ParticleOptions> void register(net.minecraft.core.particles.ParticleType<T> type, Function<net.minecraft.client.particle.SpriteSet,net.minecraft.client.particle.ParticleProvider<T>> constructor)