blob: c4edc8f9ad350ad2a0b98674f489ddfafcac8fe1 [file] [log] [blame] [raw]
package net.glowstone.entity;
public class GlowTntPrimedTest extends GlowExplosiveTest<GlowTntPrimed> {
public GlowTntPrimedTest() {
super(location -> new GlowTntPrimed(location, null));
}
}