Skip to content

Commit aa84b34

Browse files
committed
Added BARRIER ParticleType
1 parent 707c082 commit aa84b34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wrappers/base/src/main/java/it/fulminazzo/yagl/particles/ParticleType.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
@SuppressWarnings({"unused", "unchecked"})
66
public final class ParticleType<P extends ParticleOption<?>> extends AParticleType<P> {
77
public static final ParticleType<?> ASH = new ParticleType<>();
8+
public static final ParticleType<?> BARRIER = new ParticleType<>();
89
public static final ParticleType<BlockDataOption> BLOCK_MARKER = new ParticleType<>(BlockDataOption.class);
910
public static final ParticleType<BlockDataOption> BLOCK_CRACK = new ParticleType<>(BlockDataOption.class);
1011
public static final ParticleType<BlockDataOption> BLOCK_DUST = new ParticleType<>(BlockDataOption.class);

0 commit comments

Comments
 (0)