Interface ParticleType

All Superinterfaces:
Wrapper

@NullMarked @AsOf("2.0.0") public interface ParticleType extends Wrapper
Opaque handle to a particle type. Impl module wraps the real thing.
Since:
2.0.0
  • Method Details

    • decode

      @AsOf("3.3.0") static ParticleType decode(Object minecraftParticleType)
      Reads a Minecraft particle type into a wrapper.
      Parameters:
      minecraftParticleType - the particle type to read
      Returns:
      the wrapper for it
      Since:
      3.3.0