Minor Change
Renamed TransTrapdoor.isTrapdoorOnBlock() to TransTrapdoor.isTrapdoorSetLow() so it would be easier to understand what it indicates.
This commit is contained in:
@@ -111,7 +111,7 @@ public class TransTrapdoor extends BlockTrapDoor implements IDimDoor, ITileEntit
|
||||
return Block.trapdoor.blockID;
|
||||
}
|
||||
|
||||
public static boolean isTrapdoorOnBlock(int metadata)
|
||||
public static boolean isTrapdoorSetLow(int metadata)
|
||||
{
|
||||
return (metadata & 8) == 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user