Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
opencomputers
/
a077cca654c6b3665a936d1fe1b903a9390acdd9
/
.
/
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
}