mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-16 18:55:03 -04:00
Minor correction in JavaDoc.
This commit is contained in:
parent
2eb41614c0
commit
d3da20e150
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user