Package net.minecraft.particle
Interface ParticleEffect.Factory<T extends ParticleEffect>
- Enclosing interface:
 ParticleEffect
Deprecated.
- Mappings:
 Namespace Name official it$aintermediary net/minecraft/class_2394$class_2395named net/minecraft/particle/ParticleEffect$Factory
- 
Method Summary
Modifier and TypeMethodDescriptionread(ParticleType<T> type, com.mojang.brigadier.StringReader reader) Deprecated.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 bLit$a;b(Liu;Lcom/mojang/brigadier/StringReader;)Lit;intermediary method_10296Lnet/minecraft/class_2394$class_2395;method_10296(Lnet/minecraft/class_2396;Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_2394;named readLnet/minecraft/particle/ParticleEffect$Factory;read(Lnet/minecraft/particle/ParticleType;Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/particle/ParticleEffect;
 - 
read
Deprecated.- Mappings:
 Namespace Name Mixin selector official bLit$a;b(Liu;Lsf;)Lit;intermediary method_10297Lnet/minecraft/class_2394$class_2395;method_10297(Lnet/minecraft/class_2396;Lnet/minecraft/class_2540;)Lnet/minecraft/class_2394;named readLnet/minecraft/particle/ParticleEffect$Factory;read(Lnet/minecraft/particle/ParticleType;Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/particle/ParticleEffect;
 
 -