package org.project.item; import org.project.entity.Entity; public interface Item { void use(Entity target); }