Class PlayerShareHandlingState
java.lang.Object
org.mvplugins.multiverse.inventories.handleshare.PlayerShareHandlingState
Keeps track of players who are currently having their sharable handling processed.
This is used to prevent infinite loops when updating sharables that may trigger events themselves or when suppressing notifications during the handling process.
This is used to prevent infinite loops when updating sharables that may trigger events themselves or when suppressing notifications during the handling process.
- Since:
- 5.3
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisHandlingSharable(org.bukkit.entity.Player player, Sharable<?> sharable) Checks if the given player is currently having the given sharable handled.
-
Method Details