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