minecraft-src/net/minecraft/world/entity/projectile/ItemSupplier.java
2025-07-04 01:41:11 +03:00

7 lines
148 B
Java

package net.minecraft.world.entity.projectile;
import net.minecraft.world.item.ItemStack;
public interface ItemSupplier {
ItemStack getItem();
}