blob: 7c544b87920e39b3b745c98e895a8ab783c80f0e [file] [log] [blame] [raw]
package net.glowstone.entity.objects;
import net.glowstone.entity.GlowHangingEntityTest;
import org.bukkit.block.BlockFace;
public class GlowItemFrameTest extends GlowHangingEntityTest<GlowItemFrame> {
public GlowItemFrameTest() {
super(location -> new GlowItemFrame(null, location, BlockFace.SOUTH));
}
}