View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window particle-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
xyz.xenondevs.particle.data.texture
├─ xyz.xenondevs.particle.data.texture.BlockTexture.class - [JAR]
├─ xyz.xenondevs.particle.data.texture.ItemTexture.class - [JAR]
├─ xyz.xenondevs.particle.data.texture.ParticleTexture.class - [JAR]
xyz.xenondevs.particle
├─ xyz.xenondevs.particle.ParticleBuilder.class - [JAR]
├─ xyz.xenondevs.particle.ParticleConstants.class - [JAR]
├─ xyz.xenondevs.particle.ParticleEffect.class - [JAR]
├─ xyz.xenondevs.particle.ParticlePacket.class - [JAR]
├─ xyz.xenondevs.particle.PropertyType.class - [JAR]
xyz.xenondevs.particle.utils
├─ xyz.xenondevs.particle.utils.MathUtils.class - [JAR]
├─ xyz.xenondevs.particle.utils.ReflectionUtils.class - [JAR]
xyz.xenondevs.particle.data
├─ xyz.xenondevs.particle.data.ParticleData.class - [JAR]
xyz.xenondevs.particle.data.color
├─ xyz.xenondevs.particle.data.color.NoteColor.class - [JAR]
├─ xyz.xenondevs.particle.data.color.ParticleColor.class - [JAR]
├─ xyz.xenondevs.particle.data.color.RegularColor.class - [JAR]