Interface ParticleEffect.Factory<T extends ParticleEffect>

Enclosing interface:
ParticleEffect

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

    Modifier and Type
    Method
    Description
    read(ParticleType<T> type, com.mojang.brigadier.StringReader reader)
    Deprecated.
     
    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 Lio$a;b(Lip;Lcom/mojang/brigadier/StringReader;)Lio;
      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 Lio$a;b(Lip;Lsd;)Lio;
      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;