package net.minecraft.src;

public interface PCma_IThrownItem {
	public abstract byte getIconIndex();
}
