superb-warfare/src/main/java/com/atsuishio/superbwarfare/entity/ICannonEntity.java
2024-12-03 21:57:03 +08:00

8 lines
168 B
Java

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