Interface Personal
- All Known Subinterfaces:
MainInventory<NMS,Self>
public interface Personal
-
Method Summary
Modifier and TypeMethodDescriptionvoidunwatch()Sets the personal contents back to the target player's own crafting contents.voidwatch(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.
-