Interface Personal
-
Method Summary
Modifier and TypeMethodDescriptionvoid
unwatch()
Sets the personal contents back to the target player's own crafting contents.void
watch
(InventoryView targetPlayerView) Sets the personal contents according to the InventoryView of the target player.
-
Method Details
-
watch
Sets the personal contents according to the InventoryView of the target player. -
unwatch
void unwatch()Sets the personal contents back to the target player's own crafting contents.
-