package com.atsuishio.superbwarfare.entity.projectile; import net.minecraft.world.phys.Vec3; public interface DecoyEntity { String getDecoyUUID(); Vec3 getPosition(); }