Package net.minecraft.particles
Interface IParticleData.IDeserializer<T extends IParticleData>
- Enclosing interface:
- IParticleData
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionfromCommand
(ParticleType<T> p_197544_1_, com.mojang.brigadier.StringReader p_197544_2_) Deprecated.fromNetwork
(ParticleType<T> p_197543_1_, PacketBuffer p_197543_2_) Deprecated.
-
Method Details
-
fromCommand
T fromCommand(ParticleType<T> p_197544_1_, com.mojang.brigadier.StringReader p_197544_2_) throws com.mojang.brigadier.exceptions.CommandSyntaxException Deprecated.- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
fromNetwork
Deprecated.
-