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 {