Interface ParticleEffect.Factory<T extends ParticleEffect>

Enclosing interface:
ParticleEffect

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

    Modifier and Type Method Description
    T read​(ParticleType<T> type, com.mojang.brigadier.StringReader reader)
    Deprecated.
     
    T read​(ParticleType<T> type, PacketByteBuf buf)
    Deprecated.
     
  • Method Details

    • read

      T read​(ParticleType<T> type, com.mojang.brigadier.StringReader reader) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Deprecated.
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official b Lhj$a;b(Lhk;Lcom/mojang/brigadier/StringReader;)Lhj;
      intermediary method_10296 Lnet/minecraft/class_2394$class_2395;method_10296(Lnet/minecraft/class_2396;Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_2394;
      named read Lnet/minecraft/particle/ParticleEffect$Factory;read(Lnet/minecraft/particle/ParticleType;Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/particle/ParticleEffect;
    • read

      T read​(ParticleType<T> type, PacketByteBuf buf)
      Deprecated.
      Mappings:
      Namespace Name Mixin selector
      official b Lhj$a;b(Lhk;Lnw;)Lhj;
      intermediary method_10297 Lnet/minecraft/class_2394$class_2395;method_10297(Lnet/minecraft/class_2396;Lnet/minecraft/class_2540;)Lnet/minecraft/class_2394;
      named read Lnet/minecraft/particle/ParticleEffect$Factory;read(Lnet/minecraft/particle/ParticleType;Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/particle/ParticleEffect;