File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed 
Common/src/main/java/mezz/jei/common/platform 
Gui/src/main/java/mezz/jei/gui/input/focus Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11package  mezz .jei .common .platform ;
22
33import  mezz .jei .common .util .ImmutableRect2i ;
4- import  net .minecraft .client .gui .components .AbstractWidget ;
54import  net .minecraft .client .gui .components .EditBox ;
6- import  net .minecraft .client .gui .screens .Screen ;
75import  net .minecraft .client .gui .screens .inventory .AbstractContainerScreen ;
86import  net .minecraft .client .gui .screens .recipebook .RecipeBookComponent ;
97import  net .minecraft .client .gui .screens .recipebook .RecipeBookTabButton ;
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ public class ScreenFocusHandler implements IFocusHandler {
3535	}
3636
3737	public  ScreenFocusHandler (Screen  screen ,
38- 							   @ Nullable  IFocusHandler  focusedElement ,
39- 							   @ Nullable  GuiEventListener  storedInScreenFocus 
38+ 							@ Nullable  IFocusHandler  focusedElement ,
39+ 							@ Nullable  GuiEventListener  storedInScreenFocus 
4040	) {
4141		this .screen  = screen ;
4242		this .focusedElement  = focusedElement ;
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments