Interface ParticleEffect.Factory<T extends ParticleEffect>

Enclosing interface:
ParticleEffect

@Deprecated public static interface ParticleEffect.Factory<T extends ParticleEffect>
Deprecated.
Mappings:
Namespace Name
named net/minecraft/particle/ParticleEffect$Factory
intermediary net/minecraft/class_2394$class_2395
official kw$a
  • Method Summary

    Modifier and Type
    Method
    Description
    read(ParticleType<T> type, com.mojang.brigadier.StringReader reader, RegistryWrapper.WrapperLookup registryLookup)
    Deprecated.
     
  • Method Details

    • read

      T read(ParticleType<T> type, com.mojang.brigadier.StringReader reader, RegistryWrapper.WrapperLookup registryLookup) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Deprecated.
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      named read Lnet/minecraft/particle/ParticleEffect$Factory;read(Lnet/minecraft/particle/ParticleType;Lcom/mojang/brigadier/StringReader;Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Lnet/minecraft/particle/ParticleEffect;
      intermediary method_10296 Lnet/minecraft/class_2394$class_2395;method_10296(Lnet/minecraft/class_2396;Lcom/mojang/brigadier/StringReader;Lnet/minecraft/class_7225$class_7874;)Lnet/minecraft/class_2394;
      official b Lkw$a;b(Lkx;Lcom/mojang/brigadier/StringReader;Liz$a;)Lkw;