Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. public static class STONE extends MyData implements InventoryProvider {
  2. SmartInventory smartInventory = auctionInventoryBuildingBlock.getBuildingBlocksInv_STONE();
  3. List<ItemStack> list = auctionItemListBuildingBlocks.getItemStone();
  4. @Override
  5. public void init(Player player, InventoryContents inventoryContents) {
  6. PlayerObject playerObject = PluginLoader.getPluginLoader().getPlayerObjectByUUID(player.getUniqueId());
  7. method(playerObject, inventoryContents, smartInventory, auctionInventory.getBuildingBlocksInv(), list);
  8. }
  9. @Override
  10. public void update(Player player, InventoryContents contents) {
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement