Minor Change
Cleaned up comments for BaseItemDoor.tryToPlaceDoor()
This commit is contained in:
parent
e4e84644ac
commit
a4d0f39390
1 changed files with 1 additions and 4 deletions
|
@ -79,9 +79,8 @@ public abstract class BaseItemDoor extends ItemDoor
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tries to place a door block, called in EventHookContainer
|
* Tries to place a door as a dimensional door
|
||||||
*
|
*
|
||||||
* @param doorBlock
|
|
||||||
* @param stack
|
* @param stack
|
||||||
* @param player
|
* @param player
|
||||||
* @param world
|
* @param world
|
||||||
|
@ -89,8 +88,6 @@ public abstract class BaseItemDoor extends ItemDoor
|
||||||
* @param y
|
* @param y
|
||||||
* @param z
|
* @param z
|
||||||
* @param side
|
* @param side
|
||||||
* @param requireLink
|
|
||||||
* @param reduceStack
|
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
public static boolean tryToPlaceDoor(ItemStack stack, EntityPlayer player, World world, int x, int y, int z, int side)
|
public static boolean tryToPlaceDoor(ItemStack stack, EntityPlayer player, World world, int x, int y, int z, int side)
|
||||||
|
|
Loading…
Add table
Reference in a new issue