Package net.minecraft.core.particles
Interface ParticleOptions.Deserializer<T extends ParticleOptions>
- Enclosing interface:
- ParticleOptions
Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionfromCommand(ParticleType<T> p_123733_, com.mojang.brigadier.StringReader p_123734_) Deprecated.fromNetwork(ParticleType<T> p_123735_, FriendlyByteBuf p_123736_) Deprecated.
- 
Method Details- 
fromCommandT fromCommand(ParticleType<T> p_123733_, com.mojang.brigadier.StringReader p_123734_) throws com.mojang.brigadier.exceptions.CommandSyntaxException Deprecated.- Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
- 
fromNetworkDeprecated.
 
-