package com.atsuishio.superbwarfare.entity; import net.minecraft.world.entity.player.Player; public interface ICannonEntity { void cannonShoot(Player player); }