Note that, contrary to {@code iterator()} or successive calls to{@code one()}, this method forces fetching the full content of the ResultSet at once, holding it all in memory in particular. It is thus recommended to prefer iterations through {@code iterator()} when possible, especiallyif the ResultSet can be big. @return a list containing the remaining results of this ResultSet. Thereturned list is empty if and only the ResultSet is exhausted. The ResultSet will be exhausted after a call to this method.
The HashMap contains entries where, the key is the slot index, and the value is the ItemStack in that slot. If no matching ItemStack with the given materialId is found, an empty map is returned. @param materialId The materialId to look for @return A HashMap containing the slot index, ItemStack pairs @deprecated Magic value
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|