From d3da20e1502750b50674f747e3f26b3d1b09eb9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Thu, 29 May 2014 21:32:49 +0200 Subject: [PATCH] Minor correction in JavaDoc. --- src/main/java/li/cil/oc/api/Rotatable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/li/cil/oc/api/Rotatable.java b/src/main/java/li/cil/oc/api/Rotatable.java index 02f16dbf6..ebf94e377 100644 --- a/src/main/java/li/cil/oc/api/Rotatable.java +++ b/src/main/java/li/cil/oc/api/Rotatable.java @@ -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 {