Package net.minecraft.particle
Interface ParticleEffect.Factory<T extends ParticleEffect>
- Enclosing interface:
ParticleEffect
Deprecated.
- Mappings:
Namespace Name official is$a
intermediary net/minecraft/class_2394$class_2395
named 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 b
Lis$a;b(Lit;Lcom/mojang/brigadier/StringReader;)Lis;
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
Deprecated.- Mappings:
Namespace Name Mixin selector official b
Lis$a;b(Lit;Lss;)Lis;
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;
-