Interface ParticleOptions.Deserializer<T extends ParticleOptions>

Enclosing interface:
ParticleOptions

@Deprecated public static interface ParticleOptions.Deserializer<T extends ParticleOptions>
Deprecated.
  • Method Details

    • fromCommand

      T fromCommand(ParticleType<T> p_123733_, com.mojang.brigadier.StringReader p_123734_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Deprecated.
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • fromNetwork

      T fromNetwork(ParticleType<T> p_123735_, FriendlyByteBuf p_123736_)
      Deprecated.