Split raytrace
This commit is contained in:
parent
72eab029ab
commit
b72c766c16
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* This file is part of Applied Energistics 2.
|
||||
* Copyright (c) 2013 - 2014, AlgorithmX2, All rights reserved.
|
||||
* Copyright (c) 2013 - 2015, AlgorithmX2, All rights reserved.
|
||||
*
|
||||
* Applied Energistics 2 is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Lesser General Public License as published by
|
||||
|
@ -46,7 +46,7 @@ public final class PartAccessor
|
|||
* If a facade is being looked at, it is defined as being absent.
|
||||
*
|
||||
* @param te being looked at {@link net.minecraft.tileentity.TileEntity}
|
||||
* @param mop type of raytrace
|
||||
* @param mop type of ray-trace
|
||||
*
|
||||
* @return maybe the looked at {@link appeng.api.parts.IPart}
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue