superb-warfare/src/main/java/com/atsuishio/superbwarfare/entity/projectile/DecoyEntity.java
2025-05-04 18:51:49 +08:00

10 lines
181 B
Java

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