12 lines
196 B
Java
12 lines
196 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*/
|
|
package net.minecraft.world.entity.projectile;
|
|
|
|
import net.minecraft.world.item.ItemStack;
|
|
|
|
public interface ItemSupplier {
|
|
public ItemStack getItem();
|
|
}
|
|
|