Minor correction in JavaDoc.

This commit is contained in:
Florian Nücke 2014-05-29 21:32:49 +02:00
parent 2eb41614c0
commit d3da20e150

View File

@ -6,7 +6,7 @@ import net.minecraftforge.common.ForgeDirection;
* This interface is implemented by the computer case and robot tile entities
* to allow item components to query the orientation of their host, i.e. to
* allow getting the facing of the tile entity passed to their drivers'
* {@link li.cil.oc.api.driver.Item#createEnvironment(net.minecraft.item.ItemStack, net.minecraft.tileentity.TileEntity)}
* {@link li.cil.oc.api.driver.Item#createEnvironment(net.minecraft.item.ItemStack, li.cil.oc.api.driver.Container)}
* method.
*/
public interface Rotatable {