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