Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
opencomputers
/
8c14b0f637fef33dd8ccfc87f62fe1925ca1f9b2
/
.
/
li
/
cil
/
oc
/
common
/
tileentity
/
RotationAware.scala
blob: 242507ddd7c0cc991d2c26e52cc56201bbf552b6 [
file
] [
log
] [
blame
] [
raw
]
package
li
.
cil
.
oc
.
common
.
tileentity
import
net
.
minecraftforge
.
common
.
ForgeDirection
trait
RotationAware
extends
TileEntity
{
def
toLocal
(
value
:
ForgeDirection
)
=
value
def
toGlobal
(
value
:
ForgeDirection
)
=
value
}