Skip to content

Commit

Permalink
Added BARRIER ParticleType
Browse files Browse the repository at this point in the history
  • Loading branch information
fulminazzo committed Dec 23, 2024
1 parent 707c082 commit aa84b34
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
@SuppressWarnings({"unused", "unchecked"})
public final class ParticleType<P extends ParticleOption<?>> extends AParticleType<P> {
public static final ParticleType<?> ASH = new ParticleType<>();
public static final ParticleType<?> BARRIER = new ParticleType<>();
public static final ParticleType<BlockDataOption> BLOCK_MARKER = new ParticleType<>(BlockDataOption.class);
public static final ParticleType<BlockDataOption> BLOCK_CRACK = new ParticleType<>(BlockDataOption.class);
public static final ParticleType<BlockDataOption> BLOCK_DUST = new ParticleType<>(BlockDataOption.class);
Expand Down

0 comments on commit aa84b34

Please sign in to comment.