Class SearchData
java.lang.Object
de.placeblock.betterinventories.content.SearchData
Returned by search methods.
-
Constructor Summary
ConstructorsConstructorDescriptionSearchData(int slot, SearchPredicate predicate) Creates new SearchData with initial values -
Method Summary
-
Constructor Details
-
SearchData
Creates new SearchData with initial values- Parameters:
slot- The slot to search forpredicate- The predicate that is executed for each pane
-
-
Method Details
-
addNode
Adds a new node to the path. Must be updated by every pane if it passes this object to its children.- Parameters:
pane- The node
-