Uses of Class
com.janboerman.invsee.spigot.api.logging.Difference
Packages that use Difference
-
Uses of Difference in com.janboerman.invsee.spigot.api
Methods in com.janboerman.invsee.spigot.api that return DifferenceModifier and TypeMethodDescriptionSpectatorInventoryView.getTrackedDifference()Get the difference tracked by this window. -
Uses of Difference in com.janboerman.invsee.spigot.api.logging
Methods in com.janboerman.invsee.spigot.api.logging that return DifferenceModifier and TypeMethodDescriptionstatic DifferenceCalculate the Difference from a 'before' and 'after' view of a list of items.DifferenceTracker.getDifference()Methods in com.janboerman.invsee.spigot.api.logging with parameters of type DifferenceModifier and TypeMethodDescriptionvoidLogOutput.log(Difference difference) voidDifference.merge(Difference other) Merge this difference with another: add all differences from the other Difference to this Difference.